/illumos-gate/usr/src/lib/libcurses/screen/ |
H A D | gettmode.c | 44 #define OK 0 macro 49 return (OK);
|
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | scsb_led.h | 30 * Each slot has a pair of LEDs, one green (OK) and one amber (NOK). 31 * The OK (green) LED can also be made to blink. 60 OK = 1, enumerator in enum:__anon9859
|
H A D | scsbioctl.h | 111 OK = 1, enumerator in enum:__anon9863
|
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
H A D | Constants.java | 44 int OK = 1; field in interface:Constants
|
H A D | pmButtonScreen.java | 48 final static int OK = 1; field in class:pmButtonScreen 76 pmUtility.getResource("OK")); 78 pmUtility.getIntResource("OK.mnemonic")); 100 okButton.addActionListener(new ButtonListener(OK)); 134 case OK:
|
H A D | pmAccess.java | 67 final static int OK = 1; field in class:pmAccess 89 * // default button is always OK, for now...
|
H A D | pmLoad.java | 41 final static int OK = 1; field in class:pmLoad 144 pmUtility.getResource("OK")); 146 pmUtility.getIntResource("OK.mnemonic")); 163 okButton.addActionListener(new ButtonListener(OK)); 195 case OK: 263 // default button is always OK, for now...
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | ServiceLocationException.java | 53 static final short OK = 0; field in class:ServiceLocationException 206 private short errorCode = OK; 226 return ((code >= OK) && (code <= REQUEST_NOT_SUPPORTED));
|
/illumos-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
H A D | kadm5_create.c | 67 #define OK 0 macro 255 * OK on success 376 return OK;
|
/illumos-gate/usr/src/cmd/sgs/m4/common/ |
H A D | m4.h | 51 #define OK 0 macro
|
/illumos-gate/usr/src/lib/libbc/libc/gen/common/ |
H A D | getauditflags.c | 37 #define OK 0 macro 451 fail_event = OK; 454 fail_event = OK; 459 succ_event = OK; 462 succ_event = OK;
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | slp.h | 116 #define OK 0x0000 macro
|
/illumos-gate/usr/src/cmd/acct/ |
H A D | acctdef.h | 73 #define OK 0 macro
|
/illumos-gate/usr/src/ucbhead/ |
H A D | curses.h | 40 #define OK (1) macro
|
/illumos-gate/usr/src/psm/stand/boot/common/ |
H A D | readfile.c | 89 #define OK ((func_t)0) macro 274 * OK, we know the executable is for an AMD64 297 OK); 1124 dprintf("Opened %s OK\n", rtld); 1275 dprintf("Opened %s OK\n", rtld);
|
/illumos-gate/usr/src/lib/libresolv2/common/isc/ |
H A D | eventlib_p.h | 48 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL macro
|
/illumos-gate/usr/src/cmd/xargs/ |
H A D | xargs.c | 122 static int OK = TRUE; variable 330 if (OK == FALSE) { 357 while ((OK == TRUE) && (mac-- > 0)) { 383 while (OK) { 483 OK = TRUE; 497 if (OK) 687 OK = FALSE; 916 OK = FALSE;
|
/illumos-gate/usr/src/cmd/sgs/yacc/common/ |
H A D | y1.c | 860 #define OK 1 macro 883 pempty[*prdptr[i]-NTBASE] = OK; 888 /* now, look at the nonterminals, to see if they are all OK */ 897 if (pempty[i] != OK) {
|
/illumos-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
H A D | montecarlo.c | 191 #define OK "ok" macro 353 int exit_code = 0; /* init to all OK */ 1059 * This will return -1 for status unknown, 0 for OK, and 1 for failed (scsi 1922 ((pcf8574_ks_ps1.ps_ok)? NOK:OK), 0); 1925 ((pcf8574_ks_ps1.temp_ok)? NOK:OK), 0); 1928 ((pcf8574_ks_ps1.psfan_ok)? NOK:OK), 0); 1935 ((pcf8574_ks_ps2.ps_ok)? NOK:OK), 0); 1938 ((pcf8574_ks_ps2.temp_ok)? NOK:OK), 0); 1941 ((pcf8574_ks_ps2.psfan_ok)? NOK:OK), 0); 1998 ((pcf8574_ks_fant1.fan_ok)? OK [all...] |
/illumos-gate/usr/src/cmd/login/ |
H A D | login.c | 180 #define OK 0 macro 534 if (process_chroot_logins() != OK) 2149 return (OK);
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | sis900.h | 206 OK = 0x08000000, enumerator in enum:sis900_buffer_status
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 89 MTIME, NAME, NCPIO, NEWER, NOGRP, NOT, NOUSER, OK, OR, PATH, PERM, enumerator in enum:Command 147 "-ok", OK, Exec, 604 case OK: 971 case OK: 1932 * is NULL if everything is OK, otherwise it is -1.
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | curses.h | 61 #define OK 0 macro 824 #define wgetbkgrnd(w, b) (*(b) = (w)->_bg, OK) 1022 #define winstr(w, s) (winnstr(w, s, -1), OK) 1038 #define winwstr(w, wcs) (winnwstr(w, wcs, -1), OK) 1076 #define nodelay(w, bf) (wtimeout(w, (bf) ? 0: -1), OK)
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | curses.h | 65 #define OK 0 macro 891 #define wgetbkgrnd(w,b) (*(b) = (w)->_bg, OK) 1063 #define nodelay(w, bf) (wtimeout(w, (bf)?0:-1), OK)
|
/illumos-gate/usr/src/uts/common/io/arn/ |
H A D | arn_core.h | 912 OK, /* no change needed */ enumerator in enum:arn_softc::__anon4858
|