/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_srcid.c | 144 (*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 D | seg_map.c | 426 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 D | seg_map.h | 79 struct smap *sm_next; /* next pointer */ member
|
/titanic_41/usr/src/cmd/sgs/include/ |
H A D | _string_table.h | 76 Str_master *sm_next; /* used for tracking master strings */ member
|
/titanic_41/usr/src/cmd/fm/schemes/mem/ |
H A D | mem.h | 134 struct mem_seg_map *sm_next; /* the next segment map */ member
|
H A D | mem.c | 564 tm = sm->sm_next; in fmd_fmri_fini()
|
/titanic_41/usr/src/uts/common/avs/ns/sv/ |
H A D | sv_impl.h | 115 struct sv_maj_s *sm_next; /* Major Hash Chain */ member
|
H A D | sv.c | 517 } 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 D | mem_mdesc.h | 76 struct mem_seg_map *sm_next; /* the next segment map */ member
|
H A D | mem_mdesc.c | 140 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 D | mem.c | 317 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 D | srchpref.h | 87 struct ldap_searchmatch *sm_next; member
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/common/ |
H A D | srchpref.c | 211 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 D | string_table.c | 316 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 D | tmpltest.c | 276 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 D | fcsm.h | 105 struct fcsm *sm_next; /* for global linked list */ member
|
/titanic_41/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcsm.c | 658 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 D | ip_stack.h | 131 struct srcid_map *sm_next; member
|
/titanic_41/usr/src/lib/libscf/common/ |
H A D | lowlevel.c | 6067 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 D | sv.c | 196 addr = (uintptr_t)(((sv_maj_t *)wsp->walk_data)->sm_next)) { in sv_maj_wstep()
|
/titanic_41/usr/src/head/ |
H A D | ldap.h | 1056 struct ldap_searchmatch *sm_next; member
|
/titanic_41/usr/src/cmd/mdb/common/modules/ip/ |
H A D | ip.c | 199 OFFSETOF(srcid_map_t, sm_next)
|