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

  /netvirt/usr/src/cmd/cmd-inet/sbin/dhcpagent/
common.h 47 #define B_FALSE _B_FALSE
  /netvirt/usr/src/uts/common/fs/zfs/
dmu_objset.c 610 zil_destroy(dmu_objset_zil(os), B_FALSE);
742 sn.checkperms = B_FALSE;
944 return (B_FALSE);
  /netvirt/usr/src/cmd/filebench/common/
auto_comp.c 50 typedef enum { B_FALSE, B_TRUE } boolean_t;
960 if (!compare_string(acstr, str, B_FALSE, NULL)) {
  /netvirt/usr/src/ucbhead/sys/
types.h 104 typedef enum boolean { B_FALSE, B_TRUE } boolean_t;
  /netvirt/usr/src/uts/common/inet/ip/
keysock.c 230 esp_present = B_FALSE;
414 return (B_FALSE);
574 if (secpolicy_ip_config(credp, B_FALSE) != 0) {
924 &keysock_opt_obj, B_FALSE);
928 &keysock_opt_obj, B_FALSE);
1006 keysock_passup(mp, samsg, ks->keysock_serial, NULL, B_FALSE, keystack);
1109 return (B_FALSE);
1115 return (B_FALSE);
1121 return (B_FALSE);
1127 return (B_FALSE);
    [all...]
ip_multi.c 330 fbld.fbld_in_overflow = B_FALSE;
576 return (ilm_update_add(ilm, ilgstat, ilg_flist, B_FALSE));
859 return (ilm_update_del(ilm, B_FALSE));
    [all...]
ip_ndp.c 159 boolean_t dropped = B_FALSE;
241 nce->nce_trace_disable = B_FALSE;
272 dropped = nce_xmit(ill, ND_NEIGHBOR_SOLICIT, NULL, B_FALSE,
627 return (B_FALSE);
637 B_FALSE, &ipv6_all_zeros, &nce->nce_addr, NDP_PROBE);
647 started = B_FALSE;
785 boolean_t ll_updated = B_FALSE;
996 ndp->ndp_g_walker_cleanup = B_FALSE;
    [all...]
ip6.c 295 if (!tsol_can_accept_raw(mp, B_FALSE)) {
488 first_mp = ipsec_in_alloc(B_FALSE, ipst->ips_netstack);
497 ii->ipsec_in_secure = B_FALSE;
952 first_mp = ipsec_in_alloc(B_FALSE, ipst->ips_netstack);
962 ii->ipsec_in_secure = B_FALSE;
1122 boolean_t redirect_to_router = B_FALSE;
    [all...]
ip.c 508 * ip_policy is set to B_FALSE for all the routines called in these two
    [all...]
  /netvirt/usr/src/uts/common/os/
streamio.c 216 if ((error = qattach(qp, devp, 0, crp, fp, B_FALSE)) != 0)
414 SQ_CI|SQ_CO, B_FALSE);
435 setq(qp, &strdata, &stwdata, NULL, QMTSAFE, SQ_CI|SQ_CO, B_FALSE);
443 if ((error = qattach(qp, devp, flag, crp, NULL, B_FALSE)) != 0) {
699 qdetach(_RD(rmq), 1, flag, crp, B_FALSE);
    [all...]
  /netvirt/usr/src/uts/common/sys/
types.h 193 typedef enum { B_FALSE, B_TRUE } boolean_t;
  /netvirt/usr/src/lib/libsip/common/
sip.h 236 #define B_FALSE 0
  /netvirt/usr/src/uts/common/inet/udp/
udp.c 377 boolean_t restart = B_FALSE;
391 next_priv_port, IPPROTO_UDP, B_FALSE)) != 0) {
674 bind_to_req_port_only = B_FALSE;
696 boolean_t priv = B_FALSE;
807 boolean_t found_exclbind = B_FALSE;
951 B_FALSE);
1041 connp->conn_anon_port = B_FALSE;
    [all...]
  /netvirt/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...]

Completed in 960 milliseconds