Searched refs:d_cases (Results 1 – 8 of 8) sorted by relevance
/illumos-gate/usr/src/cmd/fm/fmd/common/ |
H A D | fmd_case.c | 262 fmd_case_hash_t *chp = fmd.d_cases; in fmd_case_mkcode() 942 chp = fmd.d_cases; in fmd_case_convict() 969 fmd_case_code_hash_insert(fmd.d_cases, cip); in fmd_case_convict() 1286 } while ((eip = fmd_case_hash_insert(fmd.d_cases, cip)) != cip); in fmd_case_create() 1294 if (fmd_case_hash_insert(fmd.d_cases, cip) != cip) { in fmd_case_create() 1368 if ((eip = fmd_case_hash_insert(fmd.d_cases, cip)) != cip) { in fmd_case_recreate() 1391 fmd_case_code_hash_insert(fmd.d_cases, in fmd_case_recreate() 1447 fmd_case_code_hash_delete(fmd.d_cases, cip); in fmd_case_recreate() 1463 fmd_case_code_hash_insert(fmd.d_cases, cip); in fmd_case_recreate() 1487 fmd_case_hash_delete(fmd.d_cases, cip); in fmd_case_destroy() [all …]
|
H A D | fmd.h | 132 struct fmd_case_hash *d_cases; /* hash of active cases */ member
|
H A D | fmd_xprt.c | 576 fmd_case_hash_apply(fmd.d_cases, fmd_xprt_send_case, xip); in fmd_xprt_event_run() 657 (cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) != NULL) { in fmd_xprt_event_uuclose() 680 (cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) != NULL) { in fmd_xprt_event_uuresolved() 703 (cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) != NULL) { in fmd_xprt_event_updated() 857 fmd_case_hash_apply(fmd.d_cases, fmd_xprt_send_case_ro, mp); in fmd_xprt_create() 1673 (cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) != NULL) { in fmd_xprt_recv() 1700 (cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) != NULL) { in fmd_xprt_recv() 1719 (cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) != NULL) { in fmd_xprt_recv()
|
H A D | fmd_rpc_adm.c | 796 else if ((cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) == NULL) in fmd_adm_caserepair_1_svc() 818 else if ((cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) == NULL) in fmd_adm_caseacquit_1_svc() 900 fmd_case_hash_apply(fmd.d_cases, fmd_adm_caselist_case, rvp); in fmd_adm_caselist_1_svc() 920 if ((cp = fmd_case_hash_lookup(fmd.d_cases, uuid)) == NULL) { in fmd_adm_caseinfo_1_svc()
|
H A D | fmd.c | 656 if (dp->d_cases != NULL) in fmd_destroy() 657 fmd_case_hash_destroy(dp->d_cases); in fmd_destroy() 870 dp->d_cases = fmd_case_hash_create(); in fmd_run()
|
H A D | fmd_api.c | 1088 if ((cp = fmd_case_hash_lookup(fmd.d_cases, uuidstr)) == NULL) { in fmd_case_open_uuid() 1155 fmd_case_t *cp = fmd_case_hash_lookup(fmd.d_cases, uuid); in fmd_case_uulookup() 1171 fmd_case_t *cp = fmd_case_hash_lookup(fmd.d_cases, uuid); in fmd_case_uuclose() 1185 fmd_case_t *cp = fmd_case_hash_lookup(fmd.d_cases, uuid); in fmd_case_uuclosed() 1202 fmd_case_t *cp = fmd_case_hash_lookup(fmd.d_cases, uuid); in fmd_case_uuresolved() 1224 fmd_case_t *cp = fmd_case_hash_lookup(fmd.d_cases, uuid); in fmd_case_uuisresolved()
|
H A D | fmd_asru.c | 806 fmd_case_hash_apply(fmd.d_cases, fmd_case_discard_resolved, in fmd_asru_clear_aged_rsrcs()
|
H A D | fmd_mdb.c | 810 mdb_vread(&ch, sizeof (ch), (uintptr_t)F.d_cases) != sizeof (ch)) { in case_walk_init()
|