/titanic_44/usr/src/cmd/sgs/link_audit/common/ |
H A D | hash.c | 79 tmp = tmp->next_entry; in get_hash() 86 tmp = tmp->next_entry; in get_hash() 107 new->next_entry = tbl->table[bucket]; in get_hash() 120 for (; tmp != NULL; tmp = tmp->next_entry) { in find_hash() 127 for (; tmp != NULL; tmp = tmp->next_entry) { in find_hash() 157 tmp = tmp->next_entry; in del_hash() 165 tmp = tmp->next_entry; in del_hash() 182 prev->next_entry = tmp->next_entry; in del_hash() 184 tbl->table[bucket] = tmp->next_entry; in del_hash()
|
H A D | hash.h | 29 struct hash_entry *next_entry; member
|
/titanic_44/usr/src/ucblib/libucb/port/gen/ |
H A D | nlist.c | 74 static char *next_entry = (char *)0; variable 482 next_entry = (char *)0; in sym_close() 502 (void) memcpy((char *)sym, next_entry, size); in sym_read() 516 next_entry += size; in sym_read() 526 next_entry = &(sym_buf[0]); in fill_sym_buf()
|
/titanic_44/usr/src/lib/libnisdb/ |
H A D | db_mindex.cc | 482 entry_object * ptr = table->next_entry(previous, where); in next() 716 ptr = table->next_entry(where, &where); in all() 882 db_index_entry *next_entry; in remove() local 894 next_entry = rp->getnextresult(); // save before removal in remove() 902 rp = next_entry; // go on to next in remove()
|
H A D | db_table_c.x | 235 % entry_object_p next_entry( entryp, entryp* );
|
H A D | db_table.cc | 528 db_table::next_entry(entryp prev, entryp* newentry) in next_entry() function in db_table
|
/titanic_44/usr/src/lib/nsswitch/ldap/common/ |
H A D | ldap_common.c | 426 next_entry: in _nss_ldap_getent() 513 goto next_entry; in _nss_ldap_getent() 522 goto next_entry; in _nss_ldap_getent()
|
/titanic_44/usr/src/uts/sun4v/sys/ |
H A D | ldc_impl.h | 329 uint64_t next_entry; /* Next entry to use */ member
|
/titanic_44/usr/src/tools/ctf/dwarf/common/ |
H A D | dwarf_loc.c | 1041 Dwarf_Unsigned * next_entry, in dwarf_get_loclist_entry() argument 1069 *next_entry = b.bl_len + b.bl_section_offset; in dwarf_get_loclist_entry()
|
/titanic_44/usr/src/uts/sun4v/io/ |
H A D | ldc_shm.c | 403 mtbl->next_entry = NULL; in i_ldc_mem_bind_handle() 518 index = mtbl->next_entry; in i_ldc_mem_bind_handle() 551 if (index == mtbl->next_entry) { in i_ldc_mem_bind_handle() 635 mtbl->next_entry = index; in i_ldc_mem_bind_handle()
|
/titanic_44/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 3322 ilb_nat_src_entry_t entry, *next_entry; in ilb_nat_src_walk_step() local 3365 next_entry = NULL; in ilb_nat_src_walk_step() 3376 next_entry = list_object(&head, in ilb_nat_src_walk_step() 3382 if (next_entry == NULL) in ilb_nat_src_walk_step() 3385 wsp->walk_addr = (uintptr_t)next_entry; in ilb_nat_src_walk_step()
|
/titanic_44/usr/src/uts/i86pc/dboot/ |
H A D | dboot_startkern.c | 472 goto next_entry; in dump_tables() 511 next_entry: in dump_tables()
|
/titanic_44/usr/src/uts/common/io/scsi/adapters/scsi_vhci/ |
H A D | scsi_vhci.c | 4529 char *dataptr, *next_entry; in vhci_parse_mpxio_lb_options() local 4541 next_entry = config_list; in vhci_parse_mpxio_lb_options() 4543 dataptr = next_entry; in vhci_parse_mpxio_lb_options() 4588 config_list_len -= (strlen(next_entry) + 1); in vhci_parse_mpxio_lb_options() 4589 next_entry += strlen(next_entry) + 1; in vhci_parse_mpxio_lb_options()
|
/titanic_44/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 4127 goto next_entry; in sf_finish_init() 4140 goto next_entry; in sf_finish_init() 4162 goto next_entry; in sf_finish_init() 4172 goto next_entry; in sf_finish_init() 4204 next_entry: in sf_finish_init()
|
/titanic_44/usr/src/lib/libdevinfo/ |
H A D | devinfo_devlink.c | 2581 goto next_entry; in do_recurse() 2599 next_entry: in do_recurse()
|