Searched defs:next (Results 151 - 175 of 577) sorted by relevance

1234567891011>>

/osnet-11/usr/src/lib/pkcs11/pkcs11_kms/common/
H A DkmsGeneral.c363 kms_elem_t *elem, *next; local
372 next = elem->knext;
374 elem = next;
389 tmpo = delay_free_obj->next;
400 tmps = delay_free_ses->next;
/osnet-11/usr/src/lib/udapl/libdat/common/
H A Ddat_dictionary.c57 struct DAT_DICTIONARY_NODE *next; member in struct:DAT_DICTIONARY_NODE
139 p_dictionary->head->next = p_dictionary->tail;
179 p_dictionary->head = cur_node->next;
284 cur_node->next = next_node;
287 prev_node->next = cur_node;
314 for (cur_node = p_dictionary->head->next;
316 cur_node = cur_node->next) {
357 for (cur_node = p_dictionary->head->next, i = 0;
359 cur_node = cur_node->next, i++) {
387 for (cur_node = p_dictionary->head->next;
[all...]
/osnet-11/usr/src/lib/libproject/common/
H A Dgetprojent.c378 char *p, *next; local
391 next = buffer;
399 p = gettok(&next, ':');
408 p = gettok(&next, ':');
424 p = gettok(&next, ':');
433 if ((users = gettok(&next, ':')) == NULL) {
440 if ((groups = gettok(&next, ':')) == NULL) {
447 if (next == NULL) {
454 project->pj_attr = next;
/osnet-11/usr/src/lib/libprtdiag/inc/
H A Dpdevinfo.h60 * as the former prop structure, but the *next element now points to a
65 StaticProp *next; member in struct:static_prop
112 Prop *next; member in struct:prop
122 Prom_node *sibling; /* point to next sibling */
136 Board_node *next; /* link for list */ member in struct:board_node
174 int next(int);
/osnet-11/usr/src/lib/librcm/
H A Dlibrcm_event.c164 struct door_result *next; member in struct:door_result
192 result->next = NULL;
204 while (tmp->next) {
205 tmp = tmp->next;
207 tmp->next = result;
224 tmp = tmp->next;
235 prev->next = tmp->next;
237 cook->results = tmp->next;
398 cookie->results = tmp->next;
[all...]
H A Dlibrcm_impl.h137 struct rcm_info *next; member in struct:rcm_info
/osnet-11/usr/src/lib/libresolv2/common/irs/
H A Dgen.c225 for (rule = irs->map_rules[irs_ho]; rule; rule = rule->next) {
230 for (rule = irs->map_rules[irs_nw]; rule; rule = rule->next) {
297 struct irs_rule *next = rule->next; local
300 return (next);
329 new->next = NULL;
336 char option[50], *next; local
338 next = strchr(cp, ',');
339 if (next)
340 n = next
[all...]
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcanonusr.c62 struct canonuser_plug_list *next; member in struct:canonuser_plug_list
149 for(ptr = conn->gctx->canonuser_head; ptr; ptr = ptr->next) {
151 for(ptr = canonuser_head; ptr; ptr = ptr->next) {
243 ptr_next = ptr->next;
259 ptr_next = ptr->next;
295 for (l = gctx->canonuser_head; l != NULL; l = l->next) {
363 new_item->next = gctx->canonuser_head;
366 new_item->next = canonuser_head;
/osnet-11/usr/src/lib/libshell/common/bltins/
H A Dalarm.c43 struct tevent *next; member in struct:tevent
62 item->next = tp;
67 while(tp->next && item->milli > tp->next->milli)
68 tp = tp->next;
69 item->next = tp->next;
70 tp->next = item;
84 list = (void*)tp->next;
87 while(tp && tp->next !
[all...]
/osnet-11/usr/src/lib/libshell/common/include/
H A Dfault.h91 struct openlist *next; member in struct:openlist
H A Djobs.h42 struct cosh *next; member in struct:cosh
76 struct process *p_nxtjob; /* next job structure */
77 struct process *p_nxtproc; /* next process in current job */
/osnet-11/usr/src/lib/libshell/common/sh/
H A Denv.c32 Evar_t *next; member in union:_venv_::__anon2512
139 ep->freelist = vp->un.next;
144 ep->freelist->un.next = 0;
175 vp->un.next = ep->freelist;
215 vp->un.next = (vp+1);
218 vp->un.next = 0;
242 vpnext = vp->un.next;
245 vp->un.next = top;
251 vpnext = vp->un.next;
/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/lib/libsocket/inet/
H A Dgetaddrinfo.c804 struct addrinfo *next; local
807 next = ai->ai_next;
813 ai = next;
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c486 Seqorset *next; local
506 if ((next = (*sos)->sos_next) == NULLSEQORSET) {
583 next->sos_clen += (taglen + lenlen + len);
584 next->sos_ptr += (taglen + lenlen + len);
593 *sos = next;
671 case 't': /* tag for the next element */
/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/libldap4/ber/
H A Dencode.c29 #else /* next || vms */
31 #endif /* next || vms */
413 Seqorset *next; local
436 if ( (next = (*sos)->sos_next) == NULLSEQORSET ) {
511 next->sos_clen += (taglen + lenlen + len);
512 next->sos_ptr += (taglen + lenlen + len);
517 *sos = next;
600 case 't': /* tag for the next element */
/osnet-11/usr/src/lib/libldap4/common/
H A Dcache.c146 LDAPMessage *m, *next; local
155 for ( m = ld->ld_cache->lc_requests; m != NULLMSG; m = next ) {
156 next = m->lm_next;
164 m != NULLMSG; m = next ) {
165 next = m->lm_next;
216 LDAPMessage *m, *prev, *next; local
228 for ( m = ld->ld_cache->lc_requests; m != NULLMSG; m = next ) {
229 next = m->lm_next;
233 ld->ld_cache->lc_requests = next;
235 prev->lm_next = next;
425 LDAPMessage *m, *new, *prev, *next; local
673 LDAPMessage *m, *prev, *next; local
[all...]
/osnet-11/usr/src/lib/libldap5/sources/ldap/ber/
H A Dencode.c429 Seqorset *next; local
451 if ( (next = (*sos)->sos_next) == NULLSEQORSET ) {
527 next->sos_clen += (taglen + lenlen + len);
528 next->sos_ptr += (taglen + lenlen + len);
540 *sos = next;
629 case 't': /* tag for the next element */
/osnet-11/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c410 char *next; local
424 if ( (next = find_right_paren( str )) == NULL )
427 *next = '\0';
430 *next++ = ')';
436 return( next );
442 char *next; local
518 next = str;
519 while ( *next && balance ) {
521 if ( *next == '(' )
523 else if ( *next
583 char *next; local
[all...]
/osnet-11/usr/src/lib/libnisdb/
H A Dnisdb_rw.h147 struct __nisdb_rwlock *next; /* Next reader record */ member in struct:__nisdb_rwlock
/osnet-11/usr/src/lib/libnsl/netdir/
H A Dnetdir.c75 struct translator *next; member in struct:translator
131 for (t = xlate_list; t; t = t->next) {
136 translate->next = xlate_list;
222 for (t = xlate_list; t; t = t->next) {
351 for (t = xlate_list; t; t = t->next) {
419 for (t = xlate_list; t; t = t->next) {
468 for (t = xlate_list; t; t = t->next) {
527 for (t = xlate_list; t; t = t->next) {
636 struct xlate_list *next; member in struct:xlate_list
647 xlastp = &xlp->next, xl
[all...]
/osnet-11/usr/src/lib/libnsl/yp/
H A Dyp_match.c57 struct cache *next; member in struct:cache
133 for (pp = &head, cnt = 0; (c = *pp) != 0; pp = &c->next, cnt++) {
142 *pp = c->next;
150 *pp = c->next;
151 c->next = head;
157 *pp = c->next;
277 c->next = head;
327 n = p->next;
332 n = p->next;
472 c->next
[all...]
/osnet-11/usr/src/lib/libparted/common/include/parted/
H A Ddevice.h71 PedDevice* next; member in struct:_PedDevice
/osnet-11/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Dadvfs.c161 HfsPrivateLinkExtent* next; local
164 next = first->next;
166 first = next;
220 new_xt->next = priv_data->bad_blocks_xtent_list;
249 for (walk = priv_data->bad_blocks_xtent_list; walk; walk = walk->next) {
274 /* find the next block to the last bad block of the volume */
280 for (l = priv_data->bad_blocks_xtent_list; l; l = l->next) {

Completed in 67 milliseconds

1234567891011>>