/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pr.c | 767 * for the exception path at label out: below, or upon in __core_scsi3_alloc_registration() 1976 char *path; in __core_scsi3_write_aptpl_to_file() local 1981 path = kasprintf(GFP_KERNEL, "%s/pr/aptpl_%s", db_root, in __core_scsi3_write_aptpl_to_file() 1983 if (!path) in __core_scsi3_write_aptpl_to_file() 1986 file = filp_open(path, flags, 0600); in __core_scsi3_write_aptpl_to_file() 1989 " failed\n", path); in __core_scsi3_write_aptpl_to_file() 1990 kfree(path); in __core_scsi3_write_aptpl_to_file() 1999 pr_debug("Error writing APTPL metadata file: %s\n", path); in __core_scsi3_write_aptpl_to_file() 2001 kfree(path); in __core_scsi3_write_aptpl_to_file()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8723bs/hal/ |
H A D | HalPhyRf_8723B.c | 133 ODM_RT_TRACE(pDM_Odm, ODM_COMP_TX_PWR_TRACK, ODM_DBG_LOUD, ("TxPwrTracking path B: X = 0x%x, Y = 0x%x ele_A = 0x%x ele_C = 0x%x ele_D = 0x%x 0xeb4 = 0x%x 0xebc = 0x%x\n", in setIqkMatrix_8723B() 450 /* enable path A PA in TXIQK mode */ in phy_PathA_IQK_8723B() 455 /* disable path B PA in TXIQK mode */ in phy_PathA_IQK_8723B() 463 /* path-A IQK setting */ in phy_PathA_IQK_8723B() 493 /* One shot, path A LOK & IQK */ in phy_PathA_IQK_8723B() 494 /* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path A LOK & IQK!\n")); */ in phy_PathA_IQK_8723B() 499 /* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("Delay %d ms for One shot, path A LOK & IQK.\n", IQK_DELAY_TIME_8723B)); */ in phy_PathA_IQK_8723B() 577 /* path-A IQK setting */ in phy_PathA_RxIQK8723B() 607 /* One shot, path A LOK & IQK */ in phy_PathA_RxIQK8723B() 608 /* ODM_RT_TRACE(pDM_Odm, ODM_COMP_CALIBRATION, ODM_DBG_LOUD, ("One shot, path in phy_PathA_RxIQK8723B() 1837 u8 path, bResult = SUCCESS; PHY_IQCalibrate_8723B() local [all...] |
/kernel/linux/linux-5.10/tools/testing/ktest/ |
H A D | ktest.pl | 401 The directory that contains the Linux source code (full path). 402 You can use \${PWD} that will be the path where ktest.pl is run, or use 407 The directory that the objects will be built (full path). 409 You can use \${PWD} that will be the path where ktest.pl is run, or use 472 command (defaults to extlinux), and SYSLINUX_PATH to specify the path to 502 If grub2 is used, the full path for the grub.cfg file is placed 1093 # check the path of the config file first 4107 # THIS_DIR is automatically assigned the PWD of the path that generated 4229 foreach my $path (@paths) { 4230 if (-x "$path/ [all...] |
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pr.c | 767 * for the exception path at label out: below, or upon in __core_scsi3_alloc_registration() 1959 char *path; in __core_scsi3_write_aptpl_to_file() local 1964 path = kasprintf(GFP_KERNEL, "%s/pr/aptpl_%s", db_root, in __core_scsi3_write_aptpl_to_file() 1966 if (!path) in __core_scsi3_write_aptpl_to_file() 1969 file = filp_open(path, flags, 0600); in __core_scsi3_write_aptpl_to_file() 1972 " failed\n", path); in __core_scsi3_write_aptpl_to_file() 1973 kfree(path); in __core_scsi3_write_aptpl_to_file() 1982 pr_debug("Error writing APTPL metadata file: %s\n", path); in __core_scsi3_write_aptpl_to_file() 1984 kfree(path); in __core_scsi3_write_aptpl_to_file()
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | xen-blkfront.c | 1825 char *path; in talk_to_blkback() local 1836 path = kmalloc(pathsize, GFP_KERNEL); in talk_to_blkback() 1837 if (!path) { in talk_to_blkback() 1844 memset(path, 0, pathsize); in talk_to_blkback() 1845 snprintf(path, pathsize, "%s/queue-%u", dev->nodename, i); in talk_to_blkback() 1846 err = write_per_ring_nodes(xbt, rinfo, path); in talk_to_blkback() 1848 kfree(path); in talk_to_blkback() 1852 kfree(path); in talk_to_blkback()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-inject.c | 1252 gs->data.path = name; in guest_session__start() 1943 inject->input_name, inject->output.path); in copy_kcore_dir() 1959 gs->perf_data_file, inject->output.path, gs->machine_pid); in guest_session__copy_kcore_dir() 2207 .path = "-", in cmd_inject() 2226 "buildid path [,buildid path...]", in cmd_inject() 2230 OPT_STRING('o', "output", &inject.output.path, "file", in cmd_inject() 2292 if (strcmp(inject.output.path, "-")) { in cmd_inject() 2304 if (strcmp(inject.output.path, "-") && !inject.strip && in cmd_inject() 2315 data.path in cmd_inject() [all...] |
/kernel/linux/linux-6.6/tools/testing/ktest/ |
H A D | ktest.pl | 401 The directory that contains the Linux source code (full path). 402 You can use \${PWD} that will be the path where ktest.pl is run, or use 407 The directory that the objects will be built (full path). 409 You can use \${PWD} that will be the path where ktest.pl is run, or use 472 command (defaults to extlinux), and SYSLINUX_PATH to specify the path to 502 If grub2 is used, the full path for the grub.cfg file is placed 1160 # check the path of the config file first 4147 foreach my $path (@paths) { 4148 if (-x "$path/$mailer") { 4149 return $path; [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | rtsp.c | 1607 char proto[128], host[128], path[512], auth[128]; in ff_rtsp_make_setup_request() local 1610 &port, path, sizeof(path), rt->control_uri); in ff_rtsp_make_setup_request() 1721 char proto[128], host[1024], path[1024]; in ff_rtsp_connect() local 1760 host, sizeof(host), &port, path, sizeof(path), s->url); in ff_rtsp_connect() 1798 host, port, "%s", path); in ff_rtsp_connect() 1809 ff_url_join(httpname, sizeof(httpname), https_tunnel ? "https" : "http", auth, host, port, "%s", path); in ff_rtsp_connect()
|
/third_party/libwebsockets/lib/roles/h2/ |
H A D | http2.c | 1759 lwsl_info("%s: %s: headers: client path (h2 state %s)\n", 1795 * duplicate :path into the individual method uri header 2520 const char *path = "/"; 2575 path = uri; 2578 path = wsi->stash->cis[CIS_PATH]; 2579 n = (int)strlen(path); 2583 if (n > 1 && path[0] == '/' && path[1] == '/') { 2584 path++; 2590 (unsigned char *)path, [all...] |
/third_party/python/Lib/ |
H A D | inspect.py | 924 def getmodulename(path): 926 fname = os.path.basename(path) 944 filename = (os.path.splitext(filename)[0] + 949 if os.path.exists(filename): 962 """Return an absolute path to the source or compiled file for an object. 968 return os.path.normcase(os.path.abspath(_filename)) 1001 os.path.realpath(f)] = module.__name__ 3328 print('Submodule search path [all...] |
/third_party/pulseaudio/src/utils/ |
H A D | padsp.c | 122 static FILE* (*_fopen)(const char *path, const char *mode) = NULL; 130 static FILE* (*_fopen64)(const char *path, const char *mode) = NULL; 1540 static bool is_audio_device_node(const char *path) { in is_audio_device_node() argument 1542 pa_streq(path, "/dev/dsp") || in is_audio_device_node() 1543 pa_streq(path, "/dev/adsp") || in is_audio_device_node() 1544 pa_streq(path, "/dev/audio") || in is_audio_device_node() 1545 pa_streq(path, "/dev/sndstat") || in is_audio_device_node() 1546 pa_streq(path, "/dev/mixer"); in is_audio_device_node()
|
/third_party/python/PC/ |
H A D | launcher2.c | 387 // if known/discovered, the full executable path of our runtime 884 wchar_t *path = allocSearchInfoBuffer(search, n + 1); in _findCommand() local 885 if (!path) { in _findCommand() 888 wcscpy_s(path, n + 1, buffer); in _findCommand() 889 search->executablePath = path; in _findCommand() 936 wchar_t *path = allocSearchInfoBuffer(search, n + 1); in _useShebangAsExecutable() local 937 if (!path) { in _useShebangAsExecutable() 940 wcscpy_s(path, n + 1, buffer); in _useShebangAsExecutable() 941 search->executablePath = path; in _useShebangAsExecutable() 1108 // as the executable path in checkShebang() [all...] |
/third_party/selinux/libsepol/cil/src/ |
H A D | cil_post.c | 166 static void cil_post_fc_fill_data(struct fc_data *fc, const char *path) in cil_post_fc_fill_data() argument 173 while (path[c] != '\0') { in cil_post_fc_fill_data() 174 switch (path[c]) { in cil_post_fc_fill_data() 189 if (path[c] == '\0') { in cil_post_fc_fill_data() 447 rc = strcmp(adevicetreecon->path, bdevicetreecon->path); in cil_post_devicetreecon_compare() 2261 char *path = cil_tree_get_cil_path(node); in __cil_post_report_conflict() local 2262 cil_log(CIL_WARN, " at %s:%d\n", path, node->line); in __cil_post_report_conflict()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/ |
H A D | driver_wext.c | 793 char path[128]; in wpa_driver_wext_init() local 802 os_snprintf(path, sizeof(path), "/sys/class/net/%s/phy80211", ifname); in wpa_driver_wext_init() 803 if (stat(path, &buf) == 0) { in wpa_driver_wext_init() 927 char path[200], buf[200], *pos; in wext_check_hostap() local 942 snprintf(path, sizeof(path), "/sys/class/net/%s/device/driver", in wext_check_hostap() 944 res = readlink(path, buf, sizeof(buf) - 1); in wext_check_hostap()
|
/drivers/hdf_core/framework/tools/idl-gen/testcase/ |
H A D | test_idl_generator.py | 16 sys.path.insert(0, '..') 47 'path': '.\\include\\audio', 54 'path': '.\\include\\audio', 69 'path': '.\\include\\audio', 76 'path': '.\\include\\audio\\adapter', 83 'path': '.\\include\\audio', 99 'path': '.\\include', 109 'path': '.\\include\\audio', 127 'path': '.\\include', 134 'path' [all...] |
/drivers/peripheral/input/udriver/include/ |
H A D | input_device_manager.h | 73 vector<string> GetFiles(string path);
|
/foundation/ability/ability_runtime/services/uripermmgr/include/ |
H A D | uri_permission_manager_stub_impl.h | 69 std::string path; member
|
/foundation/ability/ability_runtime/services/appmgr/src/ |
H A D | child_process_record.cpp | 191 std::string filename = std::filesystem::path(srcEntry_).stem(); in MakeProcessName()
|
/foundation/ability/ability_runtime/test/mock/services_appmgr_test/include/ |
H A D | mock_bundle_manager.h | 177 MOCK_METHOD3(CreateFd, ErrCode(const std::string& fileName, int32_t& fd, std::string& path));
|
/foundation/ability/ability_runtime/test/fuzztest/deeplinkreserveconfig_fuzzer/ |
H A D | deeplinkreserveconfig_fuzzer.cpp | 49 const std::string PATH_NAME = "path"; 83 reservedUri.path = strParam; in DoSomethingInterestingWithMyAPI()
|
/foundation/arkui/ace_engine/frameworks/core/components/theme/tools/ |
H A D | build_theme_code.py | 235 folder = os.path.exists(sys.argv[2])
|
/foundation/arkui/ace_engine/frameworks/core/components/svg/ |
H A D | render_svg_base.h | 52 virtual void UpdateMotion(const std::string& path, const std::string& rotate, double percent) {} in UpdateMotion() argument 59 // return paint bounds of svg element path
|
/foundation/arkui/ace_engine/frameworks/core/components/video/ |
H A D | video_element.h | 125 bool GetResourceId(const std::string& path, uint32_t& resId);
|
/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/ |
H A D | cj_common_ffi.h | 29 const char* path = ""; member
|
/foundation/bundlemanager/app_domain_verify/test/unittest/client/app_domain_verify_agent_client_test/ |
H A D | app_domain_verify_agent_client_test.cpp | 144 skillUri.path = "path"; in HWTEST_F()
|