Searched refs:next (Results 1051 - 1075 of 1144) sorted by relevance

<<414243444546

/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_convert.c610 * Bump up to next struct
656 * just skip to the next entry.
659 goto next;
873 next:
875 * Bump up to next struct
1023 * Bump up to next struct
/osnet-11/usr/src/grub/grub2/grub-core/video/readers/
H A Djpeg.c791 .next = 0
797 .next = 0
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dsis900.c106 struct mii_phy * next; member in struct:mii_phy
379 /* the mii is not accessable, try next one */
396 mii.next = NULL;
/osnet-11/usr/src/lib/libc/inc/
H A Dthr_uberdata.h267 struct __cleanup *next; /* pointer to next handler */ member in struct:__cleanup
838 struct _exthdlr *next; /* next in handler list */ member in struct:_exthdlr
/osnet-11/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftAttributeUtil.c422 tmp = extra_attr->next;
479 attrp->next = NULL;
481 attrp->next = object_p->extra_attrlistp;
572 attrp->next = NULL;
574 attrp->next = object_p->extra_attrlistp;
603 /* Does not match, try next one. */
604 extra_attr = extra_attr->next;
661 /* Does not match, try next one. */
662 extra_attr = extra_attr->next;
7164 tmp = tmp->next;
[all...]
H A DsoftObject.h286 struct attribute_info *next; member in struct:attribute_info
317 struct object *next; member in struct:object
343 CK_ULONG next_result_index; /* next result object to return */
H A DsoftKeystore.c373 extra_attr = extra_attr->next;
395 extra_attr = extra_attr->next;
519 * advance the buffer pointer to next attribute.
1954 ks_obj_next = ks_obj->next;
1965 ks_obj_next = ks_obj->next;
2237 token_session.next = NULL;
/osnet-11/usr/src/lib/librestart/common/
H A Dlibrestart.c851 * Commit the state, next state, and auxiliary state into the repository.
1175 * If successful, also set id's state and next-state as given, and return 0.
2489 char *cp, *end, *next; local
2508 next = end + strspn(end, whitespace);
2511 if (*next == ',')
2512 ++next;
2527 cp = next;
2538 * on what to do next.
2691 * on what to do next.
2954 * on what to do next
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dhc.c728 * we can't just search for the next slash after the equal sign
730 * an equal sign for the next pair and work our way back to the
1443 * Move on to the next component in the hc-list
2084 char *next; local
2090 next = strchr(fmri + 5, '/');
2091 if (next)
2092 h += topo_fmri_strhash_one(next, strlen(next));
/osnet-11/usr/src/lib/libc/port/threads/
H A Dthr.c1613 ulwp_t *next; local
1679 for (ulwp = self->ul_forw; ulwp != self; ulwp = next) {
1680 next = ulwp->ul_forw;
1695 next = ulwp->ul_forw;
1709 } while ((ulwp = next) != udp->all_zombies);
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mirror.c262 for (p = mirrornlp; (p != NULL); p = p->next) {
890 for (p = nl; (p != NULL); p = p->next) {
1316 for (p = nlp; (p != NULL); p = p->next) {
2709 for (p = mirrornlp; (p != NULL); p = p->next) {
2805 for (nlp = mirror_names; nlp; nlp = nlp->next) {
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dutil.c43 /* NOTE: Do not call the next three routines directly. Use the macros
614 the next call needs to find the .
2905 *cp = cond->next;
2924 cond_next = cond->next;
2940 cond->next = *cp;
3135 thr->next = t->next;
3137 t->next = thr;
3138 thr->next->prev = thr;
/osnet-11/usr/src/lib/libproc/common/
H A DPcore.c131 lwp_info_t *next; local
144 next = lwp;
148 list_link(lwp, next);
1411 return (1); /* No mapping; advance to next mapping */
1529 return (1); /* Advance to next mapping */
1945 * Seek past the current note data to the next Elf_Nhdr
1949 dprintf("Pgrab_core: failed to seek to next nhdr\n");
/osnet-11/usr/src/lib/libscf/common/
H A Dlowlevel.c4588 scf_value_t *v, *next; local
4605 for (v = cur->entry_head; v != NULL; v = next) {
4606 next = v->value_next;
7127 scf_match_t *next, *prev; local
7133 match = next) {
7135 next = match->sm_next;
7904 scf_matchkey_t *key, *next; local
7909 key = next) {
7911 next = key->sk_next;
7924 scf_match_t *match, *next; local
[all...]
/osnet-11/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c248 dlpi_notifyent_t *next, *dnp; local
251 for (dnp = dip->dli_notifylistp; dnp != NULL; dnp = next) {
252 next = dnp->dln_next;
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dbtrfs.c322 next (struct grub_btrfs_data *data, function
1440 r = next (data, &desc, &elemaddr, &elemsize, &key_out);
1499 r = next (data, &desc, &elemaddr, &elemsize, &key_out);
/osnet-11/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_ibtf_util.c117 /* The next line is only needed for backward compatibility */
333 /* The next line is only needed for backward compatibility */
1981 struct dapls_ib_dbp_page_s *next; member in struct:dapls_ib_dbp_page_s
1997 cur_page = cur_page->next)
2018 new_page->next = dapls_ib_pagelist;
/osnet-11/usr/src/lib/libpp/common/
H A Dppexpr.c256 p = p->next;
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Ddns_nw.c125 nw->next = nw_next;
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dread.c301 for(nfp=np->nvfun; nfp; nfp = nfp->next)
648 /* assign value and advance to next variable */
/osnet-11/usr/src/lib/libsip/common/
H A Dsip.h338 void *next; member in struct:sip_value
/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c136 struct principal_list *next; member in struct:principal_list
262 * return a pointer to the next separator occurring in it (it will point
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dbsd.c656 .next = NULL,
H A Ddvh.c896 .next = NULL,
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c282 * Get the next ID for this configuration
1121 for (sib = node->children; sib != NULL; sib = sib->next) {
1768 * Return the next element in a result set.
1774 pool_elem_t *next; local
1781 next =
1783 return (next);

Completed in 361 milliseconds

<<414243444546