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

/illumos-gate/usr/src/lib/libcurses/screen/
H A Dgettmode.c44 #define OK 0 macro
49 return (OK);
/illumos-gate/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb_led.h30 * 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 Dscsbioctl.h111 OK = 1, enumerator in enum:__anon9863
/illumos-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/
H A DConstants.java44 int OK = 1; field in interface:Constants
H A DpmButtonScreen.java48 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 DpmAccess.java67 final static int OK = 1; field in class:pmAccess
89 * // default button is always OK, for now...
H A DpmLoad.java41 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 DServiceLocationException.java53 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 Dkadm5_create.c67 #define OK 0 macro
255 * OK on success
376 return OK;
/illumos-gate/usr/src/cmd/sgs/m4/common/
H A Dm4.h51 #define OK 0 macro
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetauditflags.c37 #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 Dslp.h116 #define OK 0x0000 macro
/illumos-gate/usr/src/cmd/acct/
H A Dacctdef.h73 #define OK 0 macro
/illumos-gate/usr/src/ucbhead/
H A Dcurses.h40 #define OK (1) macro
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dreadfile.c89 #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 Deventlib_p.h48 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL macro
/illumos-gate/usr/src/cmd/xargs/
H A Dxargs.c122 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 Dy1.c860 #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 Dmontecarlo.c191 #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 Dlogin.c180 #define OK 0 macro
534 if (process_chroot_logins() != OK)
2149 return (OK);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dsis900.h206 OK = 0x08000000, enumerator in enum:sis900_buffer_status
/illumos-gate/usr/src/cmd/find/
H A Dfind.c89 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 Dcurses.h61 #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 Dcurses.h65 #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 Darn_core.h912 OK, /* no change needed */ enumerator in enum:arn_softc::__anon4858

Completed in 138 milliseconds