Home
last modified time | relevance | path

Searched refs:top (Results 76 – 100 of 439) sorted by relevance

12345678910>>...18

/illumos-gate/usr/src/test/zfs-tests/tests/functional/inheritance/
H A Dstate012.cfg35 # in the top level property values being propogated down the data
39 # running it at the top level is somewhat redundant as the top level value
H A Dstate023.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
34 # when each levels properties are set locally, results in the top level
38 # the top levels (now default) values
H A Dstate024.cfg33 # Verify that executing 'zfs inherit -r' at the top level in the hierarchy
34 # when each levels properties are set locally, results in the top level
39 # at the top level is somewhat redundant but is done for completeness.
H A Dstate014.cfg35 # in the top level property values being propogated down the data
39 # running it at the top level is somewhat redundant as the top level value
H A Dstate015.cfg33 # Verify that executing 'zfs inherit' at the top level in the hierarchy
36 # to the top level properties.
39 # inheriting its value from the top level, and passing the values down to
/illumos-gate/usr/src/lib/libc/i386/fp/
H A D_xtoll.S35 / This function truncates the top of the 387 stack into a signed long.
59 / This function truncates the top of the 387 stack into a signed long long.
84 / This function truncates the top of the 387 stack into a unsigned long.
/illumos-gate/usr/src/uts/common/fs/zfs/lua/
H A Dlobject.c170 setsvalue2s(L, L->top++, luaS_newlstr(L, str, l)); in pushstr()
196 setnvalue(L->top++, cast_num(va_arg(argp, int))); in luaO_pushvfstring()
200 setnvalue(L->top++, cast_num(va_arg(argp, l_uacNumber))); in luaO_pushvfstring()
225 return svalue(L->top - 1); in luaO_pushvfstring()
H A Dldo.h16 #define luaD_checkstack(L,n) if (L->stack_last - L->top <= (n)) \
20 #define incr_top(L) {L->top++; luaD_checkstack(L,0);}
/illumos-gate/usr/src/tools/cscope-fast/
H A Dmouse.c154 drawscrollbar(int top, int bot, int total) in drawscrollbar() argument
159 if (bot > top && total > 0) { in drawscrollbar()
160 p1 = 16 + (top - 1) * 100 / total; in drawscrollbar()
/illumos-gate/usr/src/cmd/checknr/
H A Dchecknr.c597 int top, bot; /* boundaries of bin search, inclusive */ in binsrch() local
599 top = ncmds-1; in binsrch()
601 while (top >= bot) { in binsrch()
602 mid = (top+bot)/2; in binsrch()
612 top = mid - 1; in binsrch()
/illumos-gate/usr/src/common/net/patricia/
H A Dradix.c322 struct radix_node *saved_t, *top = t; local
442 } while (t != top);
489 struct radix_node *top = head->rnh_treetop; local
491 int head_off = top->rn_offset, vlen = (int)LEN(v);
492 struct radix_node *t = rn_search(v_arg, top);
523 x = top;
695 struct radix_node *saved_tt, *top = head->rnh_treetop; local
709 if ((x = rn_addmask(netmask, 0, top->rn_offset)) == 0)
844 } while (b <= t->rn_bit && x != top);
890 struct radix_node *dupedkey, *saved_tt, *top; local
[all …]
/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dstk.c430 register unsigned char *old, *top; in stkfreeze() local
434 top = stream->_next; in stkfreeze()
439 if (!(top = (unsigned char*)stkgrow(stream,extra))) in stkfreeze()
443 *top = 0; in stkfreeze()
444 top += extra; in stkfreeze()
446 stream->_next = stream->_data += roundof(top-old,STK_ALIGN); in stkfreeze()
/illumos-gate/usr/src/cmd/rm/
H A Drm.c66 static struct dlist top = { variable
172 while (rm(*argv, rec = cur = &top) != 0) in main()
185 if (cur == &top) { in pushfilename()
456 if (caller != &top) { in rm()
485 if (caller != &top) { in rm()
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.c411 int top; /* The highest index of the table not searched yet */ in _kt_locate_keybinding() local
417 top = kt->nkey - 1; in _kt_locate_keybinding()
418 while(top >= bot) { in _kt_locate_keybinding()
419 mid = (top + bot)/2; in _kt_locate_keybinding()
423 top = mid - 1; in _kt_locate_keybinding()
436 *first = top; in _kt_locate_keybinding()
/illumos-gate/usr/src/cmd/genmsg/
H A Dutil.c63 MsgID top; member
171 MsgID mi = si->top; in write_msgfile()
269 MsgID mi = si->top; in lookup_msgid()
292 MsgID mi = si->top, newmi, prev = NULL; in add_msgid()
341 si->top = newmi; in add_msgid()
366 newsi->top = NULL; in add_setid()
501 MsgID mi = si->top; in get_msgid()
/illumos-gate/usr/src/cmd/mandoc/
H A Deqn_term.c64 ((bp->top != NULL || bp->bottom != NULL) && in eqn_box()
157 if (bp->top != NULL) { in eqn_box()
159 term_word(p, bp->top); in eqn_box()
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dnewterm.c176 i = rip.top - rip.bottom; in ripoffline()
183 rip.line[i].dy = ++rip.top; in ripoffline()
355 n = rip.top - rip.bottom;
356 stdscr = newwin(lines - n, 0, rip.top, 0);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dnewterm.c178 i = rip.top - rip.bottom; in ripoffline()
185 rip.line[i].dy = rip.top++; in ripoffline()
367 n = rip.top - rip.bottom; in newterm()
369 stdscr = newwin(lines - n, 0, rip.top, 0); in newterm()
/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcb_srt0.S60 eslave_stack: ! top of slave cpu stack
62 estack: ! top of cprboot stack
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsubr_mchain.c688 md_append_record(struct mdchain *mdp, mblk_t *top) in md_append_record() argument
692 top->b_next = NULL; in md_append_record()
694 md_initm(mdp, top); in md_append_record()
701 m->b_next = top; in md_append_record()
711 mblk_t *m, *top; in md_next_record() local
713 if ((top = mdp->md_top) == NULL) in md_next_record()
721 m = top->b_next; in md_next_record()
722 top->b_next = NULL; in md_next_record()
/illumos-gate/usr/src/cmd/mdb/intel/mdb/
H A Dproc_ia32dep.c233 uint_t top; in pt_fpregs() local
266 top = (fps.sw & FPS_TOP) >> 11; in pt_fpregs()
268 top, fpsw2str(fps.sw, buf, sizeof (buf))); in pt_fpregs()
286 uint_t tag_index = (i + top) & 7; in pt_fpregs()
/illumos-gate/usr/src/cmd/lp/filter/postscript/font/devpost/charlib/
H A DBRACKETS_NOTE24 lc, rc, lf, and rf contain PostScript code that can be used to build the top
40 Symbol font and then draws a small horizontal line at either the top or bottom
42 properly, but getting to the precise top or bottom of the \(bv (down to the
51 of the \(bv character, and using the corners of that box to locate the top and
/illumos-gate/usr/src/common/mc/mc-amd/
H A Dmcamd_patounum.c59 uint64_t mcnum, base, lim, dramaddr, ilen, ilsel, top, holesz; in iaddr_gen() local
125 top = BITS(dramaddr, 36, 13) >> 1; in iaddr_gen()
127 top = BITS(dramaddr, 37, 14) >> 2; in iaddr_gen()
129 top = BITS(dramaddr, 38, 15) >> 3; in iaddr_gen()
131 top = BITS(dramaddr, 35, 12); in iaddr_gen()
134 *iaddrp = top | BITS(dramaddr, 11, 0); in iaddr_gen()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c925 int top, bot, startup, omin; in layout() local
940 top = j - 1; in layout()
944 for (j = bot; j <= top; j++) { in layout()
959 bot, top, startup); in layout()
966 for (j = bot; j <= top; j++) { in layout()
971 } while (j <= top); in layout()
978 for (j = bot; j <= top; j++) { in layout()
994 for (j = bot; j <= top; j++) { in layout()
999 } while (j <= top); in layout()
1005 for (j = bot; j <= top; j++) { in layout()
/illumos-gate/usr/src/cmd/mailx/
H A Dutil.c61 register char *cp, *cp2, *top; in savestr() local
65 top = (char *)salloc((unsigned)(cp-str + 1)); in savestr()
66 if (top == NOSTR) in savestr()
68 for (cp = str, cp2 = top; *cp; cp++) in savestr()
71 return(top); in savestr()

12345678910>>...18