Searched refs:next (Results 1376 - 1400 of 2472) sorted by relevance

<<51525354555657585960>>

/illumos-gate/usr/src/cmd/coreadm/
H A Dcoreadm.c322 char *next; local
328 pid = strtol(*pidlist, &next, 10);
329 if (*next != '\0' || !isdigit(**pidlist)) {
349 pid = strtol(*pidlist, &next, 10);
350 if (*next != '\0') {
/illumos-gate/usr/src/cmd/sed/
H A Dprocess.c106 cp = cp->next;
261 cp = cp->next;
344 for (cp = prog; cp; cp = cp->code == '{' ? cp->u.c : cp->next)
751 for (; cp != end; cp = cp->next)
764 cfclose(cp->u.c, cp->next);
/illumos-gate/usr/src/cmd/awk/
H A Dlib.c43 struct fldtab_chunk *next; member in struct:fldtab_chunk
140 /* EOF arrived on this file; set up next */
367 fldtab_tail->next = fldcp;
369 fldcp->next = NULL;
385 for (fldcp = fldtab_head; fldcp != NULL; fldcp = fldcp->next) {
403 for (fldcp = fldtab_head; fldcp != NULL; fldcp = fldcp->next) {
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c443 printf("Got state next %p\n", ips.ips_next);
703 nat_save_t *ipnp = NULL, *next = NULL; local
724 ng.ng_ptr = next;
754 ipnp->ipn_next = next;
765 printf("Got nat next %p ipn_dsize %d ng_sz %d\n",
773 next = ipnp->ipn_next;
774 } while (ipnp && next);
/illumos-gate/usr/src/uts/common/avs/ns/rdc/
H A Drdc_svc.c688 ditem->next = NULL;
926 ditem->next = NULL;
1186 for (ip = rdc_if_top; ip; ip = ip->next) {
1236 for (ip = rdc_if_top; ip; ip = ip->next) {
2152 /* goto next vector */
2207 sq->next = NULL;
2259 sq->next = group->sleepq;
2264 while (findsq->next) {
2265 if (sq->seq == findsq->next->seq) {
2271 if (RDC_INFRONT(sq->seq, findsq->next
[all...]
/illumos-gate/usr/src/uts/common/io/drm/
H A Ddrm_drv.c18 * The above copyright notice and this permission notice (including the next
236 drm_magic_entry_t *pt, *next; local
256 for (pt = dev->magiclist[i].head; pt; pt = next) {
257 next = pt->next;
273 nexte = entry->next;
/illumos-gate/usr/src/uts/common/pcmcia/cis/
H A Dcis.c452 cp->next = NULL;
455 * next
458 tp->next = cp;
595 * the beginning of the next tuple.
696 cp = tp->next;
732 * Returns the {next|previous} tuple in the list.
745 * the search starts at the {next|previous} tuple from the passed tuple.
751 #define GET_NEXT_LTUPLE(tp) ((tp->next)?tp->next:NULL)
814 case GET_NEXT_LTUPLEF: /* return next tupl
[all...]
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c426 dev_info_t *dip, *next, *last = NULL; local
436 next = ddi_get_next_sibling(dip);
437 while (next != last && dip != srh->sr_failed_dip) {
438 dip = next;
439 next = ddi_get_next_sibling(dip);
/illumos-gate/usr/src/lib/libast/common/misc/
H A Dprocopen.c112 struct Mod_s* next; member in struct:Mod_s
212 m->next = proc->mods;
270 proc->mods = m->next;
274 proc->mods = m->next;
339 m = m->next;
/illumos-gate/usr/src/uts/common/io/
H A Dmouse8042.c767 mblk_t *next; local
798 next = bp->b_cont;
800 bp = next;
814 next = bp->b_cont;
816 } while ((bp = next) != NULL);
907 * Returns the next reset state, given the current state and the byte
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_quiesce.c407 dev_info_t *dip, *next, *last = NULL; local
416 next = ddi_get_next_sibling(dip);
417 while (next != last && dip != SR_FAILED_DIP(srh)) {
418 dip = next;
419 next = ddi_get_next_sibling(dip);
/illumos-gate/usr/src/lib/libc/port/i18n/
H A Dgettext_util.c209 mnp = mnp->next;
410 ppp = ppp->next;
590 gprintf(level, " next: 0x%p\n", (void *)mnp->next);
601 gprintf(level, " next: 0x%p\n", n->next);
613 gprintf(level, " next: 0x%p\n", d->next);
/illumos-gate/usr/src/boot/sys/boot/efi/boot1/
H A Dboot1.c342 for (dev = mod->devices(); dev != NULL; dev = dev->next) {
386 * if present. We'll pass it the next stage via a simple ASCII
521 devinfo->next = NULL;
700 for (dev = *devinfop; dev->next != NULL; dev = dev->next)
703 dev->next = devinfo;
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/krb5/os/
H A Dlocaladdr.c348 struct linux_ipv6_addr_list *next; member in struct:linux_ipv6_addr_list
400 nw->next = lst;
580 /* mark for next pass */
752 /* mark for next pass */
968 /* mark for next pass */
1013 for (lx_v6 = linux_ipv6_addrs; lx_v6; lx_v6 = lx_v6->next)
1037 for (lx_v6 = linux_ipv6_addrs; lx_v6; lx_v6 = lx_v6->next)
1049 lx_v6 = linux_ipv6_addrs->next;
1255 char *cp = *iter, *next, *current; local
1262 for (cp = *iter, next
[all...]
/illumos-gate/usr/src/lib/libdladm/common/
H A Dusage.c535 net_time_entry_t *next = head; local
547 while (next != NULL) {
549 &next->my_time_stat->net_stat_time) != NET_TIME_LESSER) {
550 *lasttime = next->my_time_stat->net_stat_ctime;
551 next = next->net_time_entry_next;
554 *start = next;
908 net_entry_t *next; local
942 next = head->net_entry_next;
955 head = next;
[all...]
/illumos-gate/usr/src/lib/libcommputil/common/
H A Dsdp.c755 list = list->next;
760 list = list->next;
780 list = list->next;
807 list = list->next;
873 list = list->next;
879 list = list->next;
1022 list = list->next;
1030 list = list->next;
1054 list = list->next;
1101 list = list->next;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/nsctl/
H A Dnsctl.c192 uintptr_t next; local
201 next = wsp->walk_addr + OFFSETOF(nsc_io_t, next);
203 if (mdb_vread(&wsp->walk_addr, sizeof (uintptr_t), next) == -1) {
204 mdb_warn("failed to read nsc_io_t.next at %p", next);
235 uintptr_t next; local
244 next = wsp->walk_addr + OFFSETOF(nsc_dev_t, nsc_next);
246 if (mdb_vread(&wsp->walk_addr, sizeof (uintptr_t), next) == -1) {
247 mdb_warn("failed to read nsc_dev_t.nsc_next at %p", next);
[all...]
/illumos-gate/usr/src/uts/common/io/cardbus/
H A Dcardbus_hp.c611 * continue the walk to the next sibling to look for a match
926 dev_info_t *child, *next; local
941 for (child = ddi_get_child(dip); child; child = next) {
943 next = ddi_get_next_sibling(child);
1748 dev_info_t *next; local
1754 for (next = ddi_get_child(dip); next;
1755 next = ddi_get_next_sibling(next)) {
1757 VendorId = ddi_getprop(DDI_DEV_T_ANY, next,
[all...]
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfvprintf.c161 #define SFBUF(f) (d = f->next, endd = f->endb)
163 #define SFEND(f) ((n_output += d - f->next), (f->next = d))
191 { f->data = f->next = (uchar*)data;
664 fm->next = fmstk;
1357 fmstk = fm->next;
1378 fmstk = fm->next;
1384 n = f->next - f->data;
1387 f->next = f->data;
1392 else f->next
[all...]
/illumos-gate/usr/src/uts/i86pc/dboot/
H A Ddboot_startkern.c246 memlists[0].next = 0;
250 memlists[i].next = 0;
251 memlists[i - 1].next = (native_ptr_t)(uintptr_t)(memlists + i);
265 rsvdmemlists[0].next = 0;
270 rsvdmemlists[i].next = 0;
271 rsvdmemlists[i - 1].next =
593 ++i; /* skip on to next one */
675 pcimemlists[0].next = 0;
680 pcimemlists[i].next = 0;
681 pcimemlists[i - 1].next
[all...]
/illumos-gate/usr/src/lib/libraidcfg/common/
H A Draidcfg.c88 void *next; member in struct:__anon3824
137 uint32_t next; member in struct:__anon3828
1344 raid_handle_sys.handles[i].next = i + 1;
1350 raid_handle_sys.handles[0].next = 0;
1371 i = raid_handle_sys.handles[i].next;
1394 raid_handle_sys.unused = raid_handle_sys.handles[ret].next;
1396 raid_handle_sys.handles[ret].next = raid_handle_sys.used;
1413 i = raid_handle_sys.handles[i].next;
1418 raid_handle_sys.handles[j].next =
1419 raid_handle_sys.handles[i].next;
[all...]
/illumos-gate/usr/src/cmd/mdb/common/modules/qlc/
H A Dqlc.c356 hbaptr = (uintptr_t)qlstate->hba.next;
482 hbaptr = (uintptr_t)qlstate->hba.next;
604 hbaptr = (uintptr_t)qlstate->hba.next;
627 hbaptr = (uintptr_t)qlstate->hba.next;
918 while (srblink->next != NULL) {
919 /* Read in the next ql_link_t header */
922 (uintptr_t)srblink->next) == -1) {
924 " ql_link_t next at %p",
925 srblink->next);
978 /* get next ite
[all...]
/illumos-gate/usr/src/uts/sun4u/io/
H A Drmclomv.c643 rmclomv_cache_section_t *next; local
664 next = first->next_section;
666 first = next;
670 next = sub_first->next_section;
672 sub_first = next;
682 rmclomv_cache_section_t *next = start; local
684 while ((next != NULL) && (next->sensor_type != sensor))
685 next = next
743 rmclomv_cache_section_t *next; local
[all...]
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Djobs.c58 struct jobsave *next; member in struct:jobsave
73 jp->next = job_savelist;
215 * return next on link list of jobsave free list
226 job_savelist = jp->next;
233 jp->next = bck.list;
1101 jpnext = jp->next;
1753 if(pid==0 && !jp->next)
1756 jp = jp->next;
1764 jpold->next = jp->next;
[all...]
/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script.c1687 for (q = head->next; q != head; q = q->next) {
1707 for (q = head->next; q != head; q = q->next) {
1730 for (q = head->next; q != head; q = q->next) {
1759 if (rsi->drreq_q.next != &rsi->drreq_q) {
1818 for (q = head->next; q != head; q = q->next) {
1842 for (q = head->next;
[all...]

Completed in 393 milliseconds

<<51525354555657585960>>