/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/bios/ |
nouveau_nvkm_subdev_bios_bit.c | 36 u8 entries = nvbios_rd08(bios, bios->bit_offset + 10); local in function:bit_entry 38 while (entries--) {
|
nouveau_nvkm_subdev_bios_bit.c | 36 u8 entries = nvbios_rd08(bios, bios->bit_offset + 10); local in function:bit_entry 38 while (entries--) {
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvif/ |
clb069.h | 8 __u32 entries; member in struct:nvif_clb069_v0
|
clb069.h | 8 __u32 entries; member in struct:nvif_clb069_v0
|
/src/sys/arch/arm/acpi/ |
acpi_table.c | 101 const u_int entries = (le32toh(xsdt->Header.Length) - sizeof(ACPI_TABLE_HEADER)) / ACPI_XSDT_ENTRY_SIZE; local in function:acpi_table_find 102 for (u_int n = 0; n < entries; n++) {
|
acpi_table.c | 101 const u_int entries = (le32toh(xsdt->Header.Length) - sizeof(ACPI_TABLE_HEADER)) / ACPI_XSDT_ENTRY_SIZE; local in function:acpi_table_find 102 for (u_int n = 0; n < entries; n++) {
|
/src/sys/arch/luna68k/stand/boot/ |
parse.c | 133 static const struct command_entry entries[] = { variable in typeref:typename:const struct command_entry[] 161 for (i = 0; entries[i].name != NULL; i++) { 162 if (!strcmp(argv[0], entries[i].name)) { 163 status = (*entries[i].func)(argc, argv);
|
parse.c | 133 static const struct command_entry entries[] = { variable in typeref:typename:const struct command_entry[] 161 for (i = 0; entries[i].name != NULL; i++) { 162 if (!strcmp(argv[0], entries[i].name)) { 163 status = (*entries[i].func)(argc, argv);
|
/src/sys/dev/i2c/ |
tvpllvar.h | 53 } *entries; member in struct:tvpll_data
|
tvpllvar.h | 53 } *entries; member in struct:tvpll_data
|
/src/sys/external/bsd/drm2/dist/include/drm/ |
drm_debugfs_crc.h | 53 * @entries: array of entries, with size of %DRM_CRC_ENTRIES_NR 63 struct drm_crtc_crc_entry *entries; member in struct:drm_crtc_crc
|
drm_debugfs_crc.h | 53 * @entries: array of entries, with size of %DRM_CRC_ENTRIES_NR 63 struct drm_crtc_crc_entry *entries; member in struct:drm_crtc_crc
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/fault/ |
priv.h | 16 int entries; member in struct:nvkm_fault_buffer
|
priv.h | 16 int entries; member in struct:nvkm_fault_buffer
|
/src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/mxm/ |
nouveau_nvkm_subdev_mxm_mxms.c | 112 u8 entries = 0; local in function:mxms_foreach 129 entries = (ROM32(desc[0]) & 0x01f00000) >> 20; 138 entries = (desc[1] & 0xf0) >> 4; 146 entries = desc[1] & 0x07; 168 for (i = 0; i < entries; i++, dump += recordlen) { 181 desc += headerlen + (entries * recordlen);
|
nouveau_nvkm_subdev_mxm_mxms.c | 112 u8 entries = 0; local in function:mxms_foreach 129 entries = (ROM32(desc[0]) & 0x01f00000) >> 20; 138 entries = (desc[1] & 0xf0) >> 4; 146 entries = desc[1] & 0x07; 168 for (i = 0; i < entries; i++, dump += recordlen) { 181 desc += headerlen + (entries * recordlen);
|
/src/bin/ls/ |
ls.h | 64 int entries; member in struct:__anon33ec9f980108
|
ls.h | 64 int entries; member in struct:__anon33ec9f980108
|
/src/sbin/veriexecctl/ |
veriexecctl.c | 303 prop_array_t entries; local in function:main 307 &entries) == -1) 310 nentries = prop_array_count(entries); 312 print_entry(prop_array_get(entries, i)); 314 prop_object_release(entries);
|
/src/sys/coda/ |
coda_opstats.h | 112 long entries; /* number of times call attempted */ member in struct:coda_op_stats
|
/src/sys/dev/dkwedge/ |
dkwedge_gpt.c | 122 uint32_t entries, entsz; local in function:dkwedge_discover_gpt 178 entries = le32toh(hdr->hdr_entries); 188 /* XXX Clamp entries at 512 for now. */ 189 if (entries > 512) { 190 aprint_error("%s: WARNING: clamping number of GPT entries to " 191 "512 (was %u)\n", pdk->dk_name, entries); 192 entries = 512; 207 sz = roundup(entries * entsz, secsize); 218 if (crc32(0, bp->b_data, entries * entsz) != gpe_crc) { 229 for (i = 0; i < entries; i++) [all...] |
/src/sys/dev/pci/ |
agp_amd.c | 99 u_int32_t entries = apsize >> AGP_PAGE_SHIFT; local in function:agp_amd_alloc_gatt 107 AGP_PAGE_SIZE + entries * sizeof(u_int32_t), 0, 116 gatt->ag_entries = entries; 119 gatt->ag_size = AGP_PAGE_SIZE + entries * sizeof(u_int32_t); 122 memset(gatt->ag_virtual, 0, entries * sizeof(u_int32_t)); 127 npages = ((entries * sizeof(u_int32_t) + AGP_PAGE_SIZE - 1)
|
/src/sys/external/bsd/drm2/dist/drm/amd/display/dmub/inc/ |
dmub_trace_buffer.h | 67 struct dmcub_trace_buf_entry entries[PERF_TRACE_MAX_ENTRY]; member in struct:dmcub_trace_buf
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_debugfs_crc.c | 189 kfree(crc->entries); 191 crc->entries = NULL; 202 struct drm_crtc_crc_entry *entries = NULL; local in function:crtc_crc_open 229 entries = kcalloc(DRM_CRC_ENTRIES_NR, sizeof(*entries), GFP_KERNEL); 230 if (!entries) 236 crc->entries = entries; 244 kfree(entries); 320 entry = &crc->entries[crc->tail] [all...] |
/src/tests/lib/libc/gen/ |
t_glob.c | 90 const struct vfs_file *entries; member in struct:vfs_dir 95 #define VFS_DIR_INIT(name, entries) \ 96 { name, entries, __arraycount(entries), 0 } 139 const struct vfs_file *f = &dd->entries[dd->pos++]; 173 const struct vfs_file *f = &d[i].entries[j];
|