Searched refs:next (Results 1226 - 1250 of 2472) sorted by relevance

<<41424344454647484950>>

/illumos-gate/usr/src/uts/common/os/
H A Dretire_store.c371 rio_store_t *next; local
380 for (rsp = list_head(listp); rsp; rsp = next) {
381 next = list_next(listp, rsp);
/illumos-gate/usr/src/lib/passwdutil/
H A Dpasswdutil.h89 struct attrlist_s *next; member in struct:attrlist_s
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/
H A DmetaObjectManager.c492 * in the list (object->next == NULL && object->prev == NULL)
496 if (object->next) {
497 *list_head = object->next;
498 object->next->prev = NULL;
503 } else if (object->next != NULL || object->prev != NULL) {
504 if (object->next) {
505 object->prev->next = object->next;
506 object->next->prev = object->prev;
509 object->prev->next
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_kernel/common/
H A DkernelUtil.c1064 objp = objp->next;
1080 objp = objp->next;
1083 sp = sp->next;
1113 objp1->next = NULL;
1117 objp1->next = new_tobj_list;
1135 /* Process next one */
1148 if (objp->next == NULL) {
1151 objp = objp->next;
1156 objp->next = pslot->sl_tobj_list;
1170 objp1 = objp->next;
[all...]
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftSession.h87 struct session *next; /* points to next session on the list */ member in struct:session
/illumos-gate/usr/src/lib/pkcs11/pkcs11_tpm/common/
H A Dtemplate.c440 node = node->next;
620 node = node->next;
694 node = node->next;
872 node = node->next;
900 node = node->next;
931 node = node->next;
1004 node = node->next;
1095 node = node->next;
1185 node = node->next;
/illumos-gate/usr/src/lib/cfgadm_plugins/scsi/common/
H A Dcfga_utils.c41 struct strlist *next; member in struct:strlist
673 dummy.next = NULL;
690 sp->next = NULL;
691 tailp->next = sp;
716 for (sp = dummy.next; sp != NULL; sp = sp->next) {
731 sp = dummy.next;
733 savep = sp->next;
1077 lp = olp->next;
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_subr.c139 char *end, *value, *next; local
145 for (end = (char *)dbmode; *end != '\0'; value = next) {
148 next = end + 1; /* skip the comma */
150 next = end = value + strlen(value);
/illumos-gate/usr/src/lib/librstp/common/
H A Dport.h57 struct port_t* next; member in struct:port_t
H A Droletrns.c58 for (port = this->owner.port->owner->ports; port; port = port->next) {
68 for (port = this->owner.port->owner->ports; port; port = port->next) {
78 for (port = this->owner->ports; port; port = port->next) {
93 for (port = this->owner->ports; port; port = port->next) {
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.h62 uint32_t sib; /* next link for same minor */
68 uint32_t sib; /* next minor for same node */
69 uint32_t link; /* next minor for same node */
103 struct cache_link *hash; /* next link on same hash chain */
104 struct cache_link *sib; /* next link for same minor */
112 struct cache_minor *sib; /* next minor for same node */
315 cache_node_t *cnp, uint32_t *next);
317 cache_minor_t *cmnp, uint32_t *next);
319 cache_link_t *clp, uint32_t *next);
322 uint32_t *next);
[all...]
/illumos-gate/usr/src/lib/libtnfctl/
H A Dclose.c80 probe_hdl = probe_hdl->next;
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dmap_ctrl.c535 new_elt->next = NULL;
537 new_elt->next = map_id_list[index];
579 cur_elt = cur_elt->next;
606 next_elt = cur_elt->next;
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dsvc.c132 struct _svc_user_fd_node *next; member in struct:__anon3674
298 _svc_user_fd_node *next = node->lnk.next; local
322 node = next;
361 node = node->lnk.next;
391 *pnode = tmp->lnk.next;
483 new_node->lnk.next = svc_userfds[user_fd].list;
502 _svc_user_fd_node* next; local
520 next = node->lnk.next;
[all...]
/illumos-gate/usr/src/lib/libpp/common/
H A Dppsearch.c30 #define SEARCH_NEXT (SEARCH_USER<<1)/* search for next (uncover) */
137 (flags & SEARCH_NEXT) ? " next" : "",
161 for (index = -1; dp; dp = dp->next)
334 for (up = dp->info.subdir; up; up = up->next)
342 up->next = dp->info.subdir;
395 while (dp->next && dp->next->index == index)
396 dp = dp->next;
498 while ((up = up->next) && !streq(up->name, dp->name));
577 message((-2, "search: %s%s not found", (flags & SEARCH_NEXT) ? "next "
[all...]
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Dcpu.c138 bnode = bnode->next;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgetnetgrent.c135 return ((*ng->next)(ng, host, user, domain));
/illumos-gate/usr/src/lib/libbsm/common/
H A Daudit_scf.h124 struct scf_plugin_kva_node *next; member in struct:scf_plugin_kva_node
H A Ddevalloc.h139 struct _deventry_t *next; member in struct:_deventry_t
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dstrncpy.s159 add %i4, 3, %i2 ! round up to next word boundary
160 and %i2, -4, %l1 ! pointer to next word boundary
246 ba .storebyte ! next word
263 ba .storehalfword ! next dword
272 bnz,a .shortcpy ! nope, next byte
279 bnz,a .padbyte2 ! if n != 0, next byte
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dmemset.s121 inc %o5 ! next byte
/illumos-gate/usr/src/lib/libcmd/common/
H A Dexpr.c209 goto next;
219 goto next;
262 goto next;
283 next:
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DObjective.java369 Resource res = (Resource) itRes.next();
388 Calculation calc = (Calculation) itCalc.next();
698 Component currentCPU = (Component) cpuIt.next();
712 LocalityGroup lg = (LocalityGroup) groupsIt.next();
751 LocalityGroup lgroup = (LocalityGroup) groupIt.next();
796 LocalityGroup lgroup = (LocalityGroup) groupIt.next();
832 LocalityGroup lgroup = (LocalityGroup) groupIt.next();
892 LocalityGroup lg = (LocalityGroup) LGroupIt.next();
1307 int zone = ((Integer) itZones.next()).intValue();
/illumos-gate/usr/src/cmd/powertop/common/
H A Dpowertop.h151 struct suggestion *next; member in struct:suggestion
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dfilesys_rcm.c77 struct hashentry *next; member in struct:hashentry
240 entry = entry->next) {
800 entry_tmp = entry->next;
906 entry = entry->next) {
927 entry = entry->next) {
982 for (entry = cache->mounts[index]; entry != NULL; entry = entry->next) {
998 entry->next = cache->mounts[index];
1023 cache->mounts[index] = entry->next;
1062 entry = entry->next) {

Completed in 375 milliseconds

<<41424344454647484950>>