/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/ |
H A D | driver_nl80211.c | 9927 static int linux_write_system_file(const char *path, unsigned int val) in linux_write_system_file() argument 9936 fd = open(path, O_WRONLY); in linux_write_system_file() 9943 path, val); in linux_write_system_file() 9970 char path[128]; in wpa_driver_br_port_set_attr() local 9977 os_snprintf(path, sizeof(path), "/sys/class/net/%s/brport/%s", in wpa_driver_br_port_set_attr() 9980 if (linux_write_system_file(path, val)) in wpa_driver_br_port_set_attr() 10002 char path[128]; in wpa_driver_br_set_net_param() local 10007 os_snprintf(path, sizeof(path), in wpa_driver_br_set_net_param() 10786 char path[128]; nl80211_configure_data_frame_filters() local [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_nl80211.c | 8327 /* Initialize here before any failure path */ 11365 static int linux_write_system_file(const char *path, unsigned int val) argument 11374 fd = open(path, O_WRONLY); 11381 path, val); 11408 char path[128]; local 11415 os_snprintf(path, sizeof(path), "/sys/class/net/%s/brport/%s", 11418 if (linux_write_system_file(path, val)) 11440 char path[128]; local 11445 os_snprintf(path, sizeo 12352 char path[128]; global() local [all...] |
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | parse-events.c | 1486 TEST_ASSERT_VAL("Can't get sys path", sys_path); in count_tracepoints() 1968 char path[PATH_MAX]; in test_pmu() local 1971 snprintf(path, PATH_MAX, "%s/bus/event_source/devices/cpu/format/", in test_pmu() 1974 ret = stat(path, &st); in test_pmu() 1983 char path[PATH_MAX]; in test_pmu_events() local 1988 snprintf(path, PATH_MAX, "%s/bus/event_source/devices/cpu/events/", in test_pmu_events() 1991 ret = stat(path, &st); in test_pmu_events() 1997 dir = opendir(path); in test_pmu_events()
|
/kernel/linux/linux-5.10/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 1978 blk = &state->path.blk[ state->path.active-1 ]; in xfs_attr3_leaf_toosmall() 1998 * path point to the block we want to drop (this one). in xfs_attr3_leaf_toosmall() 2001 memcpy(&state->altpath, &state->path, sizeof(state->path)); in xfs_attr3_leaf_toosmall() 2056 * numbered block) and path point to the block we want to drop. in xfs_attr3_leaf_toosmall() 2058 memcpy(&state->altpath, &state->path, sizeof(state->path)); in xfs_attr3_leaf_toosmall() 2063 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
|
/kernel/linux/linux-6.6/fs/xfs/libxfs/ |
H A D | xfs_attr_leaf.c | 2024 blk = &state->path.blk[ state->path.active-1 ]; in xfs_attr3_leaf_toosmall() 2044 * path point to the block we want to drop (this one). in xfs_attr3_leaf_toosmall() 2047 memcpy(&state->altpath, &state->path, sizeof(state->path)); in xfs_attr3_leaf_toosmall() 2102 * numbered block) and path point to the block we want to drop. in xfs_attr3_leaf_toosmall() 2104 memcpy(&state->altpath, &state->path, sizeof(state->path)); in xfs_attr3_leaf_toosmall() 2109 error = xfs_da3_path_shift(state, &state->path, forward, in xfs_attr3_leaf_toosmall()
|
/third_party/icu/tools/unicodetools/com/ibm/rbm/gui/ |
H A D | RBManagerGUI.java | 1219 TreePath path = projectTree.getSelectionPath(); in getSelectedProjectBundleItem() 1220 if (path == null) return null; in getSelectedProjectBundleItem() 1221 DefaultMutableTreeNode node = (DefaultMutableTreeNode)path.getLastPathComponent(); in getSelectedProjectBundleItem() 1228 TreePath path = projectTree.getSelectionPath(); in getSelectedProjectBundle() 1229 if (path == null) return null; in getSelectedProjectBundle() 1230 for (int i=0; i < path.getPathCount(); i++) { in getSelectedProjectBundle() 1231 DefaultMutableTreeNode node = (DefaultMutableTreeNode)path.getPathComponent(i); in getSelectedProjectBundle()
|
/third_party/nghttp2/src/ |
H A D | nghttp.cc | 250 std::string path = util::has_uri_field(u, UF_PATH) in make_reqpath() local 254 path += '?'; in make_reqpath() 255 path.append(uri.c_str() + u.field_data[UF_QUERY].off, in make_reqpath() 258 return path; in make_reqpath() 456 {":path", req->make_reqpath()}, in submit_request() 2050 auto path = req->get_req_header(http2::HD__PATH); in on_frame_recv_callback2() local 2056 // libnghttp2 guarantees :scheme, :method, :path and (:authority | in on_frame_recv_callback2() 2058 if (path->value[0] != '/') { in on_frame_recv_callback2() 2067 uri += path->value; in on_frame_recv_callback2() 2230 id responseEnd requestStart process code size request path)" in print_stats() [all...] |
/third_party/mesa3d/src/microsoft/vulkan/ |
H A D | dzn_device.c | 213 char home[MAX_PATH], path[MAX_PATH]; in dzn_instance_create() local 215 snprintf(path, sizeof(path), "%s\\stderr.txt", home); in dzn_instance_create() 216 freopen(path, "w", stderr); in dzn_instance_create() 217 snprintf(path, sizeof(path), "%s\\stdout.txt", home); in dzn_instance_create() 218 freopen(path, "w", stdout); in dzn_instance_create()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_edid_load.c | 26 int __drm_set_edid_firmware_path(const char *path) in __drm_set_edid_firmware_path() argument 28 scnprintf(edid_firmware, sizeof(edid_firmware), "%s", path); in __drm_set_edid_firmware_path()
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | domain.c | 765 if (ee->r.param.path.matched_path) in tomoyo_find_next_domain() 766 candidate = ee->r.param.path.matched_path; in tomoyo_find_next_domain()
|
/kernel/linux/linux-5.10/security/keys/ |
H A D | request_key.c | 99 static int call_usermodehelper_keys(const char *path, char **argv, char **envp, in call_usermodehelper_keys() argument 104 info = call_usermodehelper_setup(path, argv, envp, GFP_KERNEL, in call_usermodehelper_keys()
|
/kernel/linux/linux-5.10/tools/lib/traceevent/ |
H A D | event-parse.h | 390 int tep_add_plugin_path(struct tep_handle *tep, char *path, 397 const char *path,
|
/kernel/linux/linux-5.10/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 264 struct path lower_path; 524 static inline struct path *
|
/kernel/linux/linux-5.10/kernel/bpf/ |
H A D | offload.c | 303 struct path ns_path; in bpf_prog_offload_info_fill() 528 struct path ns_path; in bpf_map_offload_info_fill()
|
/kernel/linux/linux-5.10/net/9p/ |
H A D | protocol.c | 186 &qid->path); in p9pdu_vreadf() 425 qid->path); in p9pdu_vwritef()
|
/kernel/linux/linux-6.6/fs/ecryptfs/ |
H A D | ecryptfs_kernel.h | 264 struct path lower_path; 509 static inline const struct path *
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | btrfs.h | 260 __u8 path[BTRFS_DEVICE_PATH_NAME_MAX]; /* out */ member 504 * out, constructed path from the directory with which the ioctl is 507 char path[BTRFS_INO_LOOKUP_USER_PATH_MAX]; member
|
/kernel/linux/linux-6.6/kernel/gcov/ |
H A D | fs.c | 408 * Given a string <path> representing a file path of format: 409 * path/to/file.gcda 411 * <dir/>path/to/file.<ext> 413 static char *link_target(const char *dir, const char *path, const char *ext) in link_target() argument 419 copy = kstrdup(path, GFP_KERNEL); in link_target() 686 /* Create directory nodes along the path. */ in add_node()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 468 ui__error("The %s data has no samples!\n", session->data->path); in __cmd_annotate() 581 "Add prefix to source file path names in programs (with --prefix-strip)"), in cmd_annotate() 583 "Strip first N entries of source file path name in programs (with --prefix)"), in cmd_annotate() 584 OPT_STRING(0, "objdump", &objdump_path, "path", in cmd_annotate() 586 OPT_STRING(0, "addr2line", &addr2line_path, "path", in cmd_annotate() 670 data.path = input_name; in cmd_annotate()
|
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | domain.c | 763 if (ee->r.param.path.matched_path) in tomoyo_find_next_domain() 764 candidate = ee->r.param.path.matched_path; in tomoyo_find_next_domain()
|
/kernel/linux/linux-6.6/security/keys/ |
H A D | request_key.c | 99 static int call_usermodehelper_keys(const char *path, char **argv, char **envp, in call_usermodehelper_keys() argument 104 info = call_usermodehelper_setup(path, argv, envp, GFP_KERNEL, in call_usermodehelper_keys()
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/netdevsim/ |
H A D | devlink.sh | 317 devlink -N testns1 resource set $DL_HANDLE path IPv4/fib size $limit 357 devlink -N testns2 resource set $DL_HANDLE path IPv4/fib size ' -1'
|
/kernel/linux/linux-6.6/net/9p/ |
H A D | protocol.c | 352 &qid->path); in p9pdu_vreadf() 591 qid->path); in p9pdu_vwritef()
|
/third_party/curl/tests/server/ |
H A D | util.c | 202 const char *path = "."; variable 215 msnprintf(filename, sizeof(filename), TEST_DATA_PATH, path, testno); in test2fopen()
|
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestFmwk.java | 199 final String path = ""; in logKnownIssue() 201 getParams().knownIssues.logKnownIssue(path, ticket, comment); in logKnownIssue()
|