Searched refs:next (Results 451 - 475 of 1144) sorted by relevance

<<11121314151617181920>>

/osnet-11/usr/src/lib/libast/i386/include/ast/
H A Dstack.h49 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libast/sparc/include/ast/
H A Dstack.h49 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/
H A Dstack.h49 struct stackblock* next; /* next block in list */ member in struct:stackblock
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemset.s67 inc %o5 ! next byte
/osnet-11/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
/osnet-11/usr/src/lib/sun_sas/common/
H A DSun_sasGetPortType.c77 hba_port_ptr != NULL; hba_port_ptr = hba_port_ptr->next) {
H A Dsun_sas.h121 struct open_handle *next; member in struct:open_handle
135 struct sun_sas_hba *next; member in struct:sun_sas_hba
143 struct ScsiEntryList *next; member in struct:ScsiEntryList
150 struct phy_info *next; member in struct:phy_info
167 struct sun_sas_port *next; member in struct:sun_sas_port
/osnet-11/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c104 new->next = ctx->conns;
148 new->next = ctx->conns;
181 this->prev->next = this->next;
183 ctx->conns = this->next;
184 if (this->next != NULL)
185 this->next->prev = this->prev;
/osnet-11/usr/src/lib/libsmbns/common/
H A Dsmbns_netbios_datagram.c149 struct datagram *next; local
155 entry = next) {
156 next = entry->forw;
226 * DGM_ID = next transaction id for Datagrams;
381 goto next;
388 next: addr = addr->forw;
460 goto next;
467 next: addr = addr->forw;
/osnet-11/usr/src/cmd/hal/tools/
H A Dhal-device.c56 struct lh_prop_s *next; member in struct:lh_prop_s
484 p->next = *prop;
539 p->next = *prop;
554 for(p = prop; p; p = p->next) {
635 lh_prop_t *next; local
638 for(; prop; prop = next) {
639 next = prop->next;
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_getdevs.c142 for (p = *nlpp; (p != NULL); p = p->next) {
277 for (np = nlp; (np != NULL); np = np->next) {
290 for (np = nlp; (np != NULL); np = np->next) {
304 for (np = nlp; (np != NULL); np = np->next) {
317 for (hspp = hspnlp; (hspp != NULL); hspp = hspp->next) {
339 for (np = nlp; (np != NULL); np = np->next) {
352 for (np = nlp; (np != NULL); np = np->next) {
563 /* next device */
617 /* nope, so copy and go to the next */
H A Dmeta_notify.c520 evlp->next = new;
660 for (n_ev = 0, evlpi = evlp; evlpi; evlpi = evlpi->next) {
679 md_evlist_t *next; local
681 for (i = evlp; i; i = i->next) {
688 next = i->next;
690 i = next;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvcauth_des.c81 struct cache_entry *next; /* next entry on LRU list */ member in struct:cache_entry
496 _rpc_authdes_cache[i].next = &_rpc_authdes_cache[i + 1];
507 cache_head->next = &_rpc_authdes_cache[1];
509 cache_tail->next = cache_head;
548 cache_head = cache_head->next;
551 (curr->next)->prev = curr->prev; /* fix thy neighbor */
552 (curr->prev)->next = curr->next;
553 curr->next
[all...]
/osnet-11/usr/src/lib/libdiskmgt/common/
H A Dinuse_svm.c54 struct svm_list *next; member in struct:svm_list
205 listp = listp->next;
246 sp->next = svm_listp;
286 for (nlp = trans_list; nlp != NULL; nlp = nlp->next) {
301 for (nlp = raid_list; nlp != NULL; nlp = nlp->next) {
335 for (nlp = stripe_list; nlp != NULL; nlp = nlp->next) {
379 for (nlp = sp_list; nlp != NULL; nlp = nlp->next) {
409 for (nlp = spare_list; nlp != NULL; nlp = nlp->next) {
487 for (p = nlp; p != NULL; p = p->next) {
503 nextp = listp->next;
[all...]
/osnet-11/usr/src/lib/efcode/engine/
H A Dproperties.c100 p = p->next;
105 prev->next = p->next;
108 d->properties = p->next;
111 p = p->next;
155 p->next = d->properties;
193 sp.next = NULL;
267 * the next time a property lookup passes this node
510 * 'next-property' Fcode implementation.
519 CHECK_DEPTH(env, 3, "next
[all...]
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom_xmpp_client.c329 for (p = clt_list.head; p != NULL; p = p->next) {
442 for (p = clt_list.head; p != NULL; p = p->next) {
472 clt->next = NULL;
481 clt_list.tail->next = clt;
512 clt_list.head = p->next;
517 clt_list.tail->next = NULL;
520 p->next->prev = p->prev;
521 p->prev->next = p->next;
724 subnode = subnode->next;
[all...]
/osnet-11/usr/src/lib/hbaapi/common/
H A DHBAAPILIB.c185 *next; member in struct:hba_library_info
215 *next; member in struct:hba_adapter_info
236 *next; member in struct:hba_vendorcallback_elem
248 *next; member in struct:hba_adaptercallback_elem
257 *next; member in struct:hba_alladapterscallback_elem
342 lib_infop = lib_infop->next) {
371 vnext = vhlp->next;
406 for(cbp=**listp; cbp != NULL; cbp = cbp->next) {
408 lastp = &(cbp->next);
417 *lastp = cbp->next;
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/normal/
H A Dterm.c32 struct term_state *next; member in struct:term_state
54 for (state = term_states; state; state = state->next)
103 for (state = term_states; state; state = state->next)
289 struct grub_term_autoload *cur, *next; local
293 cur; cur = next)
295 next = cur->next;
393 cur->next = *target;
634 for (state = term_states; state; state = state->next)
646 state->next
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dcop.h126 /* base for the next two macros. Don't use directly.
552 PERL_SI *next = PL_curstackinfo->si_next; \
553 if (!next) { \
554 next = new_stackinfo(32, 2048/sizeof(PERL_CONTEXT) - 1); \
555 next->si_prev = PL_curstackinfo; \
556 PL_curstackinfo->si_next = next; \
558 next->si_type = type; \
559 next->si_cxix = -1; \
560 AvFILLp(next->si_stack) = 0; \
561 SWITCHSTACK(PL_curstack,next
[all...]
H A Dregexec.c149 follow but for lookbehind (rn->flags != 0) we skip to the next step.
301 if (regmatch(next)) \
2210 regnode *next; member in struct:__anon105
2253 regnode *next; /* Next node. */ local
2257 register I32 n; /* no or next */
2348 next = scan + NEXT_OFF(scan);
2349 if (next == scan)
2350 next = NULL;
2910 state.node = next;
2997 next
[all...]
/osnet-11/usr/src/lib/libfdisk/common/
H A Dlibfdisk.c371 for (pno = 5; temp != NULL; temp = temp->next, pno++) {
397 for (pno = 5; temp != NULL; temp = temp->next, pno++) {
420 for (pno = 5; (pno < pnum) && (temp != NULL); temp = temp->next, pno++)
444 temp->next = NULL;
457 temp = epp->ld_head -> next;
485 * The next free sector would be the second sector of the extended
599 for (temp = epp->ld_head; temp != NULL; temp = temp->next) {
757 ep_ptr->next = temp;
888 for (temp = epp->ld_head; temp != NULL; temp = temp->next) {
906 for (temp = epp->ld_head; i < pno; temp = temp->next,
[all...]
/osnet-11/usr/src/lib/libast/common/sfio/
H A Dsfdisc.c149 f->endb = f->next = f->endr = f->endw = f->data;
153 if(((f->mode&SF_WRITE) && (n = f->next-f->data) > 0) ||
154 ((f->mode&SF_READ) && (n = f->endb-f->next) > 0) )
182 memcpy(dcca->data, f->next, n);
183 f->endb = f->next = f->endr = f->endw = f->data;
/osnet-11/usr/src/lib/rpcsec_gss/
H A Dsvc_rpcsec_gss.c67 struct _retrans_entry *next, *prev; member in struct:_retrans_entry
74 struct _svc_rpc_gss_data *next, *prev; member in struct:_svc_rpc_gss_data
124 struct svc_creds_list_s *next; member in struct:svc_creds_list_s
153 struct cblist_s *next; member in struct:cblist_s
409 cbl->next = cblist;
432 for (cbl = cblist; cbl != NULL; cbl = cbl->next) {
729 * set next sc to point to the server cred
732 for (sc = svc_creds_list; sc != NULL; sc = sc->next) {
1255 if ((client_data->next = cl) != NULL)
1317 for (cl = clients[index]; cl != NULL; cl = cl->next) {
1385 svc_rpc_gss_data *cl, *next; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc157 newtab->next = NULL;
193 nextone = current->next; // remember next
226 next_np = np->next;
228 np->next = *hp;
243 for (np = bucket; np != NULL; np = np->next) {
261 for (np = bucket; np != NULL; np = np->next) {
286 for (dp = np = bucket; np != NULL; np = np->next) {
299 *head = np->next; // deleting head of bucket
301 dp->next
[all...]
/osnet-11/usr/src/lib/libcmd/common/
H A Dpr.c242 * <col> is the number of columns until the next tab position
408 register char *cp,**next = pp->fieldlist; local
428 next = pp->fieldlist + line;
430 else if(next >= pp->fieldlast)
439 if(next+incr >= pp->fieldlast)
441 cp = *next;
442 size = next[1]-cp;
461 next += incr;
479 register char *cp, **next, **nextmax; local
486 next
[all...]

Completed in 101 milliseconds

<<11121314151617181920>>