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

  /netvirt/usr/src/cmd/cmd-inet/sbin/dhcpagent/
common.h 46 #define B_TRUE _B_TRUE
  /netvirt/usr/src/cmd/zoneadm/
zfs.c 149 return (B_TRUE);
171 zperror(cmd_to_str(CMD_CLONE), B_TRUE);
177 zperror(cmd_to_str(CMD_CLONE), B_TRUE);
182 if ((err = zonecfg_get_detach_info(handle, B_TRUE)) != Z_OK) {
185 "failed"), B_TRUE);
193 B_TRUE);
215 zperror(cmd_to_str(CMD_CLONE), B_TRUE);
221 zperror(cmd_to_str(CMD_CLONE), B_TRUE);
322 zperror(cmd_to_str(CMD_CLONE), B_TRUE);
328 zperror(cmd_to_str(CMD_CLONE), B_TRUE);
    [all...]
zoneadm.c 107 static boolean_t is_native_zone = B_TRUE;
329 * Called with explicit B_TRUE when help is explicitly requested, B_FALSE for
424 static boolean_t firsttime = B_TRUE;
764 * Check a bit in a mode_t: if on is B_TRUE, that bit should be on; if
765 * B_FALSE, it should be off. Return B_TRUE if the mode is bad (incorrect).
830 return (B_TRUE);
980 zperror(path, B_TRUE);
1006 err = B_TRUE;
1008 err |= bad_mode_bit(stbuf.st_mode, S_IRUSR, B_TRUE, rpath);
1009 err |= bad_mode_bit(stbuf.st_mode, S_IWUSR, B_TRUE, rpath)
    [all...]
  /netvirt/usr/src/cmd/filebench/common/
auto_comp.c 50 typedef enum { B_FALSE, B_TRUE } boolean_t;
894 * str is a normal string. If issub is B_TRUE, the function checks if
914 if (*q == '\0' || issub == B_TRUE) {
974 if (!compare_string(acstr, str, B_TRUE, &restp)) {
  /netvirt/usr/src/ucbhead/sys/
types.h 104 typedef enum boolean { B_FALSE, B_TRUE } boolean_t;
  /netvirt/usr/src/uts/common/inet/ip/
ip_multi.c 145 (first_mp), (func), (type), B_TRUE); \
154 (first_mp), (func), (type), B_TRUE); \
162 ipsq_exit(ipsq, B_TRUE, B_TRUE);
671 return (ilm_update_add(ilm, ilgstat, ilg_flist, B_TRUE));
953 return (ilm_update_del(ilm, B_TRUE));
1127 ill->ill_join_allmulti = B_TRUE;
    [all...]
sadb.c 260 ip_drop_packet(sadb_clear_lpkt(ipsa), B_TRUE, NULL, NULL,
608 sp->sdb_hashsize, B_TRUE);
662 * Returns B_TRUE if the corresponding SA must be passed to
721 return (B_TRUE);
788 need_key = B_TRUE;
975 sadb_ill_df(ill, protomp, sp->sdb_if, sp->sdb_hashsize, B_TRUE);
982 * an SADB_FLUSH message), or destroying everything (forever == B_TRUE,
1032 sadb_destroyer(&sp->sdb_of, sp->sdb_hashsize, B_TRUE);
1033 sadb_destroyer(&sp->sdb_if, sp->sdb_hashsize, B_TRUE);
1036 sadb_destroy_acqlist(&sp->sdb_acq, sp->sdb_hashsize, B_TRUE, ns)
    [all...]
ip6.c 424 * to B_TRUE which is handled both by ip_wput_v6 and
    [all...]
  /netvirt/usr/src/uts/common/sys/
types.h 193 typedef enum { B_FALSE, B_TRUE } boolean_t;
  /netvirt/usr/src/uts/sun4v/io/
vsw_ldc.c 330 if (vswp->switching_setup_done == B_TRUE) {
    [all...]
  /netvirt/usr/src/cmd/svc/startd/
graph.c 708 console_login_ready = B_TRUE;
1177 any_unsatisfied = B_TRUE;
1213 satisfiable = B_TRUE;
    [all...]
  /netvirt/usr/src/lib/libsip/common/
sip.h 237 #define B_TRUE 1
  /netvirt/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...]

Completed in 680 milliseconds