Searched refs:FMD_B_FALSE (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_self.c | 205 mp->mod_stats->ms_ckpt_save.fmds_value.bool = FMD_B_FALSE; in self_init() 206 mp->mod_stats->ms_ckpt_restore.fmds_value.bool = FMD_B_FALSE; in self_init()
|
H A D | fmd_serd.c | 202 return (FMD_B_FALSE); in fmd_serd_eng_record() 229 return (FMD_B_FALSE); in fmd_serd_eng_record()
|
H A D | fmd_asru.c | 441 boolean_t faulty = FMD_B_FALSE, unusable = FMD_B_FALSE; in fmd_asru_hash_recreate() 443 boolean_t repaired = FMD_B_FALSE, replaced = FMD_B_FALSE; in fmd_asru_hash_recreate() 444 boolean_t acquitted = FMD_B_FALSE, resolved = FMD_B_FALSE; in fmd_asru_hash_recreate() 561 unusable = FMD_B_FALSE; in fmd_asru_hash_recreate() 570 unusable = FMD_B_FALSE; in fmd_asru_hash_recreate()
|
H A D | fmd_xprt.c | 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() 1576 if (isproto == FMD_B_FALSE) in fmd_xprt_recv()
|
H A D | fmd_api.h | 63 #define FMD_B_FALSE 0 /* false value for booleans as int */ macro
|
H A D | fmd_ustat.c | 275 fmd_ustat_delete_locked(usp, i, stats, FMD_B_FALSE); in fmd_ustat_insert()
|
H A D | fmd_ckpt.c | 780 if (mp->mod_stats->ms_ckpt_save.fmds_value.bool == FMD_B_FALSE) { in fmd_ckpt_save() 1157 if (mp->mod_stats->ms_ckpt_restore.fmds_value.bool == FMD_B_FALSE) in fmd_ckpt_restore()
|
H A D | fmd_api.c | 1226 int rv = FMD_B_FALSE; in fmd_case_uuisresolved() 2509 fmd_xprt_recv(xp, nvl, hrt, FMD_B_FALSE); in fmd_xprt_post()
|
/illumos-gate/usr/src/cmd/fm/modules/common/ip-transport/ |
H A D | ip.c | 958 if (fmd_prop_get_int32(hdl, "ip_enable") == FMD_B_FALSE) { in _fmd_init()
|