Searched refs:next (Results 776 - 800 of 2472) sorted by relevance

<<31323334353637383940>>

/illumos-gate/usr/src/lib/libpp/common/
H A Dppop.c171 for (dp = pp.firstdir->next; dp; dp = dp->next)
364 pp.lastop = (pp.lastop->next = newof(0, struct oplist, 1, 0));
383 for (dp = pp.firstdir; dp; dp = dp->next)
392 for (dp = pp.firstdir; dp; dp = dp->next)
426 xp->next = pp.chop;
546 for (dp = pp.firstdir; dp; dp = dp->next)
559 for (dp = pp.firstdir; dp; dp = dp->next)
601 for (dp = pp.stddirs; dp = dp->next;)
618 if (!dp || dp == pp.lastdir->next)
[all...]
/illumos-gate/usr/src/cmd/keyserv/
H A Dsetkey.c84 struct cachekey_list *next; member in struct:cachekey_list
121 struct cacheuid_list *next; member in struct:cacheuid_list
151 struct algtypelist *next; member in struct:algtypelist
158 struct keylenlist *next; member in struct:keylenlist
176 kpp = &(*kpp)->next)
196 kp->next = NULL;
214 app = &(*app)->next)
237 ap->next = NULL;
465 cpp = &(*cpp)->next) {
585 for (kp = mechtable.kp; kp != NULL; kp = kp->next) {
764 struct secretkey_netname_list *next; member in struct:secretkey_netname_list
[all...]
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/serengeti/common/
H A Dserengeti.c608 * to the child's sibling which moves us onto the next
853 for (p = list; p != NULL; p = p -> next) {
950 bnode = bnode->next;
1059 * stored and the next board->nodes is processed. If
1065 * values are stored and the next board->nodes is
1349 continue; /* skip to the next schizo */
1455 bnode = bnode->next;
1561 bnode = bnode->next;
1753 bnode = bnode->next;
1793 bnode = bnode->next;
[all...]
/illumos-gate/usr/src/uts/common/os/
H A Dkstat_fr.c111 struct kstat_zone *next; member in struct:kstat_zone
249 for (kz = &e->e_zone; kz != NULL; kz = kz->next) {
266 kz = e->e_zone.next;
269 e->e_zone.next = kz->next;
272 for (kz = &e->e_zone; kz->next != NULL; kz = kz->next) {
273 if (kz->next->zoneid == zoneid) {
274 t = kz->next;
275 kz->next
[all...]
/illumos-gate/usr/src/lib/libdiskmgt/common/
H A Dfindevs.c296 bp->next = args->bus_listp;
437 cp->next = args->controller_listp;
950 cp = cp->next;
1099 diskp->next = args->disk_listp;
1161 ap = ap->next;
1177 listp = listp->next;
1193 listp = listp->next;
1289 * NOTE: if ap->next != NULL have cluster
1361 listp = listp->next;
1536 listp = listp->next;
[all...]
H A Dinuse_lu.c56 struct lu_list *next; member in struct:lu_list
114 listp = listp->next;
144 sp->next = lu_listp;
159 nextp = listp->next;
H A Dinuse_vxvm.c67 struct vxvm_list *next; member in struct:vxvm_list
133 listp = listp->next;
161 sp->next = vxvm_listp;
245 nextp = listp->next;
/illumos-gate/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c587 n = p->next;
648 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) {
684 for (slp = setlistp; (slp != NULL); slp = slp->next) {
712 for (tail = &setlistp; (*tail != NULL); tail = &(*tail)->next) {
823 nl2 = nl2->next;
1065 n = p->next;
1110 n = p->next;
1183 mddrivenamelist_t *next = NULL; local
1185 for (/* void */; (dnlp != NULL); dnlp = next) {
1186 next
3179 mdnamelist_t *next = NULL; local
3478 mdhspnamelist_t *next = NULL; local
[all...]
/illumos-gate/usr/src/lib/libpicltree/
H A Dpicltree.c190 evt->next = NULL;
195 while (tmpp->next != NULL)
196 tmpp = tmpp->next;
197 tmpp->next = evt;
211 *qp = evtp->next;
245 ent->next = NULL;
257 while (iter->next != NULL)
258 iter = iter->next;
259 iter->next = ent;
285 evhdlrpp = &evhdlrp->next) {
[all...]
/illumos-gate/usr/src/lib/libast/common/regex/
H A Dregnexec.c398 #define follow(e,r,c,s) ((r)->next?parse(e,(r)->next,c,s):(c)?parse(e,c,0,s):BEST)
436 catcher.next = rex->next;
816 Rex_t next; local
833 catcher.next = rex->next;
1016 next.type = REX_CONJ_RIGHT;
1017 next.re.conj_right.cont = cont;
1018 next
[all...]
/illumos-gate/usr/src/lib/pam_modules/unix_auth/
H A Dunix_auth.c206 attr_pw[0].type = ATTR_PASSWD; attr_pw[0].next = &attr_pw[1];
207 attr_pw[1].type = ATTR_REP_NAME; attr_pw[1].next = &attr_pw[2];
215 attr_pw[2].type = ATTR_FAILED_LOGINS; attr_pw[2].next = &attr_pw[3];
216 attr_pw[3].type = ATTR_HOMEDIR; attr_pw[3].next = NULL;
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.h70 /* pointer to next item in list */
71 struct ks_obj *next; member in struct:ks_obj
/illumos-gate/usr/src/lib/smbsrv/libmlrpc/common/
H A Dndr_heap.c84 heap->next = base + sizeof (ndr_heap_t);
116 * exceeded, we allocate a new block and setup the next iov. Otherwise
117 * all we have to do is move the next pointer and update the current
134 p = heap->next;
151 heap->next = p + size;
294 avail += (heap->top - heap->next);
/illumos-gate/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.h93 struct client_info *next; member in struct:client_info
/illumos-gate/usr/src/lib/librstp/common/
H A Dstpm.h52 struct stpm_t* next; member in struct:stpm_t
/illumos-gate/usr/src/lib/libshell/common/include/
H A Dfault.h91 struct openlist *next; member in struct:openlist
H A Dpath.h54 struct pathcomp *next; member in struct:pathcomp
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevice_info.h86 struct devfs_prom_path *next; member in struct:devfs_prom_path
/illumos-gate/usr/src/lib/libeti/form/common/
H A Dchg_field.c45 /* next - return next active field on page after f(user defined order) */
47 next(FIELD *f) function
79 /* snext - return next active field on page after f(sorted order) */
190 return (_set_current_field(f, next(C(f))));
202 return (_set_current_field(f, next(last(f))));
262 return (next(last(f)));
H A Dfieldtype.c56 #define Next(t) ((t)->next)
74 (PTF_int) 0, /* next */
150 /* set_fieldtype_choice next & prev choice function */
152 set_fieldtype_choice(FIELDTYPE *t, PTF_int next, PTF_int prev) argument
154 if (t && next && prev) {
156 Next(t) = next;
/illumos-gate/usr/src/lib/libeti/panel/common/
H A Ddelete.c113 obs = obs -> next;
/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dpanel.h41 struct _obscured_list *next; member in struct:_obscured_list
/illumos-gate/usr/src/lib/libfsmgt/common/
H A Dfs_shares.c66 tmp = headp->next;
72 headp->next = NULL;
114 tailp->next = newp;
347 newp->next = NULL;
/illumos-gate/usr/src/lib/libresolv/
H A Dres_comp.c71 * fetch next label in domain name
266 goto next;
270 goto next;
276 goto next;
287 next: /*EMPTY*/;
/illumos-gate/usr/src/lib/libresolv2/common/irs/
H A Dgen_p.h83 struct irs_rule * next; member in struct:irs_rule

Completed in 141 milliseconds

<<31323334353637383940>>