Home
last modified time | relevance | path

Searched refs:OFF (Results 1 – 25 of 51) sorted by relevance

123

/titanic_44/usr/src/cmd/sgs/include/
H A Dalist.h197 #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_44/usr/src/uts/common/zmod/
H A Dinffast.c27 # 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_44/usr/src/lib/libprtdiag_psr/sparc/montecarlo/common/
H A Dmontecarlo.c194 #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_44/usr/src/cmd/lp/filter/postscript/common/
H A Dglob.c43 int debug = OFF; /* debug flag */
44 int ignore = OFF; /* what we do with FATAL errors */
H A Dmisc.c81 if ( kind == FATAL && ignore == OFF ) { in error()
168 return(OFF);
H A Dgen.h43 #define OFF 0 macro
/titanic_44/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/
H A Dldap_handle.c64 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_44/usr/src/uts/common/io/skd/
H A Dskd.h147 #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_44/usr/src/uts/common/sys/fs/
H A Dhsfs_node.h313 #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 Dpc_fs.h520 #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 Dpc_node.h83 #define pc_makenodeid(BN, OFF, ATTR, SCLUSTER, ENTPS) \ argument
86 ((BN) * (ENTPS)) + ((OFF) / sizeof (struct pcdir)))
/titanic_44/usr/src/cmd/lp/filter/postscript/postcomm/
H A Dpostcomm.c107 # 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_44/usr/src/lib/libbc/libc/gen/common/
H A Dgetauditflags.c38 #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_44/usr/src/uts/common/fs/smbsrv/
H A Dsmb_mbuf_util.c316 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_44/usr/src/lib/libbc/libc/stdio/common/
H A Dscanf.c41 #define OFF 0 macro
215 return(OFF); in format_arg()
232 return (OFF); in format_arg()
/titanic_44/usr/src/cmd/tnf/prex/
H A Dprexlex.l90 off { yylval.intval = OFF; return (OFF); }
H A Dprexgram.y46 %token OFF
308 | PFILTER OFF NL
320 | KTRACE OFF NL
/titanic_44/usr/src/cmd/tnf/tnfdump/
H A Dmain.c51 #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_44/usr/src/uts/sun4u/montecarlo/sys/
H A Dscsb_led.h64 OFF = 0, enumerator
H A Dscsbioctl.h118 OFF = 0, enumerator
/titanic_44/usr/src/lib/libbc/inc/include/
H A Dlocale.h55 #define OFF 0 macro
/titanic_44/usr/src/cmd/lp/filter/postscript/postio/
H A Dpostio.c154 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_44/usr/src/cmd/sgs/libconv/common/
H A Ddata.msg33 @ MSG_DATA_OFF "OFF"
/titanic_44/usr/src/cmd/lp/filter/postscript/dpost/
H A Dpictures.c142 if ( picflag == OFF ) /* skip it */ in picture()
/titanic_44/usr/src/lib/libsqlite/test/
H A Dpragma.test59 PRAGMA synchronous=OFF;
96 PRAGMA default_synchronous=OFF;

123