Home
last modified time | relevance | path

Searched refs:top (Results 1 – 25 of 439) sorted by path

12345678910>>...18

/illumos-gate/exception_lists/
H A Dinterface_cmp100 # The following excludes an empty top version SUNW_1.23 from triggering
/illumos-gate/usr/src/
H A DMakefile.master.6450 # Moved these up to the top level here, so they can be overridden
/illumos-gate/usr/src/boot/
H A DREADME.loader81 The top line causes the splash_bmp module to get loaded.
/illumos-gate/usr/src/boot/forth/
H A Dbrand.4th35 \ loader_brand_y) if defined, or (2,1) (top-left). To choose your brand, set
H A Dcheck-password.4th45 \ The key that was pressed is added to the top of the stack in the form of its
H A Dframes.4th138 hline \ Draw top horiz line
141 2dup at-xy lt_el @ xemit \ Draw left-top corner
143 2dup swap 5 pick + swap at-xy rt_el @ xemit \ Draw right top corner
H A Dloader.4th309 \ block for switch B. keep it on top of the stack for case
H A Dmenu-commands.4th504 draw-brand \ Draw brand.4th logo at top (in brand.4th)
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 …]
H A Dmenu.rc14 draw-brand \ draw the FreeBSD title (top-left; see `brand.4th')
H A Dmenusets.4th290 rot ( n c-addr1 12 -- c-addr1 12 n ) \ move number on top
H A Dshortcuts.4th47 draw-brand \ Draw FIS logo at top (in brand.4th)
/illumos-gate/usr/src/boot/libsa/
H A Dsbrk.c41 setheap(void *base, void *top) in setheap() argument
46 maxheap = (char *)top - (char *)heapbase; in setheap()
H A Dstand.h271 extern void setheap(void *base, void *top);
/illumos-gate/usr/src/cmd/acpi/
H A DReadme29 1. Branches with all of our modification on top of our data.
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk3.c247 top: in assign()
261 goto top; in assign()
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumptape.c1301 otape(int top) in otape() argument
1428 if (!top) { in otape()
/illumos-gate/usr/src/cmd/backup/restore/
H A Dtape.c1477 top: in readtape()
1528 goto top; in readtape()
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c272 top: in cntrl()
340 goto top; in cntrl()
561 goto top; in cntrl()
579 goto top; in cntrl()
605 goto top; in cntrl()
614 goto top; in cntrl()
752 goto top; in cntrl()
782 goto top; in cntrl()
826 goto top; in cntrl()
837 goto top; in cntrl()
[all …]
/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/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME.v6417 and iterates over the top-level options with a given code number.
445 that existing option isn't a top-level option, though, this means
447 options up to the top level. To do this, update_v6opt_len() will be
449 option to an IAADDR option within an IA_NA top-level option.
1065 That option makes more sense at the top level of the message.
1071 - TAHI uses "NoBinding" at the top level of the message. This
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dmain.c121 static void cmdscanner(int top);
138 int c, top; in main() local
326 top = setjmp(toplevel) == 0; in main()
327 if (top) { in main()
333 cmdscanner(top); in main()
334 top = 1; in main()
419 cmdscanner(int top) in cmdscanner() argument
423 if (!top) in cmdscanner()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c2650 struct timeval levelt, tout, *top; local
2747 top = 0;
2754 top = &tout;
2761 top = &tout;
2769 if (select(nfds, &ready, &writey, NULL, top) < 0) {
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1792 #define pqremove(s, tree, top) \ argument
1794 top = s->heap[SMALLEST]; \
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/telnet/
H A Dcommands.c3432 command(int top, char *tbuf, int cnt) in command() argument
3437 if (!top) { in command()
3495 if (!top) { in command()

12345678910>>...18