/illumos-gate/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))))
|
/illumos-gate/usr/src/tools/smatch/src/smatch_data/db/ |
H A D | build_late_index.sh | 7 PRAGMA synchronous = OFF; 9 PRAGMA journal_mode = OFF; 10 PRAGMA count_changes = OFF;
|
H A D | build_early_index.sh | 7 PRAGMA synchronous = OFF; 9 PRAGMA journal_mode = OFF; 10 PRAGMA count_changes = OFF;
|
/illumos-gate/usr/src/lib/iconv_modules/zh/common/ |
H A D | zh_TW-iso2022-CN-EXT.c | 64 st->ESCstate = OFF; in _icv_open() 123 st->ESCstate = OFF; in iso2022_icv_iconv() 179 } else if ( **inbuf == ESC && st->ESCstate == OFF ) { in iso2022_icv_iconv() 182 } else if ( st->ESCstate != OFF ) { /* Continue processing the in iso2022_icv_iconv() 187 st->ESCstate = OFF; in iso2022_icv_iconv() 212 st->ESCstate = OFF; in iso2022_icv_iconv()
|
/illumos-gate/usr/src/lib/krb5/plugins/kdb/ldap/libkdb_ldap/ |
H A D | ldap_handle.c | 62 server_info->server_status = OFF; 75 server_info->server_status = OFF; 106 if (ldap_server_info->server_status != OFF) { 247 (*ldap_server_handle)->server_info->server_status = OFF;
|
H A D | kdb_ldap.h | 193 typedef enum _server_status {OFF, ON, NOTSET} krb5_ldap_server_status; enumerator
|
H A D | kdb_ldap_conn.c | 257 server_info->server_status = OFF;
|
/illumos-gate/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
|
/illumos-gate/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 | 79 if ( kind == FATAL && ignore == OFF ) { in error() 166 return(OFF);
|
H A D | gen.h | 43 #define OFF 0 macro
|
/illumos-gate/usr/src/uts/common/sys/fs/ |
H A D | hsfs_node.h | 311 #define hs_blksize(HSFS, HSP, OFF) /* file system block size */ \ argument 313 ((OFF) >= \ 318 #define hs_blkoff(OFF) /* offset within block */ \ argument 319 ((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)))
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postcomm/ |
H A D | postcomm.c | 105 # define OFF 0 macro 117 int debug = OFF; /* debug flag */ 118 int ignore = OFF; /* what's done for FATAL errors */ 206 if ( kind == FATAL && ignore == OFF ) { in error()
|
/illumos-gate/usr/src/lib/iconv_modules/inc/ |
H A D | iso2022-cn.h | 74 enum _escstate { OFF, E0, E1, E2, E3, E4 }; enumerator
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/ |
H A D | postio.c | 152 static int debug = OFF; /* debug flag */ 153 static int ignore = OFF; /* what's done for FATAL errors */ 1141 if (kind != NON_FATAL && ignore == OFF) in error()
|
/illumos-gate/usr/src/cmd/sgs/libconv/common/ |
H A D | data.msg | 33 @ MSG_DATA_OFF "OFF"
|
/illumos-gate/usr/src/cmd/lp/filter/postscript/dpost/ |
H A D | pictures.c | 139 if ( picflag == OFF ) /* skip it */ in picture()
|
/illumos-gate/usr/src/lib/libsqlite/test/ |
H A D | pragma.test | 57 PRAGMA synchronous=OFF; 94 PRAGMA default_synchronous=OFF;
|
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.file.c | 32 #define OFF 0 macro 792 setup_tty(OFF); in tenex()
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | lom_io.h | 120 #define OFF 1 macro
|
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/ |
H A D | ratz.c | 2020 #undef OFF /* (ancient) sunos <locale.h> */ 2022 # define OFF 0 macro 2025 # define OFF 1 macro 2096 in = strm->next_in - OFF; 2098 out = strm->next_out - OFF; 2191 from = window - OFF; 2210 from = window - OFF; 2291 strm->next_in = in + OFF; 2292 strm->next_out = out + OFF;
|
/illumos-gate/usr/src/lib/libslp/javalib/com/sun/slp/ |
H A D | Server_en.properties | 211 st_unprot_non_reg = Server security is OFF and the registration is signed 213 st_unprot_non_dereg = Server security is OFF and the deregistration is signed
|
/illumos-gate/usr/src/lib/cfgadm_plugins/shp/common/ |
H A D | shp.c | 256 #define OFF 0 macro 966 else if (strcmp(buf, mode_strs[OFF]) == 0) in cfga_private_func()
|