/illumos-gate/usr/src/cmd/sgs/librtld_db/demo/common/ |
H A D | gram.y | 52 start: commands label
|
/illumos-gate/usr/src/boot/sys/boot/i386/gptzfsboot/ |
H A D | gptldr.S | 40 .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.c | 49 garbagedlines(WINDOW *win, int start, int finish) argument 51 return (wredrawln(win, start, finish));
|
/illumos-gate/usr/src/cmd/ypcmd/revnetgroup/ |
H A D | util.c | 44 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 D | fdt_platform.h | 35 unsigned long start; member in struct:fdt_mem_region
|
/illumos-gate/usr/src/lib/libumem/common/ |
H A D | init_lib.c | 59 umem_type_init(caddr_t start, size_t len, size_t pgsize) argument
|
/illumos-gate/usr/src/grub/grub-0.97/docs/ |
H A D | boot.S | 23 .globl start, _start 24 start: label
|
/illumos-gate/usr/src/cmd/audio/include/ |
H A D | AudioExtent.h | 43 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 D | wscrl.c | 56 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 D | keypad.c | 57 const char *start; local 66 start = str; 122 return (int) (str - start);
|
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | wscrl.c | 59 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 D | keypad.c | 59 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 D | mbftowc.c | 42 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 D | gid.c | 40 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 D | uid.c | 41 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 D | gnu_po.y | 54 start : label 55 | start po
|
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | stats_impl.h | 46 hrtime_t start; member in struct:stats
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | parser.y | 58 /* 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 D | String.h | 34 #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 D | erase.c | 35 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 D | Sun_sasLoadLibrary.c | 44 hrtime_t start = 0; local 66 start = gethrtime(); 75 duration = end - start;
|
/illumos-gate/usr/src/boot/sys/boot/i386/common/ |
H A D | drv.h | 38 daddr_t start; member in struct:dsk
|
/illumos-gate/usr/src/boot/sys/boot/ofw/libofw/ |
H A D | ofw_time.c | 55 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 D | ActiveDiscoverer.java | 96 // 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 D | panel.h | 40 int start, end; member in struct:_obscured_list
|