| /onnv/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
| common.h | 46 #define B_TRUE _B_TRUE
|
| /onnv/onnv-gate/usr/src/cmd/filebench/common/ |
| filebench.h | 38 typedef enum { B_FALSE, B_TRUE } boolean_t;
|
| /onnv/onnv-gate/usr/src/cmd/zoneadm/ |
| zfs.c | 197 return (B_TRUE); 365 zperror(cmd_to_str(CMD_CLONE), B_TRUE); 371 zperror(cmd_to_str(CMD_CLONE), B_TRUE); 1066 if (zfs_iter_dependents(zhp, B_TRUE, has_dependent, NULL) != 0) { 1079 is_clone = B_TRUE; 1119 if (zfs_iter_dependents(ohp, B_TRUE, has_dependent, 1162 return (B_TRUE); [all...] |
| zoneadm.c | 319 * Called with explicit B_TRUE when help is explicitly requested, B_FALSE for 414 static boolean_t firsttime = B_TRUE; 765 * Check a bit in a mode_t: if on is B_TRUE, that bit should be on; if 766 * B_FALSE, it should be off. Return B_TRUE if the mode is bad (incorrect). 831 return (B_TRUE); 981 zperror(path, B_TRUE); 1007 err = B_TRUE; 1009 err |= bad_mode_bit(stbuf.st_mode, S_IRUSR, B_TRUE, rpath); 1010 err |= bad_mode_bit(stbuf.st_mode, S_IWUSR, B_TRUE, rpath); 1011 err |= bad_mode_bit(stbuf.st_mode, S_IXUSR, B_TRUE, rpath) [all...] |
| /onnv/onnv-gate/usr/src/uts/common/io/mac/ |
| mac_datapath_setup.c | 84 int mac_poll_enable = B_TRUE; 157 boolean_t mac_srs_thread_bind = B_TRUE; 500 need_restart = B_TRUE; 589 boolean_t mac_use_bw_heuristic = B_TRUE; 601 bw_enabled = B_TRUE; 874 worker_assign = B_TRUE; 1057 clear = B_TRUE; [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/io/dls/ |
| dls_mgmt.c | 271 return (B_TRUE); 275 return (B_TRUE); 630 ddp->dd_prop_loaded = B_TRUE; 862 devnet_need_rebuild = B_TRUE; 863 stat_create = B_TRUE; 884 (void) dls_devnet_unset(macname, &linkid, B_TRUE); 951 devnet_need_rebuild = B_TRUE; 1036 return (dls_devnet_hold_common(linkid, ddpp, B_TRUE)); [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/io/pciex/ |
| pcie_fault.c | 228 full_scan = B_TRUE; 273 pcie_full_scan = B_TRUE; 337 scan_flag |= pf_dispatch(dip, impl, B_TRUE); 365 scan_flag |= pf_dispatch(dip, impl, B_TRUE); 385 return (B_TRUE); 407 return (B_TRUE); 421 return (B_TRUE); 429 return (B_TRUE); 502 PCIX_BDG_ECC_REG(pfd_p, 0), bus_p, B_TRUE); 507 bus_p, B_TRUE); [all...] |
| /onnv/onnv-gate/usr/src/uts/sun4v/io/ |
| vsw_ldc.c | 369 if (vswp->switching_setup_done == B_TRUE) { [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 | 292 #define B_TRUE 1
|
| /onnv/onnv-gate/usr/src/cmd/svc/startd/ |
| graph.c | 731 console_login_ready = B_TRUE; [all...] |
| /onnv/onnv-gate/usr/src/lib/libsqlite/tool/ |
| lemon.c | 116 typedef enum {B_FALSE=0, B_TRUE} Boolean; 630 rp->lhs->lambda = B_TRUE; 950 if( ap->type==REDUCE ) ap->x.rp->canReduce = B_TRUE; [all...] |
| /onnv/onnv-gate/usr/src/cmd/zonecfg/ |
| zonecfg.c | 537 static boolean_t global_scope = B_TRUE; 568 return (B_TRUE); 880 need_to_close = B_TRUE; [all...] |