Searched refs:next (Results 576 - 600 of 2472) sorted by relevance

<<21222324252627282930>>

/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dstrcat.s70 addl $4, %edi / next word
80 incl %edi / next byte
95 addl $4, %eax / next word
102 addl $4, %edi / next word
112 incl %eax / next byte
113 incl %edi / next byte
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DSystemMonitor.java174 Resource res = (Resource)resIt.next();
181 Component comp = (Component) compIt.next();
216 * Get the next sample. Before obtaining the sample, the call
243 ResourceMonitor mon = (ResourceMonitor) itMon.next();
248 Component cpu = (Component) itComp.next();
338 ResourceMonitor mon = (ResourceMonitor) itMon.next();
342 StatisticList sl = (StatisticList) itSL.next();
H A DSystemSolver.java204 Resource resource = (Resource)resIt.next();
321 if (elemObjIt.next() instanceof
348 if (elemObjIt.next() instanceof
387 Element elem = (Element) objIt.next();
391 Objective obj = (Objective) elemObjIt.next();
479 Pool pool = (Pool) itPool.next();
485 Resource res = (Resource) itRes.next();
520 Resource donor = (Resource) itDonor.next();
527 next();
533 next();
[all...]
/illumos-gate/usr/src/cmd/fm/modules/sun4u/cpumem-diagnosis/
H A Dcmd_dp_page.c243 cmd_dp_defer_t *dpage, *next; local
247 dpage = next) {
248 next = cmd_list_next(dpage);
264 cmd_dp_defer_t *dpage, *next; local
267 dpage = next) {
268 next = cmd_list_next(dpage);
/illumos-gate/usr/src/cmd/rpcbind/
H A Drpcb_stat.c109 for (s = al = inf[rtype].addrinfo; al; al = al->next) {
150 for (wal = inf[rtype].addrinfo; wal != s; wal = wal->next) {
166 al->next = inf[rtype].addrinfo;
189 for (s = rl = inf[rtype].rmtinfo; rl; rl = rl->next) {
234 for (wrl = inf[rtype].rmtinfo; wrl != s; wrl = wrl->next) {
252 rl->next = inf[rtype].rmtinfo;
/illumos-gate/usr/src/cmd/rpcgen/
H A Drpc_util.c98 for (; lst != NULL; lst = lst->next) {
114 for (l = lstp; *l != NULL; l = (list **)&(*l)->next)
118 lst->next = NULL;
442 ptr->next = NULL;
447 typ_list_t->next = ptr;
462 ptr = ptr->next;
/illumos-gate/usr/src/uts/common/os/
H A Daio_subr.c806 aio_req_t *next; local
830 next = reqp->aio_req_next;
837 } while ((reqp = next) != headp);
864 next = reqp->aio_req_next;
892 } while ((reqp = next) != cleanupq);
901 aio_req_t *reqp, *next; local
918 next = reqp->aio_req_next;
932 } while ((reqp = next) != qhead);
942 aio_req_t *reqp, *next; local
951 next
993 aio_req_t *reqp, *next; local
1027 aio_req_t *reqp, *next, *head; local
1196 aio_req_t *next; local
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Ddgrpent.c44 * _getdgrptabent() Gets the next entry in the device table
81 * leftoff Addr of char to begin next parse using
85 * recnum Record number of next record to read
98 * This function rewinds the open device table so that the next
169 * to '\0' and remember the place to start for next time. If not
192 * This function gets the next record from the input stream "oam_dgroup"
235 /* Get the next record */
408 * This function returns the next entry in the device-group table.
415 * Pointer to the next record in the device-group table, or
514 q->next
[all...]
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c125 int head = 0; /* block[head] is the next character */
130 int next = 0; /* next character goes in sbuf[next] */ variable
402 * Responsible for sending the next file to the printer.
491 * Fills the input buffer with the next block, provided we're all done
493 * Head is the index of the next byte in block[] that's supposed to go
525 * Called from send() when it's OK to send the next block to the
696 char ch; /* next character from ttyi */
703 * converted to lower case and put in sbuf[next] unti
[all...]
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dalloc.c130 void *next = (void *)((caddr_t)ptr + size); local
131 *(void **)ptr = next;
132 ptr = next;
251 void *next = (void *)((caddr_t)ptr + size); local
252 *(void **)ptr = next;
253 ptr = next;
/illumos-gate/usr/src/cmd/mandoc/
H A Dtree.c179 if (n->next)
180 print_mdoc(n->next, indent);
264 if (n->next)
265 print_man(n->next, indent);
331 print_box(ep->next, indent);
354 for (dp = sp->first; dp; dp = dp->next) {
/illumos-gate/usr/src/boot/sys/boot/common/
H A Dinterp.c175 struct includeline *next; member in struct:includeline
218 script = script->next;
229 sp->next = NULL;
234 se->next = sp;
249 for (sp = script; sp != NULL; sp = sp->next) {
267 script = script->next;
/illumos-gate/usr/src/uts/common/rpc/
H A Dsvc.c113 * previous request will wake up or create the next thread. After a service
144 * case we try the next hint. The `xprt-ready' queue has fixed size (by
153 * up immediately the next request.
537 SVCPOOL *next = pool->p_next; local
544 svc->svc_pools = next;
545 if (next)
546 next->p_prev = prev;
548 prev->p_next = next;
782 * mode, to search for a next transport with a pending request.
788 SVCMASTERXPRT *prev, *next; local
864 SVCMASTERXPRT *next = xprt->xp_next; local
1851 SVCMASTERXPRT *next; local
2232 SVCMASTERXPRT *next; local
[all...]
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Drcfile.c389 char *next = buf, *last = &buf[sizeof (buf)-1]; local
397 next = buf;
412 if (state == stSkipToEOL || next == last) {
415 next = buf;
421 *next = 0;
422 next = buf;
426 *next++ = c;
438 *next++ = c;
441 *next = 0;
456 next
[all...]
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c66 SetID next; member in struct:_SetID
77 MsgID next; member in struct:_MsgID
178 mi = mi->next;
247 mi = mi->next;
249 si = si->next;
263 si = si->next;
286 mi = mi->next;
319 mi = mi->next;
332 newmi->next = mi;
345 prev->next
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Desi.c126 p->next = NULL;
150 n = p->next;
350 p->next = list;
472 ev->next = ev_list;
502 ev_list = ev->next;
503 ev->next = NULL;
733 *pp = portal->next;
734 portal->next = NULL;
737 pp = &portal->next;
744 pp = &portal->next;
[all...]
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.c177 * same as previous or next (if there's one) ?
269 for (mi = &modules; mi; mi = mi->next)
306 * same as previous or next (if there's one) ?
362 for (mi = &modules; mi; mi = mi->next)
373 for (mi = &modules; mi; mi = mi->next) {
494 for (mi = &modules; mi; mi = mi->next) {
527 for (mi = &modules; mi; mi = mi->next) {
534 * nllookup() returns the next lower entry
568 mi->next = NULL;
652 if (!newmodp->next)
[all...]
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_health.c86 struct rdc_link_down *next; /* Chain */ member in struct:rdc_link_down
291 for (ip = rdc_if_top; ip; ip = ip->next) {
334 for (ip = rdc_if_top; ip; ip = ip->next) {
365 for (p = rdc_link_down->next; p != rdc_link_down; ) {
367 p = p->next;
388 rdc_link_down->next = rdc_link_down;
391 for (p = rdc_link_down->next; p != rdc_link_down; p = p->next) {
403 p->next = rdc_link_down->next;
[all...]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c75 dmah = dmah->next)
96 for (node = src->head; node != NULL && --num != 0; node = node->next)
104 if ((src->head = node->next) == NULL)
107 node->next = NULL;
117 dst->tail->next = src->head;
157 uint32_t next; local
175 next = srp->tx_next;
186 ASSERT(slot == NEXT_INDEX(next, free, nslots));
260 for (dme = dmah.head; dme != NULL; dme = dme->next)
514 dmah = dmah->next;
656 mblk_t *next; local
[all...]
/illumos-gate/usr/src/cmd/lp/lib/filters/
H A Dinsfilter.c287 for (pf = pfastf = pipeline, pslowf = 0; pf; pf = pf->next)
290 pfastf = pf->next;
295 pslowf->next = 0;
427 * filter with a null ``next'' pointer.
537 pp->ltail->next = pp->rhead;
593 pp->ltail->next = pf;
594 (pp->ltail = pf)->next = pp->rhead;
600 pp->ltail->next = 0;
637 pp->ltail->next = pfl;
638 (pp->ltail = pfl)->next
[all...]
/illumos-gate/usr/src/lib/libresolv2/common/resolv/
H A Dres_mkupdate.c578 /* next name */
948 struct valuelist * next; member in struct:valuelist
979 slp->next = servicelist;
993 slp_next = slp->next;
1021 slp->next = protolist;
1035 plp_next = plp->next;
1047 for (; lp != NULL; lp = lp->next)
1050 lp->prev->next = lp->next;
1051 if (lp->next)
[all...]
/illumos-gate/usr/src/uts/common/io/arn/
H A Darn_regd.c393 int i, j, next; local
395 for (next = 0; next < nchans; next++) {
397 ichans[next].nfCalHist[i].currIndex = 0;
398 ichans[next].nfCalHist[i].privNF =
400 ichans[next].nfCalHist[i].invalidNFcount =
403 ichans[next].nfCalHist[i].nfCalBuffer[j] =
648 int next = 0, b; local
757 next
[all...]
/illumos-gate/usr/src/cmd/man/
H A Dman.c118 struct secnode *next; member in struct:secnode
124 struct dupnode *next; member in struct:dupnode
151 struct man_node *next; member in struct:man_node
434 goto next;
441 goto next;
470 currp->next = NULL;
472 lastp->next = currp;
477 next:
636 for (p = manp; p != NULL; p = p->next) {
702 for (b = manp; b != NULL; b = b->next) {
[all...]
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Drsrc_info.c62 hdl->aps = ap->next;
66 hdl->cpu_cap_clients = client->next;
70 hdl->mem_cap_clients = client->next;
86 ap->cpus = dev->next;
90 ap->mems = dev->next;
94 ap->ios = dev->next;
109 dev->rcm_clients = client->next;
230 aplist = aplist->next;
283 devlist = devlist->next;
337 client_list = client_list->next;
[all...]
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dmagic.c61 struct Edit* next; /* next in list */ member in struct:Edit
78 struct Entry* next; /* next in list */ member in struct:Entry
495 for (ep = mp->magic; ep; ep = ep->next)
644 goto next;
650 goto next;
658 goto next;
664 goto next;
670 goto next;
1633 char* next; local
[all...]

Completed in 145 milliseconds

<<21222324252627282930>>