/illumos-gate/usr/src/cmd/sgs/link_audit/common/ |
H A D | hash.h | 29 struct hash_entry *next_entry; member in struct:hash_entry
|
H A D | hash.c | 79 tmp = tmp->next_entry; 86 tmp = tmp->next_entry; 107 new->next_entry = tbl->table[bucket]; 120 for (; tmp != NULL; tmp = tmp->next_entry) { 127 for (; tmp != NULL; tmp = tmp->next_entry) { 157 tmp = tmp->next_entry; 165 tmp = tmp->next_entry; 182 prev->next_entry = tmp->next_entry; 184 tbl->table[bucket] = tmp->next_entry; [all...] |
/illumos-gate/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 74 static char *next_entry = (char *)0; variable 482 next_entry = (char *)0; 502 (void) memcpy((char *)sym, next_entry, size); 516 next_entry += size; 526 next_entry = &(sym_buf[0]);
|
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_table_c.x | 235 % entry_object_p next_entry( entryp, entryp* );
|
H A D | db_mindex.cc | 482 entry_object * ptr = table->next_entry(previous, where); 716 ptr = table->next_entry(where, &where); 882 db_index_entry *next_entry; local 894 next_entry = rp->getnextresult(); // save before removal 902 rp = next_entry; // go on to next
|
H A D | db_table.cc | 530 db_table::next_entry(entryp prev, entryp* newentry) function in class:db_table
|
/illumos-gate/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.c | 426 next_entry: 513 goto next_entry; 522 goto next_entry;
|
/illumos-gate/usr/src/boot/sys/boot/i386/boot0/ |
H A D | boot0.S | 270 jnc next_entry # No 273 jz next_entry 295 next_entry: incw %dx # Next item label
|
/illumos-gate/usr/src/uts/sun4v/sys/ |
H A D | ldc_impl.h | 329 uint64_t next_entry; /* Next entry to use */ member in struct:ldc_mtbl
|
/illumos-gate/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_loc.c | 1041 Dwarf_Unsigned * next_entry, 1069 *next_entry = b.bl_len + b.bl_section_offset; 1035 dwarf_get_loclist_entry(Dwarf_Debug dbg, Dwarf_Unsigned offset, Dwarf_Addr * hipc_offset, Dwarf_Addr * lopc_offset, Dwarf_Ptr * data, Dwarf_Unsigned * entry_len, Dwarf_Unsigned * next_entry, Dwarf_Error * error) argument
|
/illumos-gate/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 403 mtbl->next_entry = NULL; 518 index = mtbl->next_entry; 551 if (index == mtbl->next_entry) { 635 mtbl->next_entry = index;
|
/illumos-gate/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 436 goto next_entry; 475 next_entry:
|
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 3322 ilb_nat_src_entry_t entry, *next_entry; local 3365 next_entry = NULL; 3376 next_entry = list_object(&head, 3382 if (next_entry == NULL) 3385 wsp->walk_addr = (uintptr_t)next_entry;
|
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 4529 char *dataptr, *next_entry; local 4541 next_entry = config_list; 4543 dataptr = next_entry; 4588 config_list_len -= (strlen(next_entry) + 1); 4589 next_entry += strlen(next_entry) + 1;
|
/illumos-gate/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 2581 goto next_entry; 2599 next_entry:
|
/illumos-gate/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 4127 goto next_entry; 4140 goto next_entry; 4162 goto next_entry; 4172 goto next_entry; 4204 next_entry:
|