Home
last modified time | relevance | path

Searched refs:path (Results 6176 - 6200 of 8591) sorted by relevance

1...<<241242243244245246247248249250>>...344

/third_party/vk-gl-cts/scripts/
H A Dupdate-copyright-year.py44 srcFiles.append(os.path.join(root, file))
/third_party/vk-gl-cts/framework/common/
H A DtcuResource.hpp79 * \param name Resource path
94 DirArchive (const char* path);
/third_party/vk-gl-cts/framework/delibs/decpp/
H A DdeDirectoryIterator.hpp55 DirectoryIterator (const FilePath& path);
/third_party/vulkan-loader/loader/
H A Dsettings.h58 char* path; member
/kernel/linux/linux-5.10/drivers/scsi/smartpqi/
H A Dsmartpqi_init.c61 struct pqi_queue_group *queue_group, enum pqi_io_path path,
2325 /* Process via normal I/O path. */ in pqi_raid_bypass_submit_scsi_cmd()
2643 static inline void pqi_take_device_offline(struct scsi_device *sdev, char *path) in pqi_take_device_offline() argument
2656 path, ctrl_info->scsi_host->host_no, device->bus, in pqi_take_device_offline()
3892 struct pqi_queue_group *queue_group, enum pqi_io_path path, in pqi_start_io()
3906 spin_lock_irqsave(&queue_group->submit_lock[path], flags); in pqi_start_io()
3911 &queue_group->request_list[path]); in pqi_start_io()
3914 iq_pi = queue_group->iq_pi_copy[path]; in pqi_start_io()
3917 &queue_group->request_list[path], request_list_entry) { in pqi_start_io()
3927 iq_ci = readl(queue_group->iq_ci[path]); in pqi_start_io()
3891 pqi_start_io(struct pqi_ctrl_info *ctrl_info, struct pqi_queue_group *queue_group, enum pqi_io_path path, struct pqi_io_request *io_request) pqi_start_io() argument
5405 unsigned int path; pqi_wait_until_queued_io_drained() local
5433 unsigned int path; pqi_wait_until_inbound_queues_empty() local
5467 unsigned int path; pqi_fail_io_queued_for_device() local
5509 unsigned int path; pqi_fail_io_queued_for_all_devices() local
[all...]
/third_party/node/deps/undici/
H A Dundici.js538 if (url.path != null && typeof url.path !== "string") {
539 throw new InvalidArgumentError("Invalid URL path: the path must be a string or null/undefined.");
552 let path = url.path != null ? url.path : `${url.pathname || ""}${url.search || ""}`;
556 if (path && !path.startsWith("/")) {
557 path
[all...]
/drivers/peripheral/usb/ddk/host/src/
H A Dlinux_adapter.c127 char path[PATH_LEN] = {'\0'}; in GetMmapFd() local
128 int32_t ret = sprintf_s(path, PATH_LEN, USB_DEVICE_MMAP_PATH "%03u_%03u", dev->busNum, dev->devAddr); in GetMmapFd()
130 HDF_LOGE("%{public}s:%{public}d path error", __func__, __LINE__); in GetMmapFd()
134 int32_t fd = open(path, O_RDWR | O_CREAT | O_TRUNC, S_IRUSR | S_IWUSR); in GetMmapFd()
136 HDF_LOGE("%{public}s: open error:%{public}s", __func__, path); in GetMmapFd()
145 char path[PATH_LEN] = {'\0'}; in GetUsbDevicePath() local
146 int32_t ret = sprintf_s(path, sizeof(path), USB_DEV_FS_PATH "/%03u/%03u", dev->busNum, dev->devAddr); in GetUsbDevicePath()
148 HDF_LOGE("%{public}s:%{public}d path error", __func__, __LINE__); in GetUsbDevicePath()
152 if (realpath(path, pathBu in GetUsbDevicePath()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_ioctl.c49 * returns fs handle for a mount point or path within that mount point
53 * returns full handle for a path
64 struct path path; in xfs_find_handle() local
74 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
77 inode = d_inode(path.dentry); in xfs_find_handle()
124 path_put(&path); in xfs_find_handle()
196 struct path path; in xfs_open_by_handle() local
[all...]
/kernel/linux/linux-5.10/net/9p/
H A Dclient.c1151 qid.type, (unsigned long long)qid.path, qid.version); in p9_client_attach()
1218 (unsigned long long)wqids[count].path, in p9_client_walk()
1275 (unsigned long long)qid.path, qid.version, iounit); in p9_client_open()
1319 (unsigned long long)qid->path, in p9_client_create_dotl()
1364 (unsigned long long)qid.path, in p9_client_fcreate()
1402 qid->type, (unsigned long long)qid->path, qid->version); in p9_client_symlink()
1731 (unsigned long long)ret->qid.path, ret->qid.version, ret->mode, in p9_client_stat()
1789 ret->st_result_mask, ret->qid.type, ret->qid.path, in p9_client_getattr_dotl()
1853 (unsigned long long)wst->qid.path, wst->qid.version, wst->mode, in p9_client_wstat()
2166 (unsigned long long)qid->path, qi in p9_client_mknod_dotl()
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dfast_commit.c100 * certain rules. The guiding principle that the commit path follows while
148 * 0) Fast commit replay path hardening: Fast commit replay code should use
150 * path are atomic. With that if we crash during fast commit replay, after
159 * 1) Fast commit's commit path locks the entire file system during fast
163 * system locking during commit path.
676 /* Ext4 commit path routines */
1728 struct ext4_ext_path *path = NULL; in ext4_fc_replay_add_range() local
1769 path = ext4_find_extent(inode, cur, NULL, 0); in ext4_fc_replay_add_range()
1770 if (IS_ERR(path)) in ext4_fc_replay_add_range()
1781 NULL, inode, &path, in ext4_fc_replay_add_range()
1904 struct ext4_ext_path *path = NULL; ext4_fc_set_bitmaps_and_counters() local
[all...]
/kernel/linux/linux-6.6/fs/xfs/
H A Dxfs_ioctl.c51 * returns fs handle for a mount point or path within that mount point
55 * returns full handle for a path
66 struct path path; in xfs_find_handle() local
76 error = user_path_at(AT_FDCWD, hreq->path, 0, &path); in xfs_find_handle()
79 inode = d_inode(path.dentry); in xfs_find_handle()
126 path_put(&path); in xfs_find_handle()
198 struct path path; in xfs_open_by_handle() local
[all...]
/kernel/linux/linux-6.6/net/9p/
H A Dclient.c1127 qid.type, qid.path, qid.version); in p9_client_attach()
1192 wqids[count].path, in p9_client_walk()
1248 qid.path, qid.version, iounit); in p9_client_open()
1292 qid->type, qid->path, qid->version, iounit); in p9_client_create_dotl()
1335 qid.type, qid.path, qid.version, iounit); in p9_client_fcreate()
1373 qid->type, qid->path, qid->version); in p9_client_symlink()
1698 ret->size, ret->type, ret->dev, ret->qid.type, ret->qid.path, in p9_client_stat()
1756 ret->qid.type, ret->qid.path, ret->qid.version, in p9_client_getattr_dotl()
1822 wst->qid.path, wst->qid.version, in p9_client_wstat()
2125 qid->type, qid->path, qi in p9_client_mknod_dotl()
[all...]
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_vlan.c1445 struct net_device_path *path) in br_vlan_fill_forward_path_pvid()
1451 path->bridge.vlan_mode = DEV_PATH_BR_VLAN_KEEP; in br_vlan_fill_forward_path_pvid()
1462 path->bridge.vlan_mode = DEV_PATH_BR_VLAN_TAG; in br_vlan_fill_forward_path_pvid()
1466 path->bridge.vlan_id = vid; in br_vlan_fill_forward_path_pvid()
1467 path->bridge.vlan_proto = br->vlan_proto; in br_vlan_fill_forward_path_pvid()
1472 struct net_device_path *path) in br_vlan_fill_forward_path_mode()
1481 v = br_vlan_find(vg, path->bridge.vlan_id); in br_vlan_fill_forward_path_mode()
1488 if (path->bridge.vlan_mode == DEV_PATH_BR_VLAN_TAG) in br_vlan_fill_forward_path_mode()
1489 path->bridge.vlan_mode = DEV_PATH_BR_VLAN_KEEP; in br_vlan_fill_forward_path_mode()
1491 path in br_vlan_fill_forward_path_mode()
1443 br_vlan_fill_forward_path_pvid(struct net_bridge *br, struct net_device_path_ctx *ctx, struct net_device_path *path) br_vlan_fill_forward_path_pvid() argument
1470 br_vlan_fill_forward_path_mode(struct net_bridge *br, struct net_bridge_port *dst, struct net_device_path *path) br_vlan_fill_forward_path_mode() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_load_store_vectorize.c393 nir_deref_path *path, in create_entry_key_from_deref()
397 while (path->path[path_len]) in create_entry_key_from_deref()
416 nir_deref_instr *parent = i ? path->path[i - 1] : NULL; in create_entry_key_from_deref()
417 nir_deref_instr *deref = path->path[i]; in create_entry_key_from_deref()
592 nir_deref_path path; in create_entry() local
593 nir_deref_path_init(&path, entry->deref, NULL); in create_entry()
594 entry->key = create_entry_key_from_deref(entry, ctx, &path, in create_entry()
391 create_entry_key_from_deref(void *mem_ctx, struct vectorize_ctx *ctx, nir_deref_path *path, uint64_t *offset_base) create_entry_key_from_deref() argument
[all...]
/third_party/littlefs/scripts/
H A Dplot.py133 def openio(path, mode='r', buffering=-1):
135 if path == '-':
141 return open(path, mode, buffering)
156 for path in paths:
157 if os.path.isdir(path):
158 for dir, _, files in os.walk(path):
161 inotify.add_watch(os.path.join(dir, f), flags)
163 inotify.add_watch(path, flags)
449 for path i
[all...]
/third_party/node/deps/openssl/openssl/apps/
H A Dcmp.c352 "[http[s]://]address[:port][/path] of CMP server. Default port 80 or 443."},
354 "address may be a DNS name or an IP address; path can be overridden by -path"},
356 "[http[s]://]address[:port][/path] of HTTP(S) proxy to use; path is ignored"},
364 {"path", OPT_PATH, 's',
365 "HTTP path (aka CMP alias) at the CMP server. Default from -server, else \"/\""},
1848 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; in setup_client_ctx() local
1881 &portnum, &path, NULL /* q */, NULL /* frag */)) { in setup_client_ctx()
1892 used_path = path; in setup_client_ctx()
2692 char *path = NULL; cmp_server() local
[all...]
/third_party/openssl/apps/
H A Dcmp.c352 "[http[s]://]address[:port][/path] of CMP server. Default port 80 or 443."},
354 "address may be a DNS name or an IP address; path can be overridden by -path"},
356 "[http[s]://]address[:port][/path] of HTTP(S) proxy to use; path is ignored"},
364 {"path", OPT_PATH, 's',
365 "HTTP path (aka CMP alias) at the CMP server. Default from -server, else \"/\""},
1848 char *host = NULL, *port = NULL, *path = NULL, *used_path = opt_path; in setup_client_ctx() local
1881 &portnum, &path, NULL /* q */, NULL /* frag */)) { in setup_client_ctx()
1892 used_path = path; in setup_client_ctx()
2691 char *path = NULL; cmp_server() local
[all...]
/third_party/typescript/lib/
H A Dtsc.js3393 path: file.path,
3620 { name: "path", optional: true, captureSpan: true },
3627 args: [{ name: "path" }, { name: "name", optional: true }],
3957 var path = toCanonicalFileName(name);
3958 var existing = cache.get(path);
3963 cache.set(path, {
3964 watcher: createWatcher((function (param1, param2, param3) { var _a; return (_a = cache.get(path)) === null || _a === void 0 ? void 0 : _a.callbacks.slice().forEach(function (cb) { return cb(param1, param2, param3); }); })),
3970 var watcher = cache.get(path);
3975 cache.delete(path);
[all...]
/kernel/linux/linux-6.6/fs/ceph/
H A Dmds_client.c2590 * ceph_mdsc_build_path - build a path string to a given dentry
2591 * @dentry: dentry to which path should be built
2594 * @for_wire: is this path going to be sent to the MDS?
2596 * Build a string that represents the path to the dentry. This is mostly called
2599 * 1) we need to build a path string to send to the MDS (for_wire == true)
2600 * 2) we need a path string for local presentation (e.g. debugfs)
2603 * The path is built in reverse, starting with the dentry. Walk back up toward
2604 * the root, building the path until the first non-snapped inode is reached
2615 char *path; in ceph_mdsc_build_path() local
2623 path in ceph_mdsc_build_path()
2733 char *path; build_dentry_path() local
2760 char *path; build_inode_path() local
4302 char *path; reconnect_caps_cb() local
[all...]
/third_party/python/Lib/test/
H A Dtest_logging.py570 self.assertFalse(os.path.exists(fn))
573 self.assertTrue(os.path.exists(fn))
625 self.assertTrue(os.path.exists(fn))
675 if os.path.exists(fn):
2052 self.log_data = urlparse(request.path)
2076 here = os.path.dirname(__file__)
2077 localhost_cert = os.path.join(here, "keycert.pem")
2104 self.assertEqual(self.log_data.path, '/frob')
2194 if os.path.isfile(fn):
3886 'pathname': os.path
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2339 info->ext_disp_conn_info.path[i].device_connector_id = in get_integrated_info_v8()
2343 info->ext_disp_conn_info.path[i].ext_encoder_obj_id = in get_integrated_info_v8()
2347 info->ext_disp_conn_info.path[i].device_tag = in get_integrated_info_v8()
2349 info->ext_disp_conn_info.path[i].device_acpi_enum = in get_integrated_info_v8()
2351 info->ext_disp_conn_info.path[i].ext_aux_ddc_lut_index = in get_integrated_info_v8()
2353 info->ext_disp_conn_info.path[i].ext_hpd_pin_lut_index = in get_integrated_info_v8()
2355 info->ext_disp_conn_info.path[i].channel_mapping.raw = in get_integrated_info_v8()
2476 info->ext_disp_conn_info.path[i].device_connector_id = in get_integrated_info_v9()
2480 info->ext_disp_conn_info.path[i].ext_encoder_obj_id = in get_integrated_info_v9()
2484 info->ext_disp_conn_info.path[ in get_integrated_info_v9()
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser.c2348 info->ext_disp_conn_info.path[i].device_connector_id = in get_integrated_info_v8()
2352 info->ext_disp_conn_info.path[i].ext_encoder_obj_id = in get_integrated_info_v8()
2356 info->ext_disp_conn_info.path[i].device_tag = in get_integrated_info_v8()
2358 info->ext_disp_conn_info.path[i].device_acpi_enum = in get_integrated_info_v8()
2360 info->ext_disp_conn_info.path[i].ext_aux_ddc_lut_index = in get_integrated_info_v8()
2362 info->ext_disp_conn_info.path[i].ext_hpd_pin_lut_index = in get_integrated_info_v8()
2364 info->ext_disp_conn_info.path[i].channel_mapping.raw = in get_integrated_info_v8()
2485 info->ext_disp_conn_info.path[i].device_connector_id = in get_integrated_info_v9()
2489 info->ext_disp_conn_info.path[i].ext_encoder_obj_id = in get_integrated_info_v9()
2493 info->ext_disp_conn_info.path[ in get_integrated_info_v9()
[all...]
/third_party/lwip/src/netif/ppp/
H A Deap.c1199 char *user, *path, *file; in name_of_pn_file() local
1211 path = malloc(pl); in name_of_pn_file()
1212 if (path == NULL) in name_of_pn_file()
1214 (void) slprintf(path, pl, "%s/%s", user, file); in name_of_pn_file()
1216 ppp_dbglog("pseudonym file: %s", path); in name_of_pn_file()
1219 return (path); in name_of_pn_file()
1226 char *path; local
1229 if ((path = name_of_pn_file()) == NULL)
1231 fd = open(path, modebits, S_IRUSR | S_IWUSR);
1233 free(path);
1241 char *path; remove_pn_file() local
[all...]
/third_party/skia/src/gpu/text/
H A DGrTextBlob.cpp194 PathGlyph(const SkPath& path, SkPoint origin);
224 // If there are shaders, blurs or styles, the path must be scaled into source in draw()
233 // Calculate the matrix that maps the path glyphs from their size in the strike to in draw()
239 const SkPath& path = pathPos.fPath; in draw() local
245 GrStyledShape shape(path, paint); in draw()
250 // Transform the path to device because the deviceMatrix must be unchanged to in draw()
253 const SkPath& path = pathPos.fPath; in draw() local
260 path.transform(pathMatrix, &deviceOutline); in draw()
282 return PathGlyph{*variant.path(), pos}; in Make()
295 PathSubRun::PathGlyph::PathGlyph(const SkPath& path, SkPoin argument
2417 const SkPath& path = *variant.path(); processSourcePaths() local
2431 const SkPath& path = *variant.path(); processSourcePaths() local
[all...]
/drivers/peripheral/audio/test/systemtest/hdi_service/common/capture/src/
H A Daudio_idl_hdicapture_control_test.cpp457 .pins = PIN_OUT_SPEAKER, .path = AUDIO_CAPTURE_FILE.c_str() in HWTEST_F()
484 char path[] = "./DevDump.log"; in HWTEST_F() local
486 FILE *file = fopen(path, "wb+"); in HWTEST_F()
495 .pins = PIN_OUT_SPEAKER, .path = AUDIO_CAPTURE_FILE.c_str() in HWTEST_F()

Completed in 79 milliseconds

1...<<241242243244245246247248249250>>...344