| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/common/ |
| glob.c | 43 int debug = OFF; /* debug flag */ 44 int ignore = OFF; /* what we do with FATAL errors */
|
| gen.h | 43 #define OFF 0
|
| misc.c | 81 if ( kind == FATAL && ignore == OFF ) { 168 return(OFF);
|
| /onnv/onnv-gate/usr/src/cmd/fmli/inc/ |
| obj.h | 34 #define OFF 0
|
| /onnv/onnv-gate/usr/src/uts/sun4u/montecarlo/sys/ |
| scsb_led.h | 64 OFF = 0,
|
| scsbioctl.h | 118 OFF = 0,
|
| /onnv/onnv-gate/usr/src/cmd/sgs/include/ |
| alist.h | 185 * OFF - The current item offset 197 #define ALIST_TRAVERSE_BY_OFFSET(LIST, OFF, DATA) \ 198 (((LIST) != NULL) && ((OFF) = ALIST_OFF_DATA) && \ 199 (((DATA) = (void *)((char *)(LIST) + (OFF))))); \ 201 (((LIST) != NULL) && ((OFF) < (LIST)->al_next)); \ 203 (((OFF) += ((LIST)->al_size)), \ 204 ((DATA) = (void *)((char *)(LIST) + (OFF))))
|
| /onnv/onnv-gate/usr/src/uts/common/zmod/ |
| inffast.c | 27 # define OFF 0 30 # define OFF 1 101 in = strm->next_in - OFF; 103 out = strm->next_out - OFF; 196 from = window - OFF; 215 from = window - OFF; 296 strm->next_in = in + OFF; 297 strm->next_out = out + OFF;
|
| /onnv/onnv-gate/usr/src/lib/libbsm/common/ |
| getauditflags.c | 41 #define OFF -1 208 succ_event = OFF; 209 fail_event = OFF; 240 else if (succ_event == OFF) 245 else if (fail_event == OFF)
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postdaisy/ |
| postdaisy.c | 158 int lfiscr = OFF; /* line feed implies carriage return */ 159 int crislf = OFF; /* carriage return implies line feed */ 168 int shadowprint = OFF; /* automatic bold printing if ON */ 378 else lfiscr = OFF; 381 else crislf = OFF; 672 htabstops[i] = ((i % 8) == 0) ? ON : OFF; 675 vtabstops[i] = ((i * ovmi) > BOTTOMMARGIN) ? ON : OFF; 695 htabstops[i] = OFF; 698 vtabstops[i] = OFF; 798 shadowprint = OFF; [all...] |
| /onnv/onnv-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
| ldap_handle.c | 42 * This function sets the server_status to either ON or OFF and 43 * sets the server_info_udpate_pending to OFF. 64 server_info->server_status = OFF; 77 server_info->server_status = OFF; 108 if (ldap_server_info->server_status != OFF) { 249 (*ldap_server_handle)->server_info->server_status = OFF;
|
| /onnv/onnv-gate/usr/src/lib/libbc/inc/include/ |
| locale.h | 55 #define OFF 0
|
| /onnv/onnv-gate/usr/src/uts/common/sys/fs/ |
| pc_node.h | 83 #define pc_makenodeid(BN, OFF, ATTR, SCLUSTER, ENTPS) \ 86 ((BN) * (ENTPS)) + ((OFF) / sizeof (struct pcdir)))
|
| hsfs_node.h | 313 #define hs_blksize(HSFS, HSP, OFF) /* file system block size */ \ 315 ((OFF) >= \ 320 #define hs_blkoff(OFF) /* offset within block */ \ 321 ((OFF) & (HS_SECSIZE - 1))
|
| pc_fs.h | 520 #define pc_blksize(PCFS, PCP, OFF) /* file system block size */ \ 522 ((OFF) >= \ 530 #define pc_blkoff(PCFS, OFF) /* offset within block */ \ 531 ((int)((OFF) & ((PCFS)->pcfs_clsize - 1))) 533 #define pc_lblkno(PCFS, OFF) /* logical block (cluster) no */ \ 534 ((daddr_t)((OFF) / (PCFS)->pcfs_clsize))
|
| /onnv/onnv-gate/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
| montecarlo.c | 197 #define OFF "off" [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postcomm/ |
| postcomm.c | 70 * turned off to ensure reliable transmission of jobs. 107 # define OFF 0 119 int debug = OFF; /* debug flag */ 120 int ignore = OFF; /* what's done for FATAL errors */ 210 if ( kind == FATAL && ignore == OFF ) {
|
| /onnv/onnv-gate/usr/src/cmd/tnf/prex/ |
| prexlex.l | 90 off { yylval.intval = OFF; return (OFF); }
|
| prexgram.y | 46 %token OFF 308 | PFILTER OFF NL 320 | KTRACE OFF NL
|
| /onnv/onnv-gate/usr/src/uts/common/fs/smbsrv/ |
| smb_mbuf_util.c | 316 int OFF, int LEN) 318 if (((OFF) + (LEN)) > (MBC)->max_bytes) 322 (SUBMBC)->chain_offset = (OFF); 323 (SUBMBC)->max_bytes = (OFF) + (LEN);
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/gen/common/ |
| getauditflags.c | 38 #define OFF -1 58 short off; member in struct:list 102 lists[mask_num].off = -1; 146 if (lists[SUCCESS].off == -1) 147 lists[SUCCESS].off = i; 156 if (lists[FAILURE].off == -1) 157 lists[FAILURE].off = i; 161 if (lists[COMMON].off == -1) 162 lists[COMMON].off = i; 185 except[0].exception = lists[i].off; [all...] |
| /onnv/onnv-gate/usr/src/cmd/tnf/tnfdump/ |
| main.c | 51 #define OFF(p) (p - g_file_base) 167 g_file_base = p; /* for OFF() */ 217 (void) printf("0x%-8x: {\n", OFF(tnf_get_raw(datum))); 368 OFF(tnf_get_raw(datum))); /* common */
|
| /onnv/onnv-gate/usr/src/lib/libbc/libc/stdio/common/ |
| scanf.c | 41 #define OFF 0 215 return(OFF); 232 return (OFF);
|
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/postio/ |
| postio.c | 154 static int debug = OFF; /* debug flag */ 155 static int ignore = OFF; /* what's done for FATAL errors */ [all...] |
| /onnv/onnv-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
| pictures.c | 142 if ( picflag == OFF ) /* skip it */
|