/titanic_41/usr/src/cmd/sgs/include/ |
H A D | alist.h | 197 #define ALIST_TRAVERSE_BY_OFFSET(LIST, OFF, DATA) \ argument 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))))
|
/titanic_41/usr/src/uts/common/zmod/ |
H A D | inffast.c | 27 # define OFF 0 macro 30 # define OFF 1 macro 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;
|
/titanic_41/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/ |
H A D | montecarlo.c | 194 #define OFF "off" macro 1429 & 0xff), SCB_OK_BIT) ? ON:OFF); in display_mc_prtdiag_info() 1432 & 0xff), SCB_OK_BIT) ? ON:OFF; in display_mc_prtdiag_info() 1440 & 0xff), 0) ? ON:OFF); in display_mc_prtdiag_info() 1443 & 0xff), 0) ? ON:OFF; in display_mc_prtdiag_info() 1555 & 0xff), i) ? ON:OFF); in display_mc_prtdiag_info() 1558 & 0xff), i) ? ON:OFF; in display_mc_prtdiag_info() 1571 & 0xff), 0) ? ON:OFF); in display_mc_prtdiag_info() 1575 & 0xff), 0) ? ON:OFF; in display_mc_prtdiag_info() 1583 & 0xff), 1) ? ON:OFF); in display_mc_prtdiag_info() [all …]
|
/titanic_41/usr/src/cmd/lp/filter/postscript/common/ |
H A D | glob.c | 43 int debug = OFF; /* debug flag */ 44 int ignore = OFF; /* what we do with FATAL errors */
|
H A D | misc.c | 81 if ( kind == FATAL && ignore == OFF ) { in error() 168 return(OFF);
|
H A D | gen.h | 43 #define OFF 0 macro
|
/titanic_41/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_handle.c | 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;
|
/titanic_41/usr/src/uts/common/io/skd/ |
H A D | skd.h | 147 #define SKD_WRITEL(DEV, VAL, OFF) skd_reg_write32(DEV, VAL, OFF) argument 148 #define SKD_READL(DEV, OFF) skd_reg_read32(DEV, OFF) argument 149 #define SKD_WRITEQ(DEV, VAL, OFF) skd_reg_write64(DEV, VAL, OFF) argument
|
/titanic_41/usr/src/uts/common/sys/fs/ |
H A D | hsfs_node.h | 313 #define hs_blksize(HSFS, HSP, OFF) /* file system block size */ \ argument 315 ((OFF) >= \ 320 #define hs_blkoff(OFF) /* offset within block */ \ argument 321 ((OFF) & (HS_SECSIZE - 1))
|
H A D | pc_fs.h | 520 #define pc_blksize(PCFS, PCP, OFF) /* file system block size */ \ argument 522 ((OFF) >= \ 530 #define pc_blkoff(PCFS, OFF) /* offset within block */ \ argument 531 ((int)((OFF) & ((PCFS)->pcfs_clsize - 1))) 533 #define pc_lblkno(PCFS, OFF) /* logical block (cluster) no */ \ argument 534 ((daddr_t)((OFF) / (PCFS)->pcfs_clsize))
|
H A D | pc_node.h | 83 #define pc_makenodeid(BN, OFF, ATTR, SCLUSTER, ENTPS) \ argument 86 ((BN) * (ENTPS)) + ((OFF) / sizeof (struct pcdir)))
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.c | 107 # define OFF 0 macro 119 int debug = OFF; /* debug flag */ 120 int ignore = OFF; /* what's done for FATAL errors */ 208 if ( kind == FATAL && ignore == OFF ) { in error()
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getauditflags.c | 38 #define OFF -1 macro 446 succ_event = OFF; in getauditflagsbin() 447 fail_event = OFF; in getauditflagsbin() 478 else if (succ_event == OFF) in getauditflagsbin() 482 else if (fail_event == OFF) in getauditflagsbin()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_mbuf_util.c | 316 int OFF, int LEN) in MBC_SHADOW_CHAIN() argument 318 if (((OFF) + (LEN)) > (MBC)->max_bytes) in MBC_SHADOW_CHAIN() 322 (SUBMBC)->chain_offset = (OFF); in MBC_SHADOW_CHAIN() 323 (SUBMBC)->max_bytes = (OFF) + (LEN); in MBC_SHADOW_CHAIN()
|
/titanic_41/usr/src/lib/libbc/libc/stdio/common/ |
H A D | scanf.c | 41 #define OFF 0 macro 215 return(OFF); in format_arg() 232 return (OFF); in format_arg()
|
/titanic_41/usr/src/cmd/tnf/prex/ |
H A D | prexlex.l | 90 off { yylval.intval = OFF; return (OFF); }
|
H A D | prexgram.y | 46 %token OFF 308 | PFILTER OFF NL 320 | KTRACE OFF NL
|
/titanic_41/usr/src/cmd/tnf/tnfdump/ |
H A D | main.c | 51 #define OFF(p) (p - g_file_base) macro 217 (void) printf("0x%-8x: {\n", OFF(tnf_get_raw(datum))); in describe_record() 368 OFF(tnf_get_raw(datum))); /* common */ in describe_brief()
|
/titanic_41/usr/src/uts/sun4u/montecarlo/sys/ |
H A D | scsb_led.h | 64 OFF = 0, enumerator
|
H A D | scsbioctl.h | 118 OFF = 0, enumerator
|
/titanic_41/usr/src/lib/libbc/inc/include/ |
H A D | locale.h | 55 #define OFF 0 macro
|
/titanic_41/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | postio.c | 154 static int debug = OFF; /* debug flag */ 155 static int ignore = OFF; /* what's done for FATAL errors */ 1143 if (kind != NON_FATAL && ignore == OFF) in error()
|
/titanic_41/usr/src/cmd/sgs/libconv/common/ |
H A D | data.msg | 33 @ MSG_DATA_OFF "OFF"
|
/titanic_41/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | pictures.c | 142 if ( picflag == OFF ) /* skip it */ in picture()
|
/titanic_41/usr/src/lib/libsqlite/test/ |
H A D | pragma.test | 59 PRAGMA synchronous=OFF; 96 PRAGMA default_synchronous=OFF;
|