Home
last modified time | relevance | path

Searched refs:top (Results 201 – 225 of 439) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/sh/
H A Dmain.c427 Sfio_t *top; in exfile() local
446 if(top = fcfile()) in exfile()
450 while(top=sfstack(iop,SF_POPSTACK)) in exfile()
451 sfclose(top); in exfile()
/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_dev_disc.c2615 int i, top; in s1394_calc_next_quad() local
2668 top = ++node->dir_stack_top; in s1394_calc_next_quad()
2669 if (top == S1394_DIR_STACK_SIZE) { in s1394_calc_next_quad()
2676 node->dir_stack[top].dir_start = in s1394_calc_next_quad()
2678 node->dir_stack[top].dir_size = in s1394_calc_next_quad()
2680 node->dir_stack[top].dir_next_quad = in s1394_calc_next_quad()
2699 top = node->dir_stack_top--; in s1394_calc_next_quad()
2701 node->dir_stack[top].dir_start; in s1394_calc_next_quad()
2703 node->dir_stack[top].dir_size; in s1394_calc_next_quad()
2704 i = node->dir_stack[top].dir_next_quad; in s1394_calc_next_quad()
/illumos-gate/usr/src/cmd/sendmail/cf/ostype/
H A Dsolaris2.pre5.m410 # forth in the LICENSE file which can be found at the top level of
H A Dsolaris8.m47 # forth in the LICENSE file which can be found at the top level of
H A Dsolaris2.m410 # forth in the LICENSE file which can be found at the top level of
H A Dsolaris2.ml.m410 # forth in the LICENSE file which can be found at the top level of
/illumos-gate/usr/src/boot/forth/
H A Dmenu.4th53 5 constant menu_x \ Row position of the menu (from the top)
699 \ We do not modify the stack, so the ASCII numeral is left on top.
720 \ now we have the buffer c-addr on top
726 rot 1+ \ bring alt addr to top and increment
727 -rot -rot \ bring buffer addr to top
730 rot 1- \ bring buffer len to top and decrement
791 \ now we'll store the new toggle state (on top of stack)
798 \ We do not modify the stack, so the ASCII numeral is left on top.
843 \ from bottom to top):
1059 swap \ need iterator on top
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dllex.c126 setsvalue2s(L, L->top++, ts); /* temporarily anchor it in stack */ in luaX_newstring()
127 o = luaH_set(L, ls->fs->h, L->top - 1); in luaX_newstring()
137 L->top--; /* remove string from stack */ in luaX_newstring()
/illumos-gate/usr/src/cmd/sendmail/cf/mailer/
H A Dprocmail.m410 # forth in the LICENSE file which can be found at the top level of
/illumos-gate/usr/src/cmd/sendmail/cf/domain/
H A Dgeneric.m410 # forth in the LICENSE file which can be found at the top level of
/illumos-gate/usr/src/cmd/sendmail/cf/feature/
H A Dmtamark.m47 # forth in the LICENSE file which can be found at the top level of
H A Dlocal_procmail.m410 # forth in the LICENSE file which can be found at the top level of
H A Dnullclient.m410 # forth in the LICENSE file which can be found at the top level of
H A Dcompat_check.m47 # forth in the LICENSE file which can be found at the top level of
H A Ddnsbl.m47 # forth in the LICENSE file which can be found at the top level of
/illumos-gate/usr/src/lib/libm/i386/src/
H A Dexp2.S44 fld %st(0) / duplicate stack top
H A Dexp2l.S44 fld %st(0) / duplicate stack top
/illumos-gate/usr/src/test/nvme-tests/runfiles/
H A Dunit.run18 # specific NVMe device to target. This must be invoked by the top-level
/illumos-gate/usr/src/cmd/sgs/rtld/sparcv9/
H A Dboot_elf.S403 ! Address lies in top 32-bits of address space, so use
422 sllx %o4, 32, %o4 ! shift to top of instruction pair
454 ! Address lies in top 44-bits of address space, so use
545 sllx %o4, 32, %o4 ! shift to top of instruction pair
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dmbuf.c183 m_getm(struct mbuf *top, int len, struct mbuf **mpp) in m_getm() argument
188 for (mp = top; ; mp = mp->m_next) { in m_getm()
203 *mpp = top; in m_getm()
/illumos-gate/usr/src/test/libc-tests/tests/qsort/
H A Dmerge.c233 #define reverse(bot, top) { \ argument
234 s = top; \
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_eventq.c244 top: in fmd_eventq_delete()
273 goto top; in fmd_eventq_delete()
/illumos-gate/usr/src/uts/sun4u/vm/
H A Dmach_sfmmu_asm.S151 ! this erratum, we scan the T16 top down for an unlocked TTE and
163 ! top down.
/illumos-gate/usr/src/lib/libc/i386/gen/
H A D_mul64.S41 / We can ignore ac and top 32 bits of ad+bc: if <> 0, overflow happened.
/illumos-gate/usr/src/lib/libm/amd64/src/
H A Dexp2l.S45 fld %st(0) / duplicate stack top

12345678910>>...18