/illumos-gate/usr/src/uts/common/io/ |
H A D | l_strplumb.c | 222 struct strapush push; in kstr_autopush() local 249 push.sap_major = *maj; in kstr_autopush() 250 push.sap_minor = *min; in kstr_autopush() 252 error = ldi_ioctl(lh, SAD_GAP, (intptr_t)&push, in kstr_autopush() 260 switch (push.sap_cmd) { in kstr_autopush() 262 *maj = push.sap_major; in kstr_autopush() 263 *min = push.sap_minor; in kstr_autopush() 268 *maj = push.sap_major; in kstr_autopush() 269 *min = push.sap_minor; in kstr_autopush() 270 *lastmin = push.sap_lastminor; in kstr_autopush() [all …]
|
/illumos-gate/usr/src/uts/i86xpv/ml/ |
H A D | panic_asm.S | 163 push $0xbad0 164 push $0x0bad 169 push $0 170 push $T_ZERODIV 175 push $0 176 push $T_SGLSTP 181 push $0 182 push $T_NMIFLT 188 push $T_BPTFLT 193 push $0 [all …]
|
/illumos-gate/usr/src/cmd/autopush/ |
H A D | autopush.c | 252 struct strapush push; /* configuration information */ in set_info() local 272 (void) memset(&push, 0, sizeof (struct strapush)); in set_info() 274 parsecode = parse_line(buf, line, namep, &push); in set_info() 280 if (push.sap_minor == (minor_t)-1) in set_info() 281 push.sap_cmd = SAP_ALL; in set_info() 282 else if (push.sap_lastminor == 0) in set_info() 283 push.sap_cmd = SAP_ONE; in set_info() 285 push.sap_cmd = SAP_RANGE; in set_info() 287 if (ioctl(sadfd, SAD_SAP, &push) < 0) { in set_info() 347 struct strapush push; /* configuration information */ in rem_info() local [all …]
|
/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | tparm.c | 117 push(STACK *st, long i) in push() function 290 push(&stk, 0); in tparm() 481 push(&stk, strlen(xp)); in tparm() 502 push(&stk, p1); in tparm() 505 push(&stk, p2); in tparm() 508 push(&stk, p3); in tparm() 511 push(&stk, p4); in tparm() 514 push(&stk, p5); in tparm() 517 push(&stk, p6); in tparm() 520 push(&stk, p7); in tparm() [all …]
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/tm/ |
H A D | tmxfmt.c | 261 goto push; in tmxfmt() 270 goto push; in tmxfmt() 276 goto push; in tmxfmt() 279 goto push; in tmxfmt() 307 goto push; in tmxfmt() 321 goto push; in tmxfmt() 335 goto push; in tmxfmt() 338 goto push; in tmxfmt() 341 goto push; in tmxfmt() 369 goto push; in tmxfmt() [all …]
|
/illumos-gate/usr/src/uts/intel/kdi/ |
H A D | kdi_idthdl.S | 137 push $0; /* err */ \ 139 push $n; \ 146 push $0; /* err */ \ 148 push $n; \ 156 push $n; \ 163 push $0; \ 164 push $2; \ 174 push $0; \ 175 push $18; \ 185 push $0; \ [all …]
|
/illumos-gate/usr/src/boot/i386/btx/btx/ |
H A D | btx.S | 217 push $0x202 # Set flags (IF set) 218 push $SEL_UCODE # Set CS 226 init.9: push $0x0 # general 289 push %ax # IMR 291 push %ax # IMR 315 intx00: push $0x0 # Int 0x0: #DE 317 push $0x1 # Int 0x1: #DB 319 push $0x3 # Int 0x3: #BP 321 push $0x4 # Int 0x4: #OF 323 push $0x5 # Int 0x5: #BR [all …]
|
/illumos-gate/usr/src/lib/libbsm/ |
H A D | auditxml | 209 push (@pointers, "X_$externalRoot"); 294 push (@listName, [$listName, $listLength - 1, $start, $public]); 657 push (@inputOrder, $intEntry->getAttr('order')); 715 push (@xlateEntryList, $xlate); 758 push (@xlateEntryList, $xlate); 828 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 836 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 841 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 846 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 855 push (@xlateTypeList, "datadef\t$xlateLabel\[1\] =\t$xlateLine;"); [all …]
|
/illumos-gate/usr/src/lib/libc/i386/threads/ |
H A D | asm_subr.S | 121 push %ds / segment registers 122 push %es 123 push %fs 124 push %gs 125 push %ss 126 push %cs
|
/illumos-gate/usr/src/uts/i86pc/sys/ |
H A D | asm_misc.h | 53 push %ebp; \ 55 push %ebx; \ 56 push %esi; \ 57 push %edi
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/ |
H A D | sfstack.c | 66 { if(!(f2 = f1->push)) 71 { if(f2->push) 98 if(f2->push != f2) 101 f1->push = f2; 107 f2->push = NIL(Sfio_t*);
|
/illumos-gate/usr/src/cmd/streams/strcmd/ |
H A D | strchg.c | 121 short push; /* TRUE if -h mod1[,mod2 ...] */ in main() local 133 error = fromfile = is_a_tty = pop = popall = popupto = push = FALSE; in main() 171 if (fromfile || popupto || push) in main() 178 if (pop || push) in main() 190 push = TRUE; in main() 196 if (fromfile || push) in main() 203 if (fromfile || popall || push) in main() 279 if (push) { in main()
|
/illumos-gate/usr/src/lib/libadt_jni/ |
H A D | auditxml_jni | 840 push (@inputOrder, $intEntry->getAttr('order')); 898 push (@xlateEntryList, $xlate); 899 push (@jniEntryList, @$jni); 942 push (@xlateEntryList, $xlate); 943 push (@jniEntryList, @$jni); 1013 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 1021 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 1026 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 1031 push (@jniLine, [$id, $dataType, $format, $enumGroup, $required]); 1069 push (@xlateType, "\{$entryType, $sizeString ($type)\}"); [all …]
|
/illumos-gate/usr/src/lib/brand/shared/brand/i386/ |
H A D | crt.S | 69 pushl %ecx / push envp (3rd param) 70 pushl %ebx / push argv (2nd param) 71 pushl %eax / push argc (1st param)
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | asm.S | 1448 push %ebp 1449 push %ebx 1492 push %ebp 1493 push %ebx 1532 push %ebp 1533 push %ebx 1534 push %edi 1535 push %esi 2159 push %ebp 2198 push %ebp [all …]
|
/illumos-gate/usr/src/boot/i386/libi386/ |
H A D | pxetramp.s | 25 push %dx # seg:data 26 push %ax # off:data 27 push %bx # int16 func
|
/illumos-gate/usr/src/lib/libm/i386/src/ |
H A D | atan.S | 35 fldl 4(%esp) / push arg 36 fld1 / push 1.0
|
H A D | atanl.S | 35 fldt 4(%esp) / push arg 36 fld1 / push 1.0
|
H A D | log2.S | 35 fld1 / push 1.0 36 fldl 4(%esp) / push x
|
H A D | log2f.S | 35 fld1 / push 1.0 36 flds 4(%esp) / push x
|
H A D | log2l.S | 35 fld1 / push 1.0 36 fldt 4(%esp) / push x
|
H A D | atan2f.S | 36 flds 4(%esp) / push y 37 flds 8(%esp) / push x
|
H A D | atan2l.S | 35 fldt 4(%esp) / push y 36 fldt 16(%esp) / push x
|
/illumos-gate/usr/src/lib/libm/amd64/src/ |
H A D | atanl.S | 35 fldt 8(%rsp) / push arg 36 fld1 / push 1.0
|
H A D | log2l.S | 35 fld1 / push 1.0 36 fldt 8(%rsp) / push x
|