/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fSSBOLayoutCase.cpp | 1987 vector<void*> mapBuffers (const glw::Functions& gl, const vector<Buffer>& buffers, deUint32 access) in mapBuffers() argument 1998 mapPtrs[ndx] = gl.mapBufferRange(GL_SHADER_STORAGE_BUFFER, 0, buffers[ndx].size, access); in mapBuffers()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/wpa_supplicant/ |
H A D | wpa_cli.c | 141 if (access(ctrl_iface_dir, F_OK) < 0) { in wpa_cli_open_connection() 149 access(client_socket_dir, F_OK) < 0) { in wpa_cli_open_connection()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/wpa_supplicant/ |
H A D | wpa_cli.c | 150 if (access(ctrl_iface_dir, F_OK) < 0) { in wpa_cli_open_connection() 158 access(client_socket_dir, F_OK) < 0) { in wpa_cli_open_connection()
|
/kernel/linux/linux-5.10/fs/ocfs2/ |
H A D | xattr.c | 177 * Initialize the value buf's access and bh fields for this entry. 1547 ocfs2_journal_access_func access; in ocfs2_xa_block_journal_access() local 1552 access = ocfs2_journal_access_xb; in ocfs2_xa_block_journal_access() 1554 access = ocfs2_journal_access_di; in ocfs2_xa_block_journal_access() 1555 return access(handle, INODE_CACHE(loc->xl_inode), bh, type); in ocfs2_xa_block_journal_access() 6901 * Re-access and dirty the bucket to calculate metaecc. in ocfs2_reflink_xattr_bucket()
|
/kernel/linux/linux-5.10/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 417 printk(KERN_DEBUG pr_fmt("%s: access by process with PID %d\n"), in tpacpi_log_usertask() 6459 * Direct EC access mode: sensors at registers in thermal_init() 6470 pr_warn("Thinkpad ACPI EC unable to access EC version\n"); in thermal_init() 6492 pr_err("ThinkPad ACPI EC access misbehaving, falling back to ACPI TMPx access mode\n"); in thermal_init() 6495 pr_err("ThinkPad ACPI EC access misbehaving, disabling thermal sensors access\n"); in thermal_init() 6512 /* IBM/LENOVO DSDT EC.TMPx access, max 8 sensors */ in thermal_init() 6643 /* NVRAM brightness access, 7556 .access [all...] |
/kernel/linux/linux-6.6/fs/ocfs2/ |
H A D | xattr.c | 171 * Initialize the value buf's access and bh fields for this entry. 1541 ocfs2_journal_access_func access; in ocfs2_xa_block_journal_access() local 1546 access = ocfs2_journal_access_xb; in ocfs2_xa_block_journal_access() 1548 access = ocfs2_journal_access_di; in ocfs2_xa_block_journal_access() 1549 return access(handle, INODE_CACHE(loc->xl_inode), bh, type); in ocfs2_xa_block_journal_access() 6895 * Re-access and dirty the bucket to calculate metaecc. in ocfs2_reflink_xattr_bucket()
|
/kernel/linux/linux-6.6/drivers/platform/x86/ |
H A D | thinkpad_acpi.c | 439 printk(KERN_DEBUG pr_fmt("%s: access by process with PID %d\n"), in tpacpi_log_usertask() 6388 * Direct EC access mode: sensors at registers in thermal_init() 6399 pr_warn("Thinkpad ACPI EC unable to access EC version\n"); in thermal_init() 6421 pr_err("ThinkPad ACPI EC access misbehaving, falling back to ACPI TMPx access mode\n"); in thermal_init() 6424 pr_err("ThinkPad ACPI EC access misbehaving, disabling thermal sensors access\n"); in thermal_init() 6443 /* IBM/LENOVO DSDT EC.TMPx access, max 8 sensors */ in thermal_init() 6534 /* NVRAM brightness access */ 7450 .access [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 910 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
|
H A D | cwsr_trap_handler_gfx10.asm | 900 s_barrier //barrier to ensure the readiness of LDS before access attemps from any other wave in the same TG
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 409 unsigned int pmask; /* port access rights mask */ 506 * The access and execute times are signed in order to accommodate negative 513 s16 access; /* time (ms) to access mailbox */ member 698 struct mutex vi_mirror_mutex; /* Sync access to Mirror VI info */
|
/kernel/linux/linux-5.10/sound/pci/emu10k1/ |
H A D | emu10k1x.c | 1151 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | symbol.c | 1329 pr_debug("Failed to open %s. Note /proc/kcore requires CAP_SYS_RAWIO capability to access.\n", in dso__load_kcore() 1350 * covered by kcore, because we need to access in dso__load_kcore() 1750 rc = access(filebuf, R_OK); in dso__find_perf_map() 2135 * Use open(O_RDONLY) to check readability directly instead of access(R_OK) 2136 * since access(R_OK) only checks with real UID/GID but open() use effective 2171 * To check readability of /proc/kcore, do not use access(R_OK) in dso__find_kallsyms() 2172 * since /proc/kcore requires CAP_SYS_RAWIO to read and access in dso__find_kallsyms()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/ |
H A D | vc4_hdmi.c | 1134 .access = SNDRV_CTL_ELEM_ACCESS_READ |
|
/kernel/linux/linux-5.10/include/linux/greybus/ |
H A D | greybus_protocols.h | 2023 __le32 access; /* GB_AUDIO_ACCESS_* */ member
|
/kernel/linux/linux-6.6/fs/smb/client/ |
H A D | cifsglob.h | 1055 bool expired_pwd; /* track if access denied or expired pwd so can know if need to update */ 1375 __u32 access; member
|
/kernel/linux/linux-6.6/include/linux/greybus/ |
H A D | greybus_protocols.h | 2023 __le32 access; /* GB_AUDIO_ACCESS_* */ member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx9.asm | 915 s_barrier //barrier to ensure the readiness of LDS before access attempts from any other wave in the same TG //FIXME not performance-optimal at this time
|
/kernel/linux/linux-6.6/drivers/net/ethernet/chelsio/cxgb4/ |
H A D | cxgb4.h | 408 unsigned int pmask; /* port access rights mask */ 504 * The access and execute times are signed in order to accommodate negative 511 s16 access; /* time (ms) to access mailbox */ member 696 struct mutex vi_mirror_mutex; /* Sync access to Mirror VI info */
|
/kernel/linux/linux-6.6/sound/pci/emu10k1/ |
H A D | emu10k1x.c | 1110 .access = SNDRV_CTL_ELEM_ACCESS_READ,
|
/kernel/liteos_a/syscall/ |
H A D | fs_syscall.c | 854 ret = access(pathRet, amode); in SysAccess()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt722-sdca.c | 687 .access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | \
|
H A D | peb2466.c | 312 control.access = SNDRV_CTL_ELEM_ACCESS_TLV_READ | in peb2466_add_lkup_ctrl()
|
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 894 if (access(put_old, F_OK) == 0) {
in Deletemodule()
|
H A D | stdlibndk.cpp | 830 if (access(path, F_OK) == PARAM_0) {
in MkDTemp()
|
/third_party/alsa-utils/alsactl/ |
H A D | init_parse.c | 1581 count = access(string, F_OK); in parse_line() 1582 dbg("access(%s) = %i (%s)", string, count, value); in parse_line()
|