Searched refs:FMD_B_TRUE (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_xprt.c | 1501 ((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 D | fmd_scheme.c | 286 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 D | fmd_api.h | 64 #define FMD_B_TRUE 1 /* true value for booleans as int */ macro
|
H A D | fmd_serd.c | 225 return (FMD_B_TRUE); in fmd_serd_eng_record()
|
H A D | fmd_ustat.c | 306 fmd_ustat_delete_locked(usp, n, sp, FMD_B_TRUE); in fmd_ustat_delete()
|
H A D | fmd_asru.c | 546 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 D | fmd_api.c | 1187 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 D | ip.c | 607 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 D | disk_transport.c | 173 "ignore-ssm-wearout") == FMD_B_TRUE) in dt_analyze_disk()
|
/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/ |
H A D | syslog.c | 360 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 D | zfs_retire.c | 503 FMD_B_TRUE) { in zfs_retire_recv()
|