Home
last modified time | relevance | path

Searched refs:next_entry (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/link_audit/common/
H A Dhash.c79 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 Dhash.h29 struct hash_entry *next_entry; member
/illumos-gate/usr/src/ucblib/libucb/port/gen/
H A Dnlist.c74 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()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex.cc482 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 Ddb_table_c.x233 % entry_object_p next_entry( entryp, entryp* );
H A Ddb_table.cc531 db_table::next_entry(entryp prev, entryp* newentry) in next_entry() function in db_table
/illumos-gate/usr/src/lib/nsswitch/ldap/common/
H A Dldap_common.c431 next_entry: in _nss_ldap_getent()
518 goto next_entry; in _nss_ldap_getent()
527 goto next_entry; in _nss_ldap_getent()
/illumos-gate/usr/src/tools/smatch/src/smatch_data/
H A Dkernel.sizeof_param246 next_entry 2 0
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dldc_impl.h329 uint64_t next_entry; /* Next entry to use */ member
/illumos-gate/usr/src/uts/sun4v/io/
H A Dldc_shm.c403 mtbl->next_entry = 0; 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()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspace_map.c595 uint64_t *next_entry = block_cursor + 1; in space_map_write_seg() local
596 if (next_entry == block_end && words > 1) { in space_map_write_seg()
/illumos-gate/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c3332 ilb_nat_src_entry_t entry, *next_entry; in ilb_nat_src_walk_step() local
3375 next_entry = NULL; in ilb_nat_src_walk_step()
3386 next_entry = list_object(&head, in ilb_nat_src_walk_step()
3392 if (next_entry == NULL) in ilb_nat_src_walk_step()
3395 wsp->walk_addr = (uintptr_t)next_entry; in ilb_nat_src_walk_step()
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c489 goto next_entry; in dump_tables()
528 next_entry: in dump_tables()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Ddwarf_loc.c1122 Dwarf_Unsigned * next_entry, in dwarf_get_loclist_entry() argument
1153 *next_entry = b.bl_len + b.bl_section_offset; in dwarf_get_loclist_entry()
H A Dgenerated_libdwarf.h.in2848 Dwarf_Unsigned* /*next_entry*/,
H A Dlibdwarf.h.in2848 Dwarf_Unsigned* /*next_entry*/,
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dscsi_vhci.c4536 char *dataptr, *next_entry; in vhci_parse_mpxio_lb_options() local
4548 next_entry = config_list; in vhci_parse_mpxio_lb_options()
4550 dataptr = next_entry; in vhci_parse_mpxio_lb_options()
4595 config_list_len -= (strlen(next_entry) + 1); in vhci_parse_mpxio_lb_options()
4596 next_entry += strlen(next_entry) + 1; in vhci_parse_mpxio_lb_options()
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c2582 goto next_entry; in do_recurse()
2600 next_entry: in do_recurse()