| /onnv/onnv-gate/usr/src/lib/libcurses/screen/ |
| gettmode.c | 44 #define OK 0 49 return (OK);
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/ui/ |
| ButtonPanelListener.java | 31 public final static int OK = 0;
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/client/ |
| DialogActions.java | 35 public static final String OK = "ok";
|
| /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/sys/ |
| 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,
|
| scsbioctl.h | 111 OK = 1,
|
| /onnv/onnv-gate/usr/src/cmd/print/printmgr/com/sun/admin/pm/client/ |
| Constants.java | 44 int OK = 1;
|
| pmButtonScreen.java | 48 final static int OK = 1; 76 pmUtility.getResource("OK")); 78 pmUtility.getIntResource("OK.mnemonic")); 100 okButton.addActionListener(new ButtonListener(OK)); 134 case OK:
|
| pmLoad.java | 43 final static int OK = 1; 152 pmUtility.getResource("OK")); 154 pmUtility.getIntResource("OK.mnemonic")); 171 okButton.addActionListener(new ButtonListener(OK)); 203 case OK: 271 // default button is always OK, for now...
|
| pmAccess.java | 69 final static int OK = 1; 91 * // default button is always OK, for now...
|
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| getauditflags.c | 40 #define OK 0 76 * returns: 0 - entry read ok 149 * returns: 0 - ok 213 fail_event = OK; 216 fail_event = OK; 221 succ_event = OK; 224 succ_event = OK;
|
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/dbutil/ |
| kadm5_create.c | 67 #define OK 0 255 * OK on success 376 return OK;
|
| /onnv/onnv-gate/usr/src/cmd/sgs/m4/common/ |
| m4.h | 47 #define OK 0
|
| /onnv/onnv-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
| ServiceLocationException.java | 53 static final short OK = 0; 206 private short errorCode = OK; 226 return ((code >= OK) && (code <= REQUEST_NOT_SUPPORTED));
|
| /onnv/onnv-gate/usr/src/cmd/ntfsprogs/ |
| ntfsfix.c | 85 static const char *OK = "OK\n"; 266 ntfs_log_info(OK); 283 ntfs_log_info(OK); 322 ntfs_log_info(OK); 334 ntfs_log_info(OK); 399 /* $MFT is corrupt but $MFTMirr is ok, use $MFTMirr. */ 420 ntfs_log_info(OK); 424 ntfs_log_info(OK); 502 ntfs_log_info(OK); [all...] |
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| getauditflags.c | 37 #define OK 0 79 * returns: 0 - entry read ok 390 * returns: 0 - ok 451 fail_event = OK; 454 fail_event = OK; 459 succ_event = OK; 462 succ_event = OK;
|
| /onnv/onnv-gate/usr/src/cmd/acct/ |
| acctdef.h | 73 #define OK 0
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
| slp.h | 116 #define OK 0x0000
|
| /onnv/onnv-gate/usr/src/lib/libntfs/common/libntfs/ |
| volume.c | 448 const char *OK = "OK\n"; 504 ntfs_log_debug(OK); 607 ntfs_log_debug(OK); 616 ntfs_log_debug(OK); 890 const char *OK = "OK\n"; 997 ntfs_log_debug(OK); 1019 ntfs_log_debug(OK); 1069 ntfs_log_debug(OK); [all...] |
| /onnv/onnv-gate/usr/src/ucbhead/ |
| curses.h | 40 #define OK (1)
|
| /onnv/onnv-gate/usr/src/psm/stand/boot/common/ |
| readfile.c | 89 #define OK ((func_t)0) 181 * (Thus, you don't want to use this cases where short reads are ok) 274 * OK, we know the executable is for an AMD64 297 OK); 1124 dprintf("Opened %s OK\n", rtld); [all...] |
| /onnv/onnv-gate/usr/src/cmd/sgs/yacc/common/ |
| y1.c | 860 #define OK 1 883 pempty[*prdptr[i]-NTBASE] = OK; 888 /* now, look at the nonterminals, to see if they are all OK */ 897 if (pempty[i] != OK) {
|
| /onnv/onnv-gate/usr/src/cmd/xargs/ |
| xargs.c | 91 static int OK = TRUE; 315 if (OK == FALSE) { 343 while ((OK == TRUE) && (mac-- > 0)) { 369 while (OK && MORE) { 380 while (((*ARGV++ = getarg()) != NULL) && OK) { 426 OK = FALSE; 440 OK = TRUE; 456 if (OK) { 512 oklen = OK = FALSE; 728 OK = FALSE [all...] |
| /onnv/onnv-gate/usr/src/lib/libresolv2/common/isc/ |
| eventlib_p.h | 48 #define OK(x) if ((x) < 0) EV_ERR(errno); else (void)NULL
|
| /onnv/onnv-gate/usr/src/cmd/find/ |
| find.c | 83 NAME, F_USER, F_GROUP, INUM, SIZE, LINKS, PERM, EXEC, OK, CPIO, NCPIO, 128 "-ok", OK, Exec, 166 /* if no -print, -exec or -ok replace "expression" with "(expression) -print" */ 190 static int ok(); 221 static int action_expression = 0; /* -print, -exec, or -ok */ 549 case OK: 881 case OK: 882 val = ok(name, np->first.ap); 1011 * code for the -ok optio 1015 ok(name, argv) function [all...] |
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
| montecarlo.c | 194 #define OK "ok" 195 #define NOK "Not ok" 356 int exit_code = 0; /* init to all OK */ 1062 * This will return -1 for status unknown, 0 for OK, and 1 for failed (scsi [all...] |