Searched refs:fmd_list_append (Results 1 – 11 of 11) sorted by relevance
| /illumos-gate/usr/src/cmd/fm/fmd/common/ |
| H A D | fmd_list.c | 48 fmd_list_append(fmd_list_t *lp, void *new) in fmd_list_append() function 109 fmd_list_append(lp, new); in fmd_list_insert_after()
|
| H A D | fmd_thread.c | 49 fmd_list_append(&fmd.d_thr_list, tp); in fmd_thread_xcreate() 103 fmd_list_append(&fmd.d_thr_list, tp); in fmd_thread_create_cmn()
|
| H A D | fmd_list.h | 42 extern void fmd_list_append(fmd_list_t *, void *);
|
| H A D | fmd_timerq.c | 140 fmd_list_append(&tmq->tmq_free, tp); in fmd_timerq_remove() 224 fmd_list_append(&tmq->tmq_free, tp); in fmd_timerq_exec()
|
| H A D | fmd_serd.c | 213 fmd_list_append(&sgp->sg_list, sep); in fmd_serd_eng_record()
|
| H A D | fmd_ustat.c | 46 fmd_list_append(&usp->us_chunks, cp); in fmd_ustat_chunk_init()
|
| H A D | fmd_case.c | 1305 fmd_list_append(&mp->mod_cases, cip); in fmd_case_create() 1467 fmd_list_append(&mp->mod_cases, cip); in fmd_case_recreate() 2237 fmd_list_append(&cip->ci_mod->mod_cases, cip); in fmd_case_delete()
|
| H A D | fmd.c | 514 fmd_list_append(&dp->d_mod_list, dp->d_rmod); in fmd_create()
|
| H A D | fmd_module.c | 213 fmd_list_append(&fmd.d_mod_list, mp); in fmd_module_create()
|
| H A D | fmd_asru.c | 411 fmd_list_append(&ap->asru_list, (fmd_list_t *)alp); in fmd_asru_al_create()
|
| H A D | fmd_xprt.c | 877 fmd_list_append(&mp->mod_transports, xip); in fmd_xprt_create()
|