HomeSort by relevance Sort by last modified time
    Searched defs:True (Results 1 - 12 of 12) sorted by null

  /onnv/onnv-gate/usr/src/cmd/lvm/md_monitord/
md_monitord.h 61 enum boolean { True, False };
  /onnv/onnv-gate/usr/src/cmd/iscsi/iscsitgtd/
t10_osd.c 84 if (tgt_find_value_str(node, XML_ELEMENT_SIZE, &str) == True) {
93 return (True);
165 * | At least this is true for iSCSI. FC however will need a DataIn phase
289 True, (emul_handle_t)data);
  /onnv/onnv-gate/usr/src/lib/librstp/common/
base.h 61 # define True 1
stp_in.h 51 # define True 1
119 #define DEF_ADMIN_EDGE True
  /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmplib/
impl.h 44 #ifndef TRUE
45 #define TRUE 1
51 #ifndef True
52 #define True 1
  /onnv/onnv-gate/usr/src/common/lzma/
Types.h 90 #define True 1
  /onnv/onnv-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
softKeysUtil.c 1151 * If the base key has its CKA_ALWAYS_SENSITIVE set to TRUE,
1171 * If the base key has its CKA_NEVER_EXTRACTABLE set to TRUE,
1286 CK_BBOOL True = TRUE;
1304 keytemplate[2].pValue = &True;
1305 keytemplate[2].ulValueLen = sizeof (True);
    [all...]
  /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/x2p/
a2p.h 361 /* A string is TRUE if not "" or "0". */
362 #define True(val) (tmps = (val), (*tmps && !(*tmps == '0' && !tmps[1])))
366 #define str_true(str) (Str = (str), (Str->str_pok ? True(Str->str_ptr) : (Str->str_nok ? (Str->str_nval != 0.0) : 0 )))
407 EXT int expectterm INIT(TRUE);
432 EXT bool in_begin INIT(TRUE);
  /onnv/onnv-gate/usr/src/lib/libiscsitgt/common/
iscsitgt_impl.h 49 * MacOS X typedefs boolean_t to be an int with #defines for TRUE & FALSE
55 True = 1
151 #define XML_VALUE_TRUE "true"
  /onnv/onnv-gate/usr/src/lib/fm/topo/libtopo/common/
topo_parse.h 186 #define True "true"
  /onnv/onnv-gate/usr/src/common/bzip2/
bzlib_private.h 53 #define True ((Bool)1)
451 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
458 if (c_tPos >= (UInt32)100000 * (UInt32)ro_blockSize100k) return True; \
482 if (s->tPos >= (UInt32)100000 * (UInt32)s->blockSize100k) return True; \
  /onnv/onnv-gate/usr/src/cmd/fs.d/ufs/fsdb/
fsdb.c     [all...]

Completed in 660 milliseconds