Home
last modified time | relevance | path

Searched refs:next (Results 251 – 275 of 2483) sorted by relevance

1...<<11121314151617181920>>...100

/illumos-gate/usr/src/lib/libtecla/common/
H A Dstringrp.c53 StringSegment *next; /* A pointer to the next segment in the list */ member
135 for(node=sg->head; node; node=node->next) { in _del_StringGroup()
240 for(node=sg->head; node && node->unused <= length; node=node->next) in _sg_alloc_string()
252 node->next = NULL; in _sg_alloc_string()
264 node->next = sg->head; in _sg_alloc_string()
291 for(node=sg->head; node; node=node->next) in _clr_StringGroup()
H A Dhash.c64 HashNode *next; /* The next hash-table entry in a bucket list */ member
378 node->next = bucket->head; in _new_HashSymbol()
407 prev->next = node->next; in _del_HashSymbol()
409 bucket->head = node->next; in _del_HashSymbol()
497 node->next = NULL; in _new_HashNode()
548 node->next = NULL; in _del_HashNode()
608 last = node, node=node->next) in _find_HashNode()
691 HashNode *next = node->next; in _clear_HashTable() local
693 node = next; in _clear_HashTable()
737 for(node=bucket->head; node; node=node->next) { in _scan_HashTable()
/illumos-gate/usr/src/cmd/lp/lib/msgs/
H A Dmwrite.c67 md->mque = p->next; in mflush()
133 p->next = 0; in mwrite()
138 while (q->next) in mwrite()
139 q = q->next; in mwrite()
140 q->next = p; in mwrite()
149 md->mque = p->next; in mwrite()
/illumos-gate/usr/src/cmd/truss/
H A Dlistopts.c90 char *next; in syslist() local
100 sys = strtol(name, &next, 0); in syslist()
102 if (sys < 0 || sys > PRMAXSYS || *next != '\0') in syslist()
336 char *next; in siglist() local
346 sig = strtol(name, &next, 0); in siglist()
410 char *next; in fltlist() local
420 flt = strtol(name, &next, 0); in fltlist()
483 char *next; in fdlist() local
493 fd = strtol(name, &next, 0); in fdlist()
548 Dyp->next = NULL; in liblist()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_init.c56 last->next = new_file; in profile_init()
96 COUNT_LINKED_LIST (size, prf_file_t, old_profile->first_file, next); in profile_copy()
231 prf_file_t p, next; in profile_abandon() local
236 for (p = profile->first_file; p; p = next) { in profile_abandon()
237 next = p->next; in profile_abandon()
247 prf_file_t p, next; in profile_release() local
252 for (p = profile->first_file; p; p = next) { in profile_release()
253 next = p->next; in profile_release()
271 for (pfp = profile->first_file; pfp; pfp = pfp->next) { in profile_ser_size()
308 for (pfp = profile->first_file; pfp; pfp = pfp->next) in profile_ser_externalize()
[all …]
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_queue.c54 struct queue_entry *next; member
127 qe->next = NULL; in slp_enqueue()
129 q->tail->next = qe; in slp_enqueue()
156 qe->next = q->head; in slp_enqueue_at_head()
176 if (!qe->next) /* last one in queue */ in dequeue_nolock()
179 q->head = qe->next; in dequeue_nolock()
242 pn = p->next; in slp_flush_queue()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ipqosconf/
H A Dipqosconf.h189 struct ipqos_list_el_s *next; member
204 struct str_val_nd *next; member
244 struct ipqos_conf_filter_s *next; member
268 struct ipqos_conf_act_ref_s *next; member
280 struct ipqos_conf_class_s *next; member
297 struct ipqos_conf_params_s *next; member
316 struct ipqos_conf_action_s *next; member
/illumos-gate/usr/src/cmd/fm/eversholt/common/
H A Dstats.c37 struct stats *next; member
89 Laststats->next = ret; in stats_new()
103 for (p = NULL, s = Statslist; s != NULL; s = s->next) in stats_delete()
111 Statslist = s->next; in stats_delete()
113 p->next = s->next; in stats_delete()
237 for (sp = Statslist; sp; sp = sp->next) in stats_publish()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/locality/
H A DLocalityDomain.java172 Component comp = (Component) cpuIt.next(); in foreignGroups()
198 Component comp = (Component) cpuIt.next(); in getRepresentativeGroup()
213 LocalityGroup cand = (LocalityGroup) groupIt.next(); in getRepresentativeGroup()
236 LocalityGroup g1 = (LocalityGroup) outer.next(); in calcMaxLatency()
238 LocalityGroup g2 = (LocalityGroup) inner.next(); in calcMaxLatency()
282 next(); in getGroups()
325 next(); in getGroup()
/illumos-gate/usr/src/cmd/tr/
H A Dtr.c217 if (!next(&s2)) in main()
227 while (next(&s1)) { in main()
237 if (!next(&s1)) in main()
242 if (!next(&s2)) in main()
254 if (!next(&s1)) in main()
259 if (!next(&s2)) in main()
268 (void) next(&s2); in main()
289 if (next(&s2)) in main()
314 (void) next(&s2); in main()
358 while (next(str)) in setup()
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_mem.c206 blk_ptr->next = NULL; in cpqary3_meminit()
210 blk_ptr = blk_ptr->next; in cpqary3_meminit()
212 blk_ptr->next = NULL; in cpqary3_meminit()
242 ptr->next = NULL; in cpqary3_meminit()
358 memlistp->head = memp->next; in cpqary3_cmdlist_occupy()
363 memp->next->prev = NULL; in cpqary3_cmdlist_occupy()
408 memp->next = NULL; in cpqary3_cmdlist_release()
411 memlistp->tail->next = memp; in cpqary3_cmdlist_release()
413 memp->next = NULL; in cpqary3_cmdlist_release()
462 while (blk_ptr->next) { in cpqary3_memfini()
[all …]
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_thread.c51 tthread->next = taskq->put_head; in emlxs_taskq_thread()
101 taskq->get_head = (taskq->get_count) ? tthread->next : NULL; in emlxs_taskq_dispatch()
102 tthread->next = NULL; in emlxs_taskq_dispatch()
120 tthread->next = NULL; in emlxs_taskq_dispatch()
282 hba->spawn_thread_head = ethread->next; in emlxs_thread()
287 ethread->prev->next = ethread->next; in emlxs_thread()
288 if (ethread->next) in emlxs_thread()
289 ethread->next->prev = ethread->prev; in emlxs_thread()
291 ethread->next = ethread->prev = NULL; in emlxs_thread()
558 hba->spawn_thread_tail->next = ethread; in emlxs_thread_spawn()
[all …]
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c608 lastiodev->next = snip; in init_iodevs()
615 if (iodev->next) in init_iodevs()
616 iodev = iodev->next; in init_iodevs()
620 iodev = iodev->next; in init_iodevs()
621 iodev->next = NULL; in init_iodevs()
634 comp = comp->next; in init_iodevs()
636 previodev->next = iodev->next; in init_iodevs()
637 iodev->next = comp->next; in init_iodevs()
638 comp->next = iodev; in init_iodevs()
651 snip = iodev->next; in init_iodevs()
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dnvdisc.c48 fp = nfp = nfp->next; in nv_getv()
133 fpnext = fp->next; in nv_putv()
211 pp->next = blist; in block_info()
706 if(mode==NV_LAST && (lp->next==0 || lp->next->disc==0)) in nv_disc()
713 while(lp->next && lp->next->disc) in nv_disc()
725 lp->next = fp->next; in nv_disc()
731 lp = lp->next; in nv_disc()
743 fp->next = lp; in nv_disc()
751 fp->next = *lpp; in nv_disc()
897 nfp->next = 0; in clone_all_disc()
[all …]
/illumos-gate/usr/src/uts/common/io/ppm/
H A Dppm_subr.c123 db = db->next; in ppm_attach_err()
172 for (dc = domp->dc; dc; dc = dc->next) { in ppm_lookup_hndl()
267 domp->next = ppm_domain_p; in ppm_create_db()
352 db->next = domp->conflist; in ppm_create_db()
374 dc->next = domp->dc; in ppm_create_db()
386 dc = dc->next; in ppm_create_db()
661 new_owned->next = domp->owned; in ppm_add_owned()
697 new->next = domp->devlist; in ppm_add_dev()
770 devpp = &pdp->next; in ppm_rem_dev()
778 *devpp = pdp->next; in ppm_rem_dev()
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Ddepvar.cc44 struct _Depvar *next; /* Linked list */ member
65 dv->next = NULL; in depvar_add_to_list()
68 bpatch = &dv->next; in depvar_add_to_list()
85 for (dv = depvar_list; dv != NULL; dv = dv->next) { in depvar_dep_macro_used()
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c87 pentlist->next = NULL; in get_pkcs11conf_info()
92 pcur->next = pentlist; in get_pkcs11conf_info()
93 pcur = pcur->next; in get_pkcs11conf_info()
343 pcur->next = pmech; in parse_policylist()
344 pcur = pcur->next; in parse_policylist()
376 pmech->next = NULL; in create_umech()
389 pnext = plist->next; in free_umechlist()
444 pcur->next = ptmp; in dup_umechlist()
445 pcur = pcur->next; in dup_umechlist()
447 plist = plist->next; in dup_umechlist()
[all …]
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dpmap.c169 char *next; in uaddr2port() local
187 (void) strtoi(addr, &next); in uaddr2port()
188 (void) strtoi(next, &next); in uaddr2port()
189 (void) strtoi(next, &next); in uaddr2port()
190 (void) strtoi(next, &next); in uaddr2port()
191 p1 = strtoi(next, &next); in uaddr2port()
192 p2 = strtoi(next, &next); in uaddr2port()
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictlog_c.x60 struct db_dictlog_entry *next; /* Used in constructing list */ member
80 % db_dictlog_entry *next; /* Used in constructing list */
85 % db_dictlog_entry() { table_name = NULL, table_object = NULL; next = NULL; }
112 % db_dictlog_entry * getnextptr() { return( next ); }
115 % void setnextptr( db_dictlog_entry *p ) { next = p; }
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dinet_ntop.c383 int next; in __inet_pton() local
389 for (next = 0; next < rem; next++) { in __inet_pton()
390 v6outp->v6words_u[next] = v6buf.v6words_u[next]; in __inet_pton()
392 next++; /* skip dbl_col 0 */ in __inet_pton()
396 v6outp->v6words_u[word] = v6buf.v6words_u[next]; in __inet_pton()
399 next++; in __inet_pton()
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdev.c559 (attrval = attrval->next)); in mkdevtabent()
570 attrval->next = NULL; in mkdevtabent()
576 prevattrval->next = attrval; in mkdevtabent()
905 old = old->next) { in _moddevtabrec()
927 if (prevnew) prevnew->next = new->next; in _moddevtabrec()
929 newnew = new->next; in _moddevtabrec()
930 new->next = ent->attrlist; in _moddevtabrec()
937 new = new->next; in _moddevtabrec()
1179 prevattrval->next = attrval->next; in _rmdevtabattrs()
1181 attrval = prevattrval->next; in _rmdevtabattrs()
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsffilbuf.c63 if((r = f->endb-f->next) > 0)
71 if(!(f->bits&SF_MMAP) && f->next > f->data &&
83 f->next = f->data + (s-r);
88 f->next = f->endb = f->endr = f->data;
106 { r = f->endb - f->next;
113 rcrv = (n == 0) ? (r > 0 ? (int)(*f->next++) : EOF) : (int)r;
H A Dsftmp.c48 { File_t* next; /* link list */ member
75 for(last = NIL(File_t*), ff = File; ff; last = ff, ff = ff->next)
80 File = ff->next;
81 else last->next = ff->next;
103 { reg File_t *ff, *next; in _rmfiles() local
106 for(ff = File; ff; ff = next) in _rmfiles()
107 { next = ff->next; in _rmfiles()
137 ff->next = File;
353 (void)sfseek(f,(Sfoff_t)(savf.next - savf.data),SEEK_SET);
/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_poll_subr.c50 uint_t next; in gcpu_poll_trace() local
57 next = (ptc->mptc_curtrace + 1) % gcpu_poll_trace_nent; in gcpu_poll_trace()
58 pt = &ptc->mptc_tbufs[next]; in gcpu_poll_trace()
66 ptc->mptc_curtrace = next; in gcpu_poll_trace()
/illumos-gate/usr/src/common/mpi/
H A Dmpprime.c90 mp_digit next = 0; in mpp_random() local
97 next = (next << CHAR_BIT) | (RANDOM() & UCHAR_MAX); in mpp_random()
99 DIGIT(a, ix) = next; in mpp_random()

1...<<11121314151617181920>>...100