Home
last modified time | relevance | path

Searched refs:FMD_B_TRUE (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_xprt.c1501 ((logonly == FMD_B_TRUE) ? "logging" : "posting"), class); in fmd_xprt_recv()
1504 sizeof (FM_EREPORT_CLASS)) == 0) ? FMD_B_TRUE : FMD_B_FALSE; in fmd_xprt_recv()
1507 sizeof (FM_IREPORT_CLASS)) == 0) ? FMD_B_TRUE : FMD_B_FALSE; in fmd_xprt_recv()
1510 sizeof (SYSEVENT_RSRC_CLASS) - 1)) == 0 ? FMD_B_TRUE : FMD_B_FALSE; in fmd_xprt_recv()
1526 if (logonly == FMD_B_TRUE && isereport == FMD_B_FALSE) { in fmd_xprt_recv()
1575 FMD_B_FALSE : FMD_B_TRUE; in fmd_xprt_recv()
1623 if (isereport == FMD_B_TRUE || isireport == FMD_B_TRUE || in fmd_xprt_recv()
1628 if (isereport == FMD_B_TRUE) { in fmd_xprt_recv()
1735 if (logonly == FMD_B_TRUE || (xip->xi_flags & FMD_XPRT_EXTERNAL)) { in fmd_xprt_recv()
1744 } else if (isproto == FMD_B_TRUE) in fmd_xprt_recv()
H A Dfmd_scheme.c286 sp->sch_loaded = FMD_B_TRUE; in fmd_scheme_hash_create()
429 sp->sch_loaded = FMD_B_TRUE; /* set regardless of success */ in fmd_scheme_hash_lookup()
H A Dfmd_api.h64 #define FMD_B_TRUE 1 /* true value for booleans as int */ macro
H A Dfmd_serd.c225 return (FMD_B_TRUE); in fmd_serd_eng_record()
H A Dfmd_ustat.c306 fmd_ustat_delete_locked(usp, n, sp, FMD_B_TRUE); in fmd_ustat_delete()
H A Dfmd_asru.c546 replaced = FMD_B_TRUE; in fmd_asru_hash_recreate()
556 unusable = FMD_B_TRUE; in fmd_asru_hash_recreate()
568 unusable = FMD_B_TRUE; in fmd_asru_hash_recreate()
H A Dfmd_api.c1187 int rv = FMD_B_TRUE; in fmd_case_uuclosed()
1499 if (fmd_strbadid(name, FMD_B_TRUE) != NULL || size == 0) { in fmd_buf_create()
1576 if (fmd_strbadid(name, FMD_B_TRUE) != NULL || size == 0) { in fmd_buf_write()
2529 fmd_xprt_recv(xp, nvl, hrt, FMD_B_TRUE); in fmd_xprt_log()
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/
H A Dip.c607 xflags = (ip_rdonly == FMD_B_TRUE) ? FMD_XPRT_RDONLY : FMD_XPRT_RDWR; in ip_xprt_setup()
610 if (ip_external == FMD_B_TRUE) in ip_xprt_setup()
612 if (ip_no_remote_repair == FMD_B_TRUE) in ip_xprt_setup()
614 if (ip_hconly == FMD_B_TRUE) in ip_xprt_setup()
616 if (ip_hc_present_only == FMD_B_TRUE) in ip_xprt_setup()
/illumos-gate/usr/src/cmd/fm/modules/common/disk-transport/
H A Ddisk_transport.c173 "ignore-ssm-wearout") == FMD_B_TRUE) in dt_analyze_disk()
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c360 if (fmd_prop_get_int32(hdl, "gmt") == FMD_B_TRUE && in _fmd_init()
/illumos-gate/usr/src/cmd/fm/modules/common/zfs-retire/
H A Dzfs_retire.c458 FMD_B_TRUE) { in zfs_retire_recv()