Searched refs:next (Results 351 - 375 of 2472) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/lib/libast/common/port/
H A Dlclib.h44 struct Lc_s* next;
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfexcept.c92 f->next = data + (f->next - f->data);
112 ((type == SF_READ && f->next >= f->endb) ||
113 (type == SF_WRITE && f->next <= f->data)))
H A Dsftmp.c48 { File_t* next; /* link list */ member in struct:_file_s
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; local
106 for(ff = File; ff; ff = next)
107 { next = ff->next;
137 ff->next
[all...]
/illumos-gate/usr/src/lib/libast/common/stdio/
H A Dvswscanf.c43 f.data = f.next = f.endw = (uchar*)s;
/illumos-gate/usr/src/lib/libast/common/vmalloc/
H A Dvmpool.c50 reg Block_t *tp, *next; local
81 for(tp = NIL(Block_t*), seg = vd->seg; seg; seg = seg->next)
99 next = (Block_t*)((Vmuchar_t*)tp+size);
102 { SIZE(next) = POOLFREE;
103 SEGLINK(next) = vd->free;
104 vd->free = next;
105 next = (Block_t*)((Vmuchar_t*)next + size);
110 { SIZE(next) = s - sizeof(Head_t);
111 SEG(next)
299 reg Seg_t *seg, *next; local
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Difdef.h88 extern int next; /* next character goes in mesg[next] */
/illumos-gate/usr/src/cmd/lvm/md_monitord/
H A Dprobedev.c138 for (p = nlp, i = 0; p; p = p->next, i++) {
160 * - update the p to the next element
175 prevp = p->next;
176 p->next = nlp;
180 prevp->next = p->next;
181 p->next = nlp;
183 p = prevp->next;
215 p = p->next;
225 p = p->next;
[all...]
/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc80 for (dp = makefiles_used; dp != NULL; dp = dp->next) {
87 for (dp = makefiles_used; dp != NULL; dp = dp->next) {
132 dependencies= dependencies->next) {
183 dep = dep->next) {
204 dep = dep->next) {
222 for (dp = head; dp != NULL; dp = dp->next) {
319 for (cp= (Chain) value; cp != NULL; cp= cp->next)
320 (void)printf(cp->next == NULL ? "%s" : "%s ",
338 for (rule= line->body.line.command_template; rule != NULL; rule= rule->next)
/illumos-gate/usr/src/lib/libnisdb/
H A Dnisdb_rw.c82 rw->writer.next = rw->reader.next = 0;
93 for (rr = &rw->reader; rr != 0; rr = rr->next) {
316 for (rr = &rw->reader; rr != 0; rr = rr->next) {
333 rr->next = rw->reader.next;
334 rw->reader.next = rr;
498 for (rr = &rw->reader, prev = 0; rr != 0; prev = rr, rr = rr->next) {
515 prev->next = rr->next;
[all...]
/illumos-gate/usr/src/cmd/syseventd/modules/datalink_mod/
H A Ddatalink_mod.c47 struct event_list *next; member in struct:event_list
98 tmp_events = tmp_events->next;
136 newp->next = NULL;
145 elpp = &(*elpp)->next;
/illumos-gate/usr/src/boot/sys/boot/i386/libi386/
H A Dbootinfo.c42 char *curpos, *next, *string; local
104 string = next = strdup(getenv("console"));
106 while (next != NULL) {
107 curpos = strsep(&next, " ,");
/illumos-gate/usr/src/boot/sys/boot/userboot/userboot/
H A Dbootinfo.c43 char *curpos, *next, *string; local
105 string = next = strdup(getenv("console"));
107 while (next != NULL) {
108 curpos = strsep(&next, " ,");
/illumos-gate/usr/src/lib/libldap5/sources/ldap/common/
H A Dsearch.c414 char *next; local
428 if ( (next = find_right_paren( str )) == NULL )
431 *next = '\0';
434 *next++ = ')';
440 return( next );
446 char *next; local
522 next = str;
523 while ( *next && balance ) {
525 if ( *next == '(' )
527 else if ( *next
587 char *next; local
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dmpxio_rcm.c71 struct phci_list *next; member in struct:phci_list
80 struct group *next; member in struct:group
164 phci_list_t *next; local
174 next = reg->next;
177 reg = next;
251 for (reg = reg_list; reg != NULL; reg = reg->next) {
416 * group will be removed during the next register callback.
479 for (group = group_list; group != NULL; group = group->next) {
516 for (reg = reg_list; reg != NULL; reg = reg->next) {
896 group_t *next; local
[all...]
H A Dnetwork_rcm.c69 struct net_cache *next; member in struct:net_cache
140 cache_head.next = &cache_tail;
143 cache_tail.next = NULL;
235 probe = cache_head.next;
240 probe = cache_head.next;
580 probe = cache_head.next;
586 probe = probe->next;
614 node->next = cache_head.next;
617 node->next
[all...]
/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfc_subr.c159 fp->next = NULL;
174 for (qp = fc_request_head; qp->next != NULL; qp = qp->next)
176 qp->next = fp;
208 fc_request_head = fp->next;
210 for (qp = fc_request_head; qp->next != fp; qp = qp->next)
212 qp->next = fp->next;
288 for (fp = fc_request_head; fp != NULL; fp = fp->next) {
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c1131 * This is the scanner. Each call returns the next
1163 next() function
2106 next();
2113 next();
2119 next();
2148 next();
2154 next();
2159 next();
2168 next();
2174 next();
[all...]
/illumos-gate/usr/src/lib/libtecla/common/
H A Dexpand.c68 DirNode *next; /* The next directory in the list */ member in struct:DirNode
76 DirNode *next; /* The next unused node between head and tail */ member in struct:__anon4069
182 ef->cache.next = NULL;
252 for(dnode=ef->cache.head; dnode; dnode=dnode->next)
259 ef->cache.head = ef->cache.tail = ef->cache.next = NULL;
548 * next character of the pattern is a directory separator,
659 * next.
696 if(!cache->next) {
[all...]
/illumos-gate/usr/src/lib/libuutil/common/
H A Duu_list.c67 uu_list_pool_t *pp, *next, *prev; local
101 pp->ulp_next = next = &uu_null_lpool;
102 pp->ulp_prev = prev = next->ulp_prev;
103 next->ulp_prev = pp;
183 uu_list_t *lp, *next, *prev; local
220 next = &pp->ulp_null_list;
221 prev = UU_PTR_DECODE(next->ul_prev_enc);
222 lp->ul_next_enc = UU_PTR_ENCODE(next);
224 next->ul_prev_enc = UU_PTR_ENCODE(lp);
265 uu_list_node_impl_t *next)
264 list_insert(uu_list_t *lp, uu_list_node_impl_t *np, uu_list_node_impl_t *prev, uu_list_node_impl_t *next) argument
402 uu_list_walk_t *next, *prev; local
433 uu_list_node_impl_t *next; local
[all...]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnss_common.c369 nss_cfglist_t *next; local
383 next = nss_cfg;
385 if (next->name && nss_cfgcn_cmp(name, next->name) == 0) {
387 return (next);
389 next++;
400 next = (nss_cfglist_t *)libc_realloc(nss_cfg, nsize);
401 if (next == NULL) {
406 (void) memset((void *)(next + nss_cfgcount), '\0',
409 nss_cfg = next;
429 nss_cfgparam_t *next; local
480 nss_cfgparam_t *next, *cur; local
526 nss_cfg_get(nss_config_t *next) argument
540 nss_cfg_put(nss_config_t *next, int add) argument
564 nss_config_t *next; local
626 nss_config_t *next = &nss_policy_params[0]; local
[all...]
/illumos-gate/usr/src/cmd/mandoc/
H A Dmdoc_html.c370 n = n->next;
419 * next table element.
548 if (NULL != (n = n->next))
577 if (NULL != (n = n->next))
606 (n->next == NULL ||
607 n->next->type == ROFFT_TEXT ||
608 n->next->flags & MDOC_LINE)))
658 for (len = 0, n = n->head->child; n; n = n->next)
688 n->child->next ?
689 n->child->next
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dputdgrp.c451 if (prev) prev->next = member;
453 member->next = NULL;
528 } while ((mem = mem->next) != NULL); /* Next attr/val */
548 if ((mem = mem->next) != NULL) *p++ = ',';
637 while (pm->next) pm = pm->next;
640 pm->next = new->membership;
643 for (pm = ent->membership; pm; pm = pm->next) {
645 while ((rm = qm->next) != NULL) {
647 qm->next
[all...]
/illumos-gate/usr/src/cmd/sed/
H A Dmain.c64 struct s_compunit *next; member in struct:s_compunit
71 * next pointer.
80 struct s_flist *next; member in struct:s_flist
85 * next pointer.
266 script = script->next;
286 script = script->next;
289 script = script->next;
388 files = files->next;
486 cu->next = NULL;
488 cu_nextp = &cu->next;
[all...]
/illumos-gate/usr/src/cmd/sh/
H A Dhashserv.c139 h->next = relcmd.next;
140 relcmd.next = h;
167 relcmd.next = 0;
173 ENTRY *ptr = relcmd.next;
178 ptr = ptr->next;
180 relcmd.next = 0;
302 while(ptr-> next != h)
303 ptr = ptr->next;
304 ptr->next
[all...]
/illumos-gate/usr/src/lib/storage/libg_fc/common/
H A Dhot.c139 ml = ml->next;
353 for (; dl != NULL; dl = dl->next) {
384 * If any acquire fails, continue with the next device.
401 dl = dl->next;
447 struct loop_list *next; member in struct:loop_list
476 dl = dl->next;
491 llist1 = llist1->next) {
498 dl = dl->next;
513 llist_tail = llist_tail->next = llist;
515 dl = dl->next;
[all...]

Completed in 228 milliseconds

<<11121314151617181920>>