Searched refs:next (Results 851 - 875 of 1144) sorted by relevance

<<31323334353637383940>>

/osnet-11/usr/src/cmd/hal/hald/solaris/
H A Dsysevent.c578 iter = iter->next;
590 iter = iter->next;
597 iter = iter->next;
/osnet-11/usr/src/lib/libc/port/gen/
H A Dnftw.c175 struct local_vars *next; member in struct:local_vars
238 v->next = stack; \
246 stack = v->next; \
/osnet-11/usr/src/lib/libc/port/threads/
H A Dspawn.c525 file_attr_t *next; local
529 next = fap->fa_next;
533 } while ((fap = next) != froot);
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrcpy.s197 ba .storebyte1421 ! next dword
216 ba .storebyte1241 ! next dword
233 ba .storehalfword ! next word
/osnet-11/usr/src/lib/libldap4/common/
H A Dresult.c178 /* Check next response */
385 /* get the next message */
1041 LDAPMessage *next; local
1046 for ( ; lm != NULLMSG; lm = next ) {
1047 next = lm->lm_chain;
1174 /* get the next message */
1648 LDAPRef *lref, *next; local
1651 next = lref->lref_next;
1654 lref = next;
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_process.c69 * struct list * next;
78 * | level | | | next ----+ | next --->(NULL)
87 * |level|#1.next #1.str #1.flag|#2.next #2.str #2.flag|"bar"|"foo"|count|
119 * |level #1.next #2.next #2.str "bar" #2.flag #1.str "foo" #1.flag count|
160 * ndr-reference for the next encountered pointer.
173 * When the pointer #1.next is encountered, and entry is added to the
188 * ndr_stream.outer_current->next, an
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c414 struct hol_cluster *next;
526 cl->next = hol->clusters;
541 struct hol_cluster *next = cl->next;
543 cl = next;
865 cl_end = &(*cl_end)->next;
923 /* The next short option in MORE_SO, CH, is from OPT. */
1444 updated by this routine for the next call if ADVANCE is true. True is
409 struct hol_cluster *next; member in struct:hol_cluster
533 struct hol_cluster *next = cl->next; local
/osnet-11/usr/src/lib/libbe/common/
H A Dbe_mount.c1092 * If the mountpoint is none, there's nothing to do, goto next.
1100 goto next;
1126 goto next;
1139 goto next;
1168 next:
1281 goto next;
1293 next:
2271 * mnttab to force its recreation when the next call to z_resolve_lofs
/osnet-11/usr/src/lib/libpp/common/
H A Dppcall.c189 mp = pp.macp->next;
244 mp = pp.macp->next;
/osnet-11/usr/src/lib/libnsl/key/
H A Dpublickey.c565 for (look = conf->lookups; look; look = look->next) {
648 for (look = conf->lookups; look; look = look->next) {
/osnet-11/usr/src/grub/grub2/grub-core/gfxmenu/
H A Dview.c173 for (cur = grub_gfxmenu_timeout_notifications; cur; cur = cur->next)
182 for (cur = grub_gfxmenu_timeout_notifications; cur; cur = cur->next)
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.h189 struct ldata_list *next; member in struct:ldata_list
202 struct luninfo_list *next; member in struct:luninfo_list
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dthrdvar.h262 PERLVAR(next, struct perl_thread *)
/osnet-11/usr/src/cmd/hal/utils/
H A Dcdutils.c302 for (nextp = speeds; *nextp != NULL; nextp = &((*nextp)->next)) {
311 current->next = *nextp;
/osnet-11/usr/src/lib/libast/common/disc/
H A Dsfdcdos.c246 iop->next = iop->data + n;
271 iop->next += m;
/osnet-11/usr/src/lib/pam_modules/dhkeys/
H A Ddhkeys.c448 attr_pw[0].type = ATTR_UID; attr_pw[0].next = &attr_pw[1];
449 attr_pw[1].type = ATTR_GID; attr_pw[1].next = NULL;
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftKeystoreUtil.c821 obj->next = *result_obj_list;
1449 struct priobjs *next; member in struct:priobjs
1709 obj->next = NULL;
1712 obj->next = pri_objs;
1721 tmp = tmp->next;
1746 tmp = p->next;
1989 *result_obj_list = tmp->next;
2056 obj->next = NULL;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_import.c52 struct did_list *next; member in struct:did_list
58 struct replicated_disk *next; member in struct:replicated_disk
300 * node, doing the appropriate old-tail-next-pointer bookkeeping.
364 * node, doing the appropriate old-tail-next-pointer bookkeeping.
403 tailp = tailp->next;
436 head = head->next;
476 repl_disk->next = *first_entry;
879 tmp_pnm->next = NULL;
882 tmp_pnm->next = *pnm;
900 tmp_pnm = tmp_pnm->next;
[all...]
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_pr.c97 pr->next = pr_next;
H A Ddns_sv.c106 sv->next = sv_next;
H A Dirp_ho.c120 ho->next = ho_next;
H A Dirp_nw.c110 nw->next = nw_next;
265 * next item from it.
H A Dirp_pr.c100 pr->next = pr_next;
253 * Prepares the cache if necessary and returns the next item in it.
H A Dirp_sv.c102 sv->next = sv_next;
131 * Fills the cache if necessary and returns the next item from it.
H A Dlcl_pr.c133 pr->next = pr_next;

Completed in 179 milliseconds

<<31323334353637383940>>