Searched defs:start (Results 1 - 25 of 662) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/
H A Dgram.y52 start: commands label
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/
H A Dgptldr.S40 .set MEM_BTX,0x9000 # BTX start
42 .set MEM_USR,0xa000 # Client start
53 .globl start
57 * Copy BTX and boot2 to the right locations and start it all up.
62 * stack to end just below the start of our code.
64 start: xor %cx,%cx # Zero label
68 mov $start,%sp # stack
80 add %bx,%si # %si to start of boot2
138 * Save drive number from BIOS so boot2 can see it and start BTX.
/illumos-gate/usr/src/lib/libcurses/screen/
H A D_garbagdlins.c49 garbagedlines(WINDOW *win, int start, int finish) argument
51 return (wredrawln(win, start, finish));
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/
H A Dutil.c44 register char *start; local
47 start = line;
50 if (fgets(start, maxlen, fp) == NULL) {
53 for (p = start; *p; p++) {
55 if (p > start && *(p-1) == '\\') {
56 start = p - 1;
72 if (p > start)
/illumos-gate/usr/src/boot/sys/boot/fdt/
H A Dfdt_platform.h35 unsigned long start; member in struct:fdt_mem_region
/illumos-gate/usr/src/lib/libumem/common/
H A Dinit_lib.c59 umem_type_init(caddr_t start, size_t len, size_t pgsize) argument
/illumos-gate/usr/src/grub/grub-0.97/docs/
H A Dboot.S23 .globl start, _start
24 start: label
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioExtent.h43 Double start; // start time member in class:AudioExtent
52 double s = 0., // start time
58 Double GetStart() const; // Get start time
59 void SetStart(Double s); // Set start time
73 Double& pos); // start position (updated)
79 Double& pos); // start position (updated)
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dwscrl.c56 int y, x, width, start, finish, to; local
66 * from start to finish inclusive will be moved to
70 start = w->_top;
74 start = w->_bottom + n;
80 if (__m_cc_erase(w, start, 0, finish, w->_maxx-1) == -1)
84 (void) __m_ptr_move((void **) w->_line, w->_maxy, start, finish, to);
H A Dkeypad.c57 const char *start; local
66 start = str;
122 return (int) (str - start);
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dwscrl.c59 int start, finish, to; local
109 * from start to finish inclusive will be moved to
113 start = w->_top;
117 start = w->_bottom + n;
123 (void) __m_cc_erase(w, start, 0, finish, w->_maxx - 1);
127 start, finish, to);
H A Dkeypad.c59 const char *start; local
68 start = str;
123 /* (str - start) should be enough small to fit in "int" */
124 return ((int)(str - start));
/illumos-gate/usr/src/lib/libc/port/locale/
H A Dmbftowc.c42 char *start = s; local
49 return (s - start);
56 cons = mbrtowc(wc, start, s - start, &mbs);
71 cons = (s - start);
/illumos-gate/usr/src/lib/libcmdutils/common/
H A Dgid.c40 static int findunusedgid(gid_t start, gid_t stop, gid_t *ret);
48 findnextgid(gid_t start, gid_t stop, gid_t *ret) argument
50 gid_t gid = start;
72 return (findunusedgid(start, stop, ret));
94 findunusedgid(gid_t start, gid_t stop, gid_t *ret) argument
98 for (gid = start; gid <= stop; gid++) {
H A Duid.c41 static int findunuseduid(uid_t start, uid_t stop, uid_t *ret);
49 findnextuid(uid_t start, uid_t stop, uid_t *ret) argument
51 uid_t uid = start;
73 return (findunuseduid(start, stop, ret));
95 findunuseduid(uid_t start, uid_t stop, uid_t *ret) argument
99 for (uid = start; uid <= stop; uid++) {
/illumos-gate/usr/src/cmd/msgfmt/
H A Dgnu_po.y54 start : label
55 | start po
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Dstats_impl.h46 hrtime_t start; member in struct:stats
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dparser.y58 /* XCU4: add XSCON: %x exclusive start token */
310 int exclusive_flag; /* XCU4: exclusive start flag */
503 case 'x': case 'X': /* XCU4: exclusive start conditions */
505 goto start;
507 case 's': case 'S': /* start conditions */
509 start: label
519 error("None-ASCII characters in start condition.");
530 /* XCU4: save exclusive flag with start name */
534 error("Too many start conditions");
740 case '<': /* start conditio
[all...]
/illumos-gate/usr/src/cmd/sgs/libelf/misc/
H A DString.h34 #define PTR(S) ((S)->data + (S)->sg.start)
37 int start,end,max; member in struct:__anon1677
/illumos-gate/usr/src/ucblib/libcurses/
H A Derase.c35 char *sp, *end, *start, *maxx; local
43 start = win->_y[y];
44 end = &start[win->_maxx];
45 for (sp = start; sp < end; sp++)
49 minx = sp - start;
/illumos-gate/usr/src/lib/sun_sas/common/
H A DSun_sasLoadLibrary.c44 hrtime_t start = 0; local
66 start = gethrtime();
75 duration = end - start;
/illumos-gate/usr/src/boot/sys/boot/i386/common/
H A Ddrv.h38 daddr_t start; member in struct:dsk
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/
H A Dofw_time.c55 int msecs, start; local
58 start = OF_milliseconds();
60 while (OF_milliseconds() - start < msecs);
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/
H A DActiveDiscoverer.java96 // Do an initial active discovery then start a thread to
99 public void start() { method in class:ActiveDiscoverer
152 super.start();
157 // Implement the Runnable interface for a thread to start.
/illumos-gate/usr/src/lib/libeti/panel/inc/
H A Dpanel.h40 int start, end; member in struct:_obscured_list

Completed in 317 milliseconds

1234567891011>>