Home
last modified time | relevance | path

Searched refs:NEXT (Results 26 – 50 of 71) sorted by relevance

123

/illumos-gate/usr/src/cmd/awk/
H A Dmaketab.c125 { NEXT, "jump", "next" },
H A Dlex.c73 { "next", NEXT, NEXT },
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dmemalign.c178 blk = NEXT(aligned_blk); in memalign()
H A Dmallint.h144 #define NEXT(b) ((TREE *)(((uintptr_t)(b)) + SIZE(b) + WORDSIZE)) macro
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source74 /* DON'T TOUCH THE NEXT LINE */
288 /* DON'T TOUCH THE NEXT LINE */
361 /* DON'T TOUCH THE NEXT LINE */
394 /* DON'T TOUCH THE NEXT LINE */
427 /* DON'T TOUCH THE NEXT LINE */
460 /* DON'T TOUCH THE NEXT LINE */
490 /* DON'T TOUCH THE NEXT LINE */
542 /* DON'T TOUCH THE NEXT LINE */
557 /* DON'T TOUCH THE NEXT LINE */
866 /* DON'T TOUCH THE NEXT LINE */
[all …]
/illumos-gate/usr/src/uts/intel/io/dktp/controller/ata/
H A Dfsm.txt59 NEXT-STATE
/illumos-gate/usr/src/uts/intel/io/amd8111s/
H A Damd8111s_main.h111 #define NEXT(buf, ptr) \ macro
H A Damd8111s_main.c1148 NEXT(pLayerPointers->pOdl->tx_buf, free); in amd8111s_recycle_tx()
1213 NEXT(pLayerPointers->pOdl->tx_buf, curr); in amd8111s_send_serial()
1239 NEXT(pLayerPointers->pOdl->tx_buf, next) != in amd8111s_send_drain()
1257 next = NEXT(pLayerPointers->pOdl->tx_buf, next); in amd8111s_getTxbuf()
/illumos-gate/usr/src/lib/libresolv2/include/isc/
H A Dlist.h86 #define NEXT(elt, link) ((elt)->link.next) macro
/illumos-gate/usr/src/uts/sun4u/os/
H A Dfillsysinfo.c89 #define NEXT prom_nextnode macro
215 map_wellknown(NEXT((pnode_t)0)); in map_wellknown_devices()
251 for (curnode = CHILD(curnode); curnode; curnode = NEXT(curnode)) { in map_wellknown()
/illumos-gate/usr/src/uts/common/io/dmfe/
H A Ddmfe_impl.h319 #define NEXT(index, limit) ((index)+1 < (limit) ? (index)+1 : 0); macro
/illumos-gate/usr/src/cmd/sgs/include/
H A Drtld.h893 #define NEXT(X) ((X)->rt_public.l_next) macro
919 #define NEXT_RT_MAP(X) LINKMAP_TO_RTMAP(NEXT(X))
/illumos-gate/usr/src/contrib/ast/src/lib/libast/vmalloc/
H A Dvmopen.c150 np = NEXT(bp);
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Dutil.c1125 NEXT(PREV_RT_MAP(tlmp)) = (Link_map *)lmp; in lm_append()
1128 NEXT(lmp) = (Link_map *)tlmp; in lm_append()
1143 NEXT(lmc->lc_tail) = (Link_map *)lmp; in lm_append()
1209 NEXT(PREV_RT_MAP(lmp)) = (void *)NEXT(lmp); in lm_delete()
1279 NEXT(plmc->lc_tail) = (Link_map *)nlmc->lc_head; in lm_move()
2980 if (NEXT(lmp) && (elfeno == 0)) { in veprintf()
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dfiles.c323 for (tlmp = lmp; tlmp; tlmp = (Rt_map *)NEXT(tlmp)) { in Dbg_file_bindings()
601 for (lmp = lmc->lc_head; lmp; lmp = (Rt_map *)NEXT(lmp)) in Dbg_file_cntl()
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk0.c48 s_next, KEYWORD, NEXT, NULL,
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_tx.c208 for (free = 0; used-- != 0; slot = NEXT(slot, nslots), ++free) { in nge_tx_recycle()
561 for (j = start_index; end_index - j != 0; j = NEXT(j, nslots)) { in nge_send_mapped()
H A Dnge_rx.c387 rrp->prod_index = NEXT(end_index, rrp->desc.nslots); in nge_recv_ring()
/illumos-gate/usr/src/lib/libsqlite/tool/
H A Dlemon.c1471 #define NEXT(A) (*(char**)(((unsigned long)A)+offset)) macro
1503 a = NEXT(a);
1506 b = NEXT(b);
1511 NEXT(ptr) = a;
1513 a = NEXT(a);
1515 NEXT(ptr) = b;
1517 b = NEXT(b);
1520 if( a ) NEXT(ptr) = a;
1521 else NEXT(ptr) = b;
1553 list = NEXT(list);
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dpp.def114 NEXT :release:
/illumos-gate/usr/src/cmd/sgs/librtld_db/common/
H A Drd_elf.c581 lmaddr = (psaddr_t)NEXT(&rmap); in iter_map()
674 lmaddr = (psaddr_t)NEXT(&rmap); in iter_map()
/illumos-gate/usr/src/cmd/sgs/rtld/i386/
H A Di386_elf.c990 (Rt_map *)NEXT(lmp)) == 0) in elf_copy_gen()
993 (Rt_map *)NEXT(lmp)) == 0) in elf_copy_gen()
/illumos-gate/usr/src/cmd/oawk/
H A Dawk.lx.l129 <A>next RETURN(NEXT);
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dev_connects.c188 nxtacc = NEXT(acc, link); in evCancelConn()
/illumos-gate/usr/src/uts/common/io/rge/
H A Drge.h560 #define NEXT(index, limit) ((index)+1 < (limit) ? (index)+1 : 0); macro

123