Searched refs:next (Results 726 - 750 of 1144) sorted by relevance

<<21222324252627282930>>

/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocate_kdc.c611 if (head->next == 0 && head->host[0] == 0) {
638 struct srv_dns_entry *entry = NULL, *next; local
642 for (entry = head; entry != NULL; entry = entry->next) {
674 struct srv_dns_entry *entry = NULL, *next; local
678 for (entry = head; entry; entry = entry->next, c++) {
691 for (entry = head->next; entry; entry = entry->next) {
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dfake-addrinfo.c607 entry->next = krb5int_fac.data;
641 *fpp = fp->next;
646 fpp = &(*fpp)->next;
649 for (fp = krb5int_fac.data; fp; fp = fp->next) {
695 because the next lookup may not use the same constraints as
831 struct addrinfo *next; local
833 next = ai->ai_next;
839 ai = next;
/osnet-11/usr/src/grub/grub2/grub-core/net/
H A Dip.c81 struct reassemble *next; member in struct:reassemble
356 for (prev = &reassembles, rsm = *prev; rsm; prev = &rsm->next, rsm = *prev)
359 *prev = rsm->next;
446 for (prev = &reassembles, rsm = *prev; rsm; prev = &rsm->next, rsm = *prev)
459 rsm->next = reassembles;
490 *prev = rsm->next;
557 *prev = rsm->next;
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h32 #define _next next
668 { Sfpool_t* next; member in struct:_sfpool_s
741 Fmt_t* next; /* stack frame pointer */ member in struct:_fmt_s
870 ((f)->endb = (f)->endr = (f)->endw = (f)->next = \
952 #define _SFAVAIL(f,s,n) ((n) = (f)->endb - ((s) = (f)->next) )
954 ((n) = SFFILBUF(f,-1), (s) = (f)->next, (n)) )
956 ((n) = SFFLSBUF(f,-1), (s) = (f)->next, (n)) )
962 #define SFSTRSIZE(f) { Sfoff_t s = (f)->next - (f)->data; \
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s248 srlx %i5, 8, %i5 ! byte mask for next byte
273 ba .storebyte1421 ! next dword
291 ba .storebyte1241 ! next dword
307 ba .storehalfword ! next dword
309 nop ! align next loop to 16-byte boundary
310 nop ! align next loop to 16-byte boundary
323 ba .storeword2 ! next dword
/osnet-11/usr/src/lib/passwdutil/
H A Dfiles_attr.c225 for (p = items; p != NULL; p = p->next) {
405 attr.next = NULL;
480 for (w = items; res == PWU_SUCCESS && w != NULL; w = w->next) {
621 list = list->next;
655 for (p = items; p != NULL; p = p->next) {
805 p->data.val_i != -1 && max_present(p->next) == 0)
834 * the next time [s]he logs-in.
853 max_present(p->next) == 0)
H A Dnis_attr.c141 attr_tmp[0].next = NULL;
208 for (w = items; w != NULL; w = w->next) {
401 for (p = items; p != NULL; p = p->next) {
/osnet-11/usr/src/lib/libcmd/common/
H A Dod.c203 struct Format_s*next; member in struct:Format_s
837 state->last = state->last->next = fp;
969 goto next;
974 goto next;
987 goto next;
1003 next:
1031 for (fp = state->form; fp; fp = fp->next)
1519 for (fp = state.form; fp; fp = fp->next)
1522 for (fp = state.form; fp; fp = fp->next)
/osnet-11/usr/src/grub/grub2/grub-core/font/
H A Dfont.c226 /* Open the next section in the file.
820 node->next = grub_font_list;
834 cur; nextp = &cur->next, cur = cur->next)
838 *nextp = cur->next;
857 for (node = grub_font_list; node; node = node->next)
918 descent of one line and the ascent of the next line. This is included
995 /* Keep track of next node, in case there's an I/O error in
997 struct grub_font_node *next; local
1016 for (node = grub_font_list; node; node = next)
[all...]
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_cs.c161 i++, lunlistp = lunlistp->next) {
193 lunlistp = lunlistp->next) {
226 lunlistp = lunlistp->next) {
296 lunlistp = lunlistp->next) {
434 lunlistp = lunlistp->next) {
521 lunlistp = lunlistp->next) {
654 lunlistp = lunlistp->next) {
659 for (temp = lunlistp->next; temp != NULL;
660 temp = temp->next) {
792 * then try the SCSI Inquiry on the next lu
[all...]
/osnet-11/usr/src/lib/libbsm/common/
H A Daudit_scf.c194 while (pv_ptr_node_last->next != NULL) {
195 pv_ptr_node_last = pv_ptr_node_last->next;
197 pv_ptr_node_last->next = pv_ptr_node_new;
278 pv_ptr_node = pv_ptr_node->next;
702 node_prev->next = node;
740 node_debug = node_debug->next;
1742 node_next = node->next;
1779 for (; plugin_kva_ll != NULL; plugin_kva_ll = plugin_kva_ll->next) {
1837 cgrp_kva_ll_ptr = cgrp_kva_ll_ptr->next;
/osnet-11/usr/src/lib/libkstat/common/
H A Dkstat.c484 kstat_t k0, *headers, *oksp, *nksp, **okspp, *next; local
530 next = oksp->ks_next;
540 oksp = next;
/osnet-11/usr/src/lib/libndr/common/
H A Dndr_ops.c172 for (frag = nds->frags.head; frag; frag = frag->next)
194 for (frag = frags->head; frag; frag = frag->next) {
441 nds->frags.head = frag->next;
/osnet-11/usr/src/grub/grub2/grub-core/bus/usb/
H A Dusbhub.c35 struct grub_usb_hub *next; member in struct:grub_usb_hub
152 /* Rest will be done on next usb poll. */
247 hub->next = hubs;
500 for (hub = hubs; hub; hub = hub->next)
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfscrypt.c66 struct grub_zfs_wrap_key *next; member in struct:grub_zfs_wrap_key
88 key->next = zfs_wrap_keys;
326 for (wrap_key = zfs_wrap_keys; wrap_key; wrap_key = wrap_key->next)
/osnet-11/usr/src/grub/grub2/include/grub/
H A Dvideo.h299 /* The next video adapter. */
300 struct grub_video_adapter *next; member in struct:grub_video_adapter
391 p = &((*p)->next));
392 adapter->next = *p;
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_graph.c284 zfs_vertex_t *current, *next; local
289 next = current->zv_next;
291 current = next;
/osnet-11/usr/src/lib/libpp/common/
H A Dppinput.c112 if (pp.lastindex) pp.lastindex->next = cur->index;
237 debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr));
244 debug((-7, "PUSH in=%s next=%s [%s]", ppinstr(pp.in), pptokchr(*pp.in->nextchr), pp.in->nextchr));
264 debug((-7, "PUSH in=%s next=%s", ppinstr(pp.in), pptokchr(*pp.in->nextchr)));
296 nextmacp = pp.macp->next;
332 pp.macp->next = nextmacp;
438 ip = ip->next;
561 if (pp.test & 0x0200) error(2, "%s: %s p=%lu next=<%lu,%lu> keep=<%lu,%lu> skip=<-,%lu> guard=%s", keyname(X_CHECKPOINT), fp->name, p, next_begin, next_end, keep_begin, keep_end, skip_end, fp->guard == INC_CLEAR ? "[CLEAR]" : fp->guard == INC_TEST ? "[TEST]" : fp->guard == INC_IGNORE ? "[IGNORE]" : fp->guard->name);
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo_sun4u.h171 struct ffbinfo *next; member in struct:ffbinfo
/osnet-11/usr/src/lib/libraidcfg/common/
H A Draidcfg_spi.h346 struct raid_lib_type *next; member in struct:raid_lib_type
/osnet-11/usr/src/lib/librdc/common/
H A Drdcpersist.c99 /* next one had better be ours */
495 rdcp = rdcp->next;
558 rdcp = rdcp->next;
633 rdcp = rdcp->next;
704 rdcp = rdcp->next;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgetprotoent.c93 net_data->pr_last = (*pr->next)(pr);
H A Dgetservent.c93 net_data->sv_last = (*sv->next)(sv);
H A Dirp_ng.c91 ng->next = ng_next;
153 * Get the next netgroup item from the cache.
H A Dlcl_ho.c177 ho->next = ho_next;
489 struct lcl_res_target *next; member in struct:lcl_res_target
513 q.next = &q2;
527 for (p = &q; p; p = p->next) {

Completed in 210 milliseconds

<<21222324252627282930>>