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

  /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
common.h 47 #define B_FALSE _B_FALSE
  /onnv/onnv-gate/usr/src/cmd/filebench/common/
filebench.h 38 typedef enum { B_FALSE, B_TRUE } boolean_t;
  /onnv/onnv-gate/usr/src/uts/common/io/mac/
mac_datapath_setup.c 103 boolean_t mac_tx_serialize = B_FALSE;
494 boolean_t need_restart = B_FALSE;
595 boolean_t bw_enabled = B_FALSE;
867 boolean_t worker_assign = B_FALSE;
1043 boolean_t clear = B_FALSE;
    [all...]
  /onnv/onnv-gate/usr/src/ucbhead/sys/
types.h 101 typedef enum boolean { B_FALSE, B_TRUE } boolean_t;
  /onnv/onnv-gate/usr/src/uts/common/fs/zfs/
dmu_objset.c 407 err = dsl_dataset_own(name, B_FALSE, tag, &ds);
735 zil_destroy(dmu_objset_zil(os), B_FALSE);
848 sn.checkperms = B_FALSE;
1110 do_userquota_callback(os, dn->dn_phys, B_FALSE, tx);
1224 return (B_FALSE);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/inet/ip/
keysock.c 227 esp_present = B_FALSE;
411 return (B_FALSE);
571 if (secpolicy_ip_config(credp, B_FALSE) != 0) {
1019 keysock_passup(mp, samsg, ks->keysock_serial, NULL, B_FALSE, keystack);
1122 return (B_FALSE);
1128 return (B_FALSE);
1134 return (B_FALSE);
1140 return (B_FALSE);
1152 return (B_FALSE);
1164 return (B_FALSE);
    [all...]
ip_ndp.c 249 boolean_t dropped = B_FALSE;
266 trigger_fastpath = B_FALSE;
334 boolean_t need_ill_refrele = B_FALSE;
643 return (B_FALSE);
668 started = B_FALSE;
852 boolean_t ll_updated = B_FALSE;
970 ndp->ndp_g_walker_cleanup = B_FALSE;
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/avs/ns/
contract.h 131 typedef enum { B_FALSE, B_TRUE } boolean_t;
  /onnv/onnv-gate/usr/src/uts/common/os/
streamio.c 215 if ((error = qattach(qp, devp, 0, crp, fp, B_FALSE)) != 0)
415 SQ_CI|SQ_CO, B_FALSE);
436 setq(qp, &strdata, &stwdata, NULL, QMTSAFE, SQ_CI|SQ_CO, B_FALSE);
445 if ((error = qattach(qp, devp, flag, crp, NULL, B_FALSE)) != 0) {
739 qdetach(_RD(rmq), 1, flag, crp, B_FALSE);
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/sys/
types.h 191 typedef enum { B_FALSE, B_TRUE } boolean_t;
193 #define VALID_BOOLEAN(x) (((x) == B_FALSE) || ((x) == B_TRUE))
194 #define VOID2BOOLEAN(x) (((uintptr_t)(x) == 0) ? B_FALSE : B_TRUE)
  /onnv/onnv-gate/usr/src/lib/libsip/common/
sip.h 291 #define B_FALSE 0
  /onnv/onnv-gate/usr/src/lib/libsqlite/tool/
lemon.c 116 typedef enum {B_FALSE=0, B_TRUE} Boolean;
615 lemp->symbols[i]->lambda = B_FALSE;
627 if( rp->rhs[i]->lambda==B_FALSE ) break;
648 if( s1->lambda==B_FALSE ) break;
651 if( s2->lambda==B_FALSE ) break;
946 for(rp=lemp->rule; rp; rp=rp->next) rp->canReduce = B_FALSE;
    [all...]
  /onnv/onnv-gate/usr/src/cmd/zonecfg/
zonecfg.c 506 static boolean_t need_to_commit = B_FALSE;
516 static boolean_t time_to_exit = B_FALSE, force_exit = B_FALSE;
522 static boolean_t ok_to_prompt = B_FALSE;
525 static boolean_t got_handle = B_FALSE;
531 static boolean_t global_zone = B_FALSE;
871 boolean_t need_to_close = B_FALSE;
    [all...]

Completed in 659 milliseconds