Home
last modified time | relevance | path

Searched refs:sm_next (Results 1 – 22 of 22) sorted by relevance

/titanic_41/usr/src/uts/common/inet/ip/
H A Dip_srcid.c144 (*smpp)->sm_next = NULL; in ip_srcid_insert()
187 *smpp = smp->sm_next; in ip_srcid_remove()
189 smp->sm_next = NULL; in ip_srcid_remove()
314 smpp = &(*smpp)->sm_next; in srcid_lookup_addr()
335 smpp = &(*smpp)->sm_next; in srcid_lookup_id()
/titanic_41/usr/src/uts/common/vm/
H A Dseg_map.c426 releq->smq_free = smp->sm_next = smp->sm_prev = smp; in segmap_create()
428 smp->sm_next = smpfreelist; in segmap_create()
431 smp->sm_prev->sm_next = smp; in segmap_create()
432 releq->smq_free = smp->sm_next; in segmap_create()
958 releq->smq_free = smp->sm_next = smp->sm_prev = smp; in segmap_smapadd()
979 smp->sm_next = smpfreelist; in segmap_smapadd()
982 smp->sm_prev->sm_next = smp; in segmap_smapadd()
999 ASSERT(smp->sm_next == NULL); in segmap_hashin()
1287 if ((smp = smp->sm_next) == first) { in get_free_smp()
1303 smp = smp->sm_next; in get_free_smp()
[all …]
H A Dseg_map.h79 struct smap *sm_next; /* next pointer */ member
/titanic_41/usr/src/cmd/sgs/include/
H A D_string_table.h76 Str_master *sm_next; /* used for tracking master strings */ member
/titanic_41/usr/src/cmd/fm/schemes/mem/
H A Dmem.h134 struct mem_seg_map *sm_next; /* the next segment map */ member
H A Dmem.c564 tm = sm->sm_next; in fmd_fmri_fini()
/titanic_41/usr/src/uts/common/avs/ns/sv/
H A Dsv_impl.h115 struct sv_maj_s *sm_next; /* Major Hash Chain */ member
H A Dsv.c517 } while ((maj = maj->sm_next) != 0); in sv_getmajor()
535 for (maj = *insert; maj; maj = maj->sm_next) { in sv_getmajor()
542 if (maj->sm_next == NULL) in sv_getmajor()
543 insert = &maj->sm_next; in sv_getmajor()
/titanic_41/usr/src/lib/fm/topo/modules/sun4v/platform-mem/
H A Dmem_mdesc.h76 struct mem_seg_map *sm_next; /* the next segment map */ member
H A Dmem_mdesc.c140 seg->sm_next = mem->mem_seg; in mdesc_init_n1()
403 smp->sm_next = mem->mem_seg; in mdesc_init_n2()
507 snext = sm->sm_next; in mem_mdesc_fini()
H A Dmem.c317 for (seg = mem->mem_seg; seg != NULL; seg = seg->sm_next) { in mem_expand_opt()
327 for (seg = mem->mem_seg; seg != NULL; seg = seg->sm_next) { in mem_expand_opt()
/titanic_41/usr/src/lib/libldap5/include/ldap/
H A Dsrchpref.h87 struct ldap_searchmatch *sm_next; member
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/
H A Dsrchpref.c211 nextsm = sm->sm_next; in free_searchobj()
419 sm = &(( *sm )->sm_next ); in read_next_searchobj()
/titanic_41/usr/src/cmd/sgs/tools/common/
H A Dstring_table.c316 mstr = mstr->sm_next) { in st_destroy()
517 mstr->sm_next = stp->st_mstrlist; in st_hash_insert()
/titanic_41/usr/src/cmd/ldap/common/
H A Dtmpltest.c276 for ( i = 0, sm = so->so_smlist; sm != NULL; i++, sm = sm->sm_next ) { in dump_srchpref()
/titanic_41/usr/src/uts/common/sys/fibre-channel/ulp/
H A Dfcsm.h105 struct fcsm *sm_next; /* for global linked list */ member
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcsm.c658 fcsm->sm_next = fcsm_port_head; in fcsm_handle_port_attach()
813 fcsm = fcsm->sm_next; in fcsm_detach()
835 fcsm = fcsm->sm_next; in fcsm_detach()
852 fcsm = fcsm->sm_next; in fcsm_detach()
1207 curr = curr->sm_next; in fcsm_cleanup_port()
1212 fcsm_port_head = curr->sm_next; in fcsm_cleanup_port()
1214 prev->sm_next = curr->sm_next; in fcsm_cleanup_port()
/titanic_41/usr/src/uts/common/inet/
H A Dip_stack.h131 struct srcid_map *sm_next; member
/titanic_41/usr/src/lib/libscf/common/
H A Dlowlevel.c6067 struct scf_match *sm_next; member
6161 next = match->sm_next; in scf_add_match()
6165 pattern->sp_matches = match->sm_next; in scf_add_match()
6167 prev->sm_next = match->sm_next; in scf_add_match()
6179 match = match->sm_next) { in scf_add_match()
6195 match->sm_next = pattern->sp_matches; in scf_add_match()
6792 match = match->sm_next) { in scf_walk_fmri()
6806 match = match->sm_next) { in scf_walk_fmri()
6818 match = match->sm_next) { in scf_walk_fmri()
6873 match = match->sm_next) { in scf_walk_fmri()
[all …]
/titanic_41/usr/src/cmd/mdb/common/modules/sv/
H A Dsv.c196 addr = (uintptr_t)(((sv_maj_t *)wsp->walk_data)->sm_next)) { in sv_maj_wstep()
/titanic_41/usr/src/head/
H A Dldap.h1056 struct ldap_searchmatch *sm_next; member
/titanic_41/usr/src/cmd/mdb/common/modules/ip/
H A Dip.c199 OFFSETOF(srcid_map_t, sm_next)