/kernel/linux/linux-5.10/samples/uhid/ |
H A D | uhid-example.c | 32 * If uhid is not available as /dev/uhid, then you can pass a different path as 390 const char *path = "/dev/uhid"; in main() local 408 fprintf(stderr, "Usage: %s [%s]\n", argv[0], path); in main() 411 path = argv[1]; in main() 415 fprintf(stderr, "Open uhid-cdev %s\n", path); in main() 416 fd = open(path, O_RDWR | O_CLOEXEC); in main() 418 fprintf(stderr, "Cannot open uhid-cdev %s: %m\n", path); in main()
|
/kernel/linux/linux-5.10/fs/hmdfs/ |
H A D | hmdfs_device_view.h | 48 struct path lower_path; 194 char *hmdfs_connect_path(const char *path, const char *name); 202 static inline void hmdfs_get_lower_path(struct dentry *dent, struct path *pname) in hmdfs_get_lower_path() 211 static inline void hmdfs_put_lower_path(struct path *pname) in hmdfs_put_lower_path() 218 struct path pname; in hmdfs_put_reset_lower_path() 233 static inline void hmdfs_set_lower_path(struct dentry *dent, struct path *pname) in hmdfs_set_lower_path()
|
/kernel/linux/linux-5.10/net/ipv4/ |
H A D | xfrm4_policy.c | 107 struct dst_entry *path = xdst->route; in xfrm4_update_pmtu() local 109 path->ops->update_pmtu(path, sk, skb, mtu, confirm_neigh); in xfrm4_update_pmtu() 116 struct dst_entry *path = xdst->route; in xfrm4_redirect() local 118 path->ops->redirect(path, sk, skb); in xfrm4_redirect()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | xfrm6_policy.c | 111 struct dst_entry *path = xdst->route; in xfrm6_update_pmtu() local 113 path->ops->update_pmtu(path, sk, skb, mtu, confirm_neigh); in xfrm6_update_pmtu() 120 struct dst_entry *path = xdst->route; in xfrm6_redirect() local 122 path->ops->redirect(path, sk, skb); in xfrm6_redirect()
|
/kernel/linux/linux-6.6/fs/hmdfs/ |
H A D | hmdfs_device_view.h | 48 struct path lower_path; 194 char *hmdfs_connect_path(const char *path, const char *name); 202 static inline void hmdfs_get_lower_path(struct dentry *dent, struct path *pname) in hmdfs_get_lower_path() 211 static inline void hmdfs_put_lower_path(struct path *pname) in hmdfs_put_lower_path() 218 struct path pname; in hmdfs_put_reset_lower_path() 233 static inline void hmdfs_set_lower_path(struct dentry *dent, struct path *pname) in hmdfs_set_lower_path()
|
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | common.c | 126 * clock to translate 'path' clk into 'name' clk and register the 'path' 129 static int _qcom_cc_register_board_clk(struct device *dev, const char *path, in _qcom_cc_register_board_clk() argument 142 node = of_get_child_by_name(clocks_node, path); in _qcom_cc_register_board_clk() 154 init_data.name = path; in _qcom_cc_register_board_clk() 172 init_data.parent_names = &path; in _qcom_cc_register_board_clk() 185 int qcom_cc_register_board_clk(struct device *dev, const char *path, in qcom_cc_register_board_clk() argument 196 return _qcom_cc_register_board_clk(dev, path, name, rate, add_factor); in qcom_cc_register_board_clk()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_dcb.c | 85 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits() 107 p = &dcb_config->tc_config[i].path[direction]; in ixgbe_dcb_calculate_tc_credits() 180 refill[tc] = tc_config[tc].path[direction].data_credits_refill; in ixgbe_dcb_unpack_refill() 199 bwgid[tc] = tc_config[tc].path[direction].bwg_id; in ixgbe_dcb_unpack_bwgid() 209 ptype[tc] = tc_config[tc].path[direction].prio_type; in ixgbe_dcb_unpack_prio() 228 if (prio_mask & tc_config[tc].path[direction].up_to_tc_bitmap) in ixgbe_dcb_get_tc_from_up()
|
/kernel/linux/linux-6.6/drivers/infiniband/ulp/rtrs/ |
H A D | rtrs-pri.h | 90 struct rtrs_path *path; member 178 * @sess_uuid: UUID of a session (path) 313 int rtrs_cq_qp_create(struct rtrs_path *path, struct rtrs_con *con, 319 void rtrs_init_hb(struct rtrs_path *path, struct ib_cqe *cqe, 323 void rtrs_start_hb(struct rtrs_path *path); 324 void rtrs_stop_hb(struct rtrs_path *path); 325 void rtrs_send_hb_ack(struct rtrs_path *path);
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/sdsi/ |
H A D | sdsi_test.py | 38 return os.path.isfile(kmemleak) 59 assert os.path.isfile(folder + "guid") == True 60 assert os.path.isfile(folder + "provision_akc") == True 61 assert os.path.isfile(folder + "provision_cap") == True 62 assert os.path.isfile(folder + "state_certificate") == True 63 assert os.path.isfile(folder + "registers") == True
|
/kernel/linux/linux-6.6/tools/usb/usbip/libsrc/ |
H A D | usbip_common.c | 114 dbg("%-20s = %s", "path", udev->path); in dump_usb_device() 209 const char *path, *name; in read_usb_device() local 226 path = udev_device_get_syspath(sdev); in read_usb_device() 229 strncpy(udev->path, path, SYSFS_PATH_MAX - 1); in read_usb_device() 230 udev->path[SYSFS_PATH_MAX - 1] = '\0'; in read_usb_device()
|
/kernel/liteos_m/components/fs/vfs/ |
H A D | vfs_mount.c | 67 struct MountPoint *VfsMpFind(const char *path, const char **pathInMp) in VfsMpFind() argument 78 const char *iPath = path; in VfsMpFind() 118 *pathInMp = path; in VfsMpFind() 128 struct MountPoint *VfsMpFind(const char *path, const char **pathInMp) in VfsMpFind() argument 131 const char *iPath = path; in VfsMpFind() 161 *pathInMp = path; in VfsMpFind()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | xfrm6_policy.c | 102 struct dst_entry *path = xdst->route; in xfrm6_update_pmtu() local 104 path->ops->update_pmtu(path, sk, skb, mtu, confirm_neigh); in xfrm6_update_pmtu() 111 struct dst_entry *path = xdst->route; in xfrm6_redirect() local 113 path->ops->redirect(path, sk, skb); in xfrm6_redirect()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | xfrm4_policy.c | 104 struct dst_entry *path = xdst->route; in xfrm4_update_pmtu() local 106 path->ops->update_pmtu(path, sk, skb, mtu, confirm_neigh); in xfrm4_update_pmtu() 113 struct dst_entry *path = xdst->route; in xfrm4_redirect() local 115 path->ops->redirect(path, sk, skb); in xfrm4_redirect()
|
/kernel/linux/linux-6.6/samples/uhid/ |
H A D | uhid-example.c | 32 * If uhid is not available as /dev/uhid, then you can pass a different path as 390 const char *path = "/dev/uhid"; in main() local 408 fprintf(stderr, "Usage: %s [%s]\n", argv[0], path); in main() 411 path = argv[1]; in main() 415 fprintf(stderr, "Open uhid-cdev %s\n", path); in main() 416 fd = open(path, O_RDWR | O_CLOEXEC); in main() 418 fprintf(stderr, "Cannot open uhid-cdev %s: %m\n", path); in main()
|
/third_party/elfutils/libdwfl/ |
H A D | find-debuginfo.c | 194 indicated by the debug directory path setting. */ in find_debuginfo_in_path() 205 /* A leading - or + in the whole path sets whether to check file CRCs. */ in find_debuginfo_in_path() 207 char *path = localpath; in find_debuginfo_in_path() local 208 if (path[0] == '-' || path[0] == '+') in find_debuginfo_in_path() 210 defcheck = path[0] == '+'; in find_debuginfo_in_path() 211 ++path; in find_debuginfo_in_path() 233 while ((p = strsep (&path, ":")) != NULL) in find_debuginfo_in_path() 256 /* An absolute path says to look there for a subdirectory in find_debuginfo_in_path() 286 /* A relative path say in find_debuginfo_in_path() [all...] |
/third_party/googletest/googletest/test/ |
H A D | googletest-filter-unittest.py | 596 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(), 598 self.assert_(not os.path.exists(shard_status_file)) 604 self.assert_(os.path.exists(shard_status_file)) 610 shard_status_file = os.path.join(gtest_test_utils.GetTempDir(), 612 self.assert_(not os.path.exists(shard_status_file)) 627 self.assert_(os.path.exists(shard_status_file))
|
/third_party/PyYAML/lib/yaml/ |
H A D | __init__.py | 287 def add_path_resolver(tag, path, kind=None, Loader=None, Dumper=Dumper): 289 Add a path based resolver for the given tag. 290 A path is a list of keys that forms a path 295 loader.Loader.add_path_resolver(tag, path, kind) 296 loader.FullLoader.add_path_resolver(tag, path, kind) 297 loader.UnsafeLoader.add_path_resolver(tag, path, kind) 299 Loader.add_path_resolver(tag, path, kind) 300 Dumper.add_path_resolver(tag, path, kind)
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | DirItem.h | 78 virtual HRESULT ScanError(const FString &path, DWORD systemError) x \
79 virtual HRESULT ScanProgress(const CDirItemsStat &st, const FString &path, bool isDir) x \
336 HRESULT AddSecurityItem(const FString &path, int &secureIndex);
358 HRESULT AddError(const FString &path, DWORD errorCode);
359 HRESULT AddError(const FString &path);
361 HRESULT ScanProgress(const FString &path);
|
/third_party/json/tools/amalgamate/ |
H A D | amalgamate.py | 47 if not os.path.isabs(file_path): 48 file_path = os.path.join(self.source_path, file_path) 59 search_path = os.path.join(search_dir, file_path) 60 if os.path.isfile(self.actual_path(search_path)): 129 r'#\s*include\s+(<|")(?P<path>.*?)("|>)', re.S) 222 include_path = include_match.group("path") 256 self.file_dir = os.path.dirname(file_path) 263 if not os.path.isfile(actual_path): 275 "-c path/to/config.json", 276 "-s path/t [all...] |
/third_party/node/deps/v8/tools/release/ |
H A D | git_recipes.py | 166 branch="", path=None, reverse=False, **kwargs): 182 if path: 183 args.extend(["--", path]) 186 def GitShowFile(self, refspec, path, **kwargs): 188 assert path 189 return self.Git(MakeArgs(["show", "%s:%s" % (refspec, path)]), **kwargs)
|
/third_party/node/test/report/ |
H A D | test-report-uv-handles.js | 6 const path = require('path'); 13 const localRelative = path.relative(process.cwd(), `${tmpdir.path}/`); 16 return path.join(pipePrefix, pipeName); 153 const options = { encoding: 'utf8', silent: true, cwd: tmpdir.path }; 169 const reports = helper.findReports(child.pid, tmpdir.path);
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | security.h | 234 const char *path, int accesstype); 313 const char *path, u32 selection, 316 const char *path, u32 selection, const char *attr); 318 const char *path); 320 const char *path, s32 attrib); 322 const char *path, ntfs_filldir_t callback, void *context);
|
/third_party/nghttp2/src/ |
H A D | shrpx_http.cc | 178 const StringRef &path, bool secure) { in create_affinity_cookie() 181 // <name>=<value>[; Path=<path>][; Secure] in create_affinity_cookie() 184 if (!path.empty()) { in create_affinity_cookie() 185 len += PATH_PREFIX.size() + path.size(); in create_affinity_cookie() 200 if (!path.empty()) { in create_affinity_cookie() 202 p = std::copy(std::begin(path), std::end(path), p); in create_affinity_cookie() 176 create_affinity_cookie(BlockAllocator &balloc, const StringRef &name, uint32_t affinity_cookie, const StringRef &path, bool secure) create_affinity_cookie() argument
|
/third_party/icu/icu4c/source/tools/tzcode/ |
H A D | icuzdump.cpp | 372 ostringstream path; in main() local 385 // target file path in main() 386 path.str(""); in main() 387 path << dir << U_FILE_SEP_CHAR; in main() 389 path << id; in main() 391 ofstream* fout = new ofstream(path.str().c_str(), mode); in main() 393 cerr << "Cannot open file " << path.str() << endl; in main()
|
/third_party/libevdev/tools/ |
H A D | touchpad-edge-detector.c | 219 const char *path; in main() local 239 path = argv[2]; in main() 240 if (path[0] == '-') in main() 243 fd = open(path, O_RDONLY|O_NONBLOCK); in main() 257 fprintf(stderr, "Use 'fuser -v %s' to find processes with an open fd\n", path); in main() 274 printf("Touchpad %s on %s\n", libevdev_get_name(dev), path); in main()
|