| /OK3568_Linux_fs/external/xserver/os/ |
| H A D | auth.c | 54 unsigned short name_length; member 135 if (protocols[i].name_length == auth->name_length && in LoadAuthorization() 137 (int) auth->name_length) == 0 && protocols[i].Add) { in LoadAuthorization() 162 (int) protocols[i].name_length); in RegisterAuthorizations() 167 CheckAuthorization(unsigned int name_length, in CheckAuthorization() argument 211 if (name_length) { in CheckAuthorization() 213 if (protocols[i].name_length == name_length && in CheckAuthorization() 214 memcmp(protocols[i].name, name, (int) name_length) == 0) { in CheckAuthorization() 247 *name_lenp = protocols[i].name_length; in AuthorizationFromID() 256 RemoveAuthorization(unsigned short name_length, in RemoveAuthorization() argument [all …]
|
| H A D | osdep.h | 79 typedef Bool (*AddAuthorFunc) (unsigned name_length, const char *name,
|
| /OK3568_Linux_fs/kernel/fs/ntfs/ |
| H A D | attrib.c | 121 a->name_length == ni->name_len && in ntfs_map_runlist_nolock() 610 a->name_length * sizeof(ntfschar); in ntfs_attr_find() 636 if (a->name_length) in ntfs_attr_find() 640 a->name_length, ic, upcase, upcase_len)) { in ntfs_attr_find() 646 a->name_length, 1, IGNORE_CASE, in ntfs_attr_find() 660 a->name_length, 1, CASE_SENSITIVE, in ntfs_attr_find() 933 al_name_len = al_entry->name_length; in ntfs_external_attr_find() 983 next_al_entry->name_length == al_name_len && in ntfs_external_attr_find() 987 next_al_entry->name_length, in ntfs_external_attr_find() 1072 le16_to_cpu(a->name_offset)), a->name_length, in ntfs_external_attr_find() [all …]
|
| H A D | inode.c | 788 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 917 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_inode() 1315 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1343 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_attr_inode() 1519 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode() 1618 if (unlikely(a->name_length && (le16_to_cpu(a->name_offset) >= in ntfs_read_locked_index_inode() 1980 if (al_entry->name_length) in ntfs_read_inode_mount()
|
| H A D | layout.h | 691 /* 9*/ u8 name_length; /* Unicode character size of name of attribute. member 962 /* 6*/ u8 name_length; /* Size in Unicode chars of the name of the member
|
| /OK3568_Linux_fs/kernel/arch/mips/fw/cfe/ |
| H A D | cfe_api.c | 117 xiocb.plist.xiocb_envbuf.name_length = namelen; in cfe_enumenv() 214 xiocb.plist.xiocb_envbuf.name_length = strlen(name); in cfe_getenv() 382 xiocb.plist.xiocb_envbuf.name_length = strlen(name); in cfe_setenv()
|
| H A D | cfe_api_int.h | 60 s64 name_length; /* size of name buffer */ member
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_console.c | 280 u32 name_length = (u32)__cvmx_bootmem_desc_get( in cvmx_bootmem_phy_named_block_find() local 301 kmalloc(name_length + 1, GFP_KERNEL); in cvmx_bootmem_phy_named_block_find() 307 name_length); in cvmx_bootmem_phy_named_block_find() 308 if (!strncmp(name, name_tmp, name_length)) { in cvmx_bootmem_phy_named_block_find()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | cbfs.h | 58 u32 name_length; member
|
| /OK3568_Linux_fs/external/xserver/hw/xwin/ |
| H A D | winauth.c | 74 GenerateAuthorization(unsigned name_length, in GenerateAuthorization() argument
|
| /OK3568_Linux_fs/kernel/drivers/acpi/acpica/ |
| H A D | dsutils.c | 427 u32 name_length; in acpi_ds_create_operand() local 448 &name_string, &name_length); in acpi_ds_create_operand()
|
| /OK3568_Linux_fs/kernel/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.h | 217 uint xfs_da_hashname(const uint8_t *name_string, int name_length);
|
| /OK3568_Linux_fs/external/xserver/dix/ |
| H A D | dixfonts.c | 1564 if (fpe->name_length == len && memcmp(name, fpe->name, len) == 0) in find_existing_fpe() 1632 fpe->name_length = len; in SetFontPathElements() 1772 len += fpe->name_length + 1; in GetFontPath() 1785 *c = fpe->name_length; in GetFontPath() 1787 memmove(c, fpe->name, fpe->name_length); in GetFontPath() 1788 c += fpe->name_length; in GetFontPath()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | coreboot_tables.h | 236 u32 name_length; member
|
| /OK3568_Linux_fs/kernel/drivers/visorbus/ |
| H A D | controlvmchannel.h | 583 u32 name_length; member
|
| H A D | visorchipset.c | 585 (unsigned long)phdr->name_length > ctx->param_bytes) in parser_name_get() 588 ctx->bytes_remaining = phdr->name_length; in parser_name_get() 589 return parser_string_get(ctx->curr, phdr->name_length); in parser_name_get()
|
| /OK3568_Linux_fs/u-boot/fs/cbfs/ |
| H A D | cbfs.c | 112 newNode->name_length = name_len; in file_cbfs_next_file()
|
| /OK3568_Linux_fs/kernel/include/acpi/ |
| H A D | actbl1.h | 1588 u16 name_length; member 1604 u16 name_length; member
|
| /OK3568_Linux_fs/external/xserver/include/ |
| H A D | os.h | 508 RemoveAuthorization(unsigned short name_length,
|
| /OK3568_Linux_fs/kernel/drivers/hid/ |
| H A D | hid-logitech-hidpp.c | 426 static void hidpp_prefix_name(char **name, int name_length) in hidpp_prefix_name() argument 433 if (name_length > PREFIX_LENGTH && in hidpp_prefix_name() 438 new_length = PREFIX_LENGTH + name_length; in hidpp_prefix_name()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/ |
| H A D | drm_edid.c | 4756 int name_length; in drm_edid_get_monitor_name() local 4762 name_length = min(get_monitor_name(edid, buf), bufsize - 1); in drm_edid_get_monitor_name() 4763 memcpy(name, buf, name_length); in drm_edid_get_monitor_name() 4764 name[name_length] = '\0'; in drm_edid_get_monitor_name()
|
| /OK3568_Linux_fs/external/xserver/Xext/ |
| H A D | sync.c | 1290 walklist->name_length = namelen; in ProcSyncListSystemCounters() 1296 swaps(&walklist->name_length); in ProcSyncListSystemCounters()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ |
| H A D | rndis_wlan.c | 289 __le32 name_length; member 897 infobuf->name_length = cpu_to_le32(param_len); in rndis_set_config_parameter()
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/ |
| H A D | libc.info-4 | 4467 size_t name_length = strlen (name); 4468 size_t total_size = dirent_size + name_length; 4479 memcpy (result->d_name, name, name_length + 1);
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/ |
| H A D | libc.info-4 | 4467 size_t name_length = strlen (name); 4468 size_t total_size = dirent_size + name_length; 4479 memcpy (result->d_name, name, name_length + 1);
|