| /src/usr.bin/infocmp/ |
| infocmp.c | 144 print_ent(const TIENT *ents, size_t nents) 155 if (*ents[i].id == '.' && aflag == 0) 157 switch (ents[i].type) { 159 if (ents[i].flag == ABSENT_BOOLEAN) 161 l = strlen(ents[i].id) + 2; 162 if (ents[i].flag == CANCELLED_BOOLEAN) 166 if (ents[i].num == ABSENT_NUMERIC) 168 if (VALID_NUMERIC(ents[i].num)) 170 ents[i].id, ents[i].num) 651 TIENT ents[TISTRMAX + 1], ents2[TISTRMAX + 1]; local [all...] |
| /src/usr.sbin/sysinst/arch/mac68k/ |
| md.h | 125 u_int32_t ents; /* number of used entries */ member in struct:__anon8572::__anon8574
|
| /src/external/gpl3/gdb/dist/gdb/ |
| auxv.c | 574 int ents = 0; local 588 ++ents; 593 return ents; 603 int ents = fprint_target_auxv (gdb_stdout); local 605 if (ents < 0) 607 else if (ents == 0)
|
| /src/external/gpl3/gdb.old/dist/gdb/ |
| auxv.c | 574 int ents = 0; local 588 ++ents; 593 return ents; 603 int ents = fprint_target_auxv (gdb_stdout); local 605 if (ents < 0) 607 else if (ents == 0)
|
| /src/sys/external/bsd/drm2/dist/drm/virtio/ |
| virtgpu_vq.c | 620 struct virtio_gpu_mem_entry *ents, 634 vbuf->data_buf = ents; 635 vbuf->data_size = sizeof(*ents) * nents; 1086 struct virtio_gpu_mem_entry *ents; local 1115 ents = kmalloc_array(nents, sizeof(struct virtio_gpu_mem_entry), 1117 if (!ents) { 1123 ents[si].addr = cpu_to_le64(use_dma_api 1126 ents[si].length = cpu_to_le32(sg->length); 1127 ents[si].padding = 0; 1131 ents, nents [all...] |
| /src/crypto/external/bsd/openssh/dist/ |
| sftp-client.c | 701 u_int count, id, i, expected_id, ents = 0; local 728 ents = 0; 807 *dir = xreallocarray(*dir, ents + 2, sizeof(**dir)); 808 (*dir)[ents] = xcalloc(1, sizeof(***dir)); 809 (*dir)[ents]->filename = xstrdup(filename); 810 (*dir)[ents]->longname = xstrdup(longname); 811 memcpy(&(*dir)[ents]->a, &a, sizeof(a)); 812 (*dir)[++ents] = NULL;
|
| /src/sys/dev/hdaudio/ |
| hdafg.c | 475 int i, j, maxconns, ents, entnum; local 481 ents = COP_CONNECTION_LIST_LENGTH_LEN(res); 482 if (ents < 1) 497 for (i = 0; i < ents; i += entnum) { 503 if (w->w_nconns < ents) {
|
| /src/sys/external/bsd/drm2/dist/drm/qxl/ |
| qxl_dev.h | 826 uint32_t ents[0]; member in struct:qxl_palette
|
| /src/external/gpl3/binutils/dist/bfd/ |
| elf-bfd.h | 2173 struct got_entry **ents; 2323 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents) 2171 struct got_entry **ents; member in union:elf_obj_tdata::__anon9685
|
| /src/external/gpl3/binutils/dist/gprofng/src/ |
| Dbe.cc | 7657 Vector<void*>* ents = dbeGetEntities (dbevindex, expIdx, entity_prop_id); local 7658 res->store (ii, ents);
|
| /src/external/gpl3/binutils.old/dist/bfd/ |
| elf-bfd.h | 2120 struct got_entry **ents; 2254 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents) 2118 struct got_entry **ents; member in union:elf_obj_tdata::__anon11169
|
| /src/external/gpl3/binutils.old/dist/gprofng/src/ |
| Dbe.cc | 7657 Vector<void*>* ents = dbeGetEntities (dbevindex, expIdx, entity_prop_id); local 7658 res->store (ii, ents);
|
| /src/external/gpl3/gdb/dist/bfd/ |
| elf-bfd.h | 2105 struct got_entry **ents; 2237 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents) 2103 struct got_entry **ents; member in union:elf_obj_tdata::__anon17616
|
| /src/external/gpl3/gdb.old/dist/bfd/ |
| elf-bfd.h | 2106 struct got_entry **ents; 2245 #define elf_local_got_ents(bfd) (elf_tdata(bfd) -> local_got.ents) 2104 struct got_entry **ents; member in union:elf_obj_tdata::__anon20356
|