Home
last modified time | relevance | path

Searched refs:rsrc_name (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/
H A Dtavor_rsrc.c411 char *rsrc_name; in tavor_rsrc_init_phase1() local
459 mbox_info.mbi_rsrcname = rsrc_name; in tavor_rsrc_init_phase1()
551 char *rsrc_name; in tavor_rsrc_init_phase2() local
1100 hdl_info.swi_rsrcname = rsrc_name; in tavor_rsrc_init_phase2()
1126 hdl_info.swi_rsrcname = rsrc_name; in tavor_rsrc_init_phase2()
1152 hdl_info.swi_rsrcname = rsrc_name; in tavor_rsrc_init_phase2()
1179 hdl_info.swi_rsrcname = rsrc_name; in tavor_rsrc_init_phase2()
1221 hdl_info.swi_rsrcname = rsrc_name; in tavor_rsrc_init_phase2()
1267 hdl_info.swi_rsrcname = rsrc_name; in tavor_rsrc_init_phase2()
1294 hdl_info.swi_rsrcname = rsrc_name; in tavor_rsrc_init_phase2()
[all …]
H A Dtavor_agents.c66 char *rsrc_name; in tavor_agent_handlers_init() local
78 rsrc_name = (char *)kmem_zalloc(TAVOR_RSRC_NAME_MAXLEN, KM_SLEEP); in tavor_agent_handlers_init()
79 TAVOR_RSRC_NAME(rsrc_name, TAVOR_TASKQ_NAME); in tavor_agent_handlers_init()
94 rsrc_name, TAVOR_TASKQ_NTHREADS, TASKQ_DEFAULTPRI, 0); in tavor_agent_handlers_init()
108 kmem_free(rsrc_name, TAVOR_RSRC_NAME_MAXLEN); in tavor_agent_handlers_init()
112 kmem_free(rsrc_name, TAVOR_RSRC_NAME_MAXLEN); in tavor_agent_handlers_init()
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/
H A Dhermon_rsrc.c642 char *rsrc_name; in hermon_rsrc_init_phase1() local
789 kmem_free(rsrc_name, HERMON_RSRC_NAME_MAXLEN); in hermon_rsrc_init_phase1()
793 kmem_free(rsrc_name, HERMON_RSRC_NAME_MAXLEN); in hermon_rsrc_init_phase1()
814 char *rsrc_name; in hermon_rsrc_init_phase2() local
924 entry_info.hwi_rsrcname = rsrc_name; in hermon_rsrc_init_phase2()
963 HERMON_RSRC_NAME(rsrc_name, HERMON_MCG_VMEM); in hermon_rsrc_init_phase2()
968 entry_info.hwi_rsrcname = rsrc_name; in hermon_rsrc_init_phase2()
1006 hdl_info.swi_rsrcname = rsrc_name; in hermon_rsrc_init_phase2()
1137 hdl_info.swi_rsrcname = rsrc_name; in hermon_rsrc_init_phase2()
1192 entry_info.hwi_rsrcname = rsrc_name; in hermon_rsrc_init_phase2()
[all …]
H A Dhermon_agents.c66 char *rsrc_name; in hermon_agent_handlers_init() local
78 rsrc_name = (char *)kmem_zalloc(HERMON_RSRC_NAME_MAXLEN, KM_SLEEP); in hermon_agent_handlers_init()
79 HERMON_RSRC_NAME(rsrc_name, HERMON_TASKQ_NAME); in hermon_agent_handlers_init()
94 rsrc_name, HERMON_TASKQ_NTHREADS, TASKQ_DEFAULTPRI, 0); in hermon_agent_handlers_init()
108 kmem_free(rsrc_name, HERMON_RSRC_NAME_MAXLEN); in hermon_agent_handlers_init()
112 kmem_free(rsrc_name, HERMON_RSRC_NAME_MAXLEN); in hermon_agent_handlers_init()
H A Dhermon_fm.c493 char *rsrc_name; in hermon_fm_ereport_init() local
659 rsrc_name = (char *)kmem_zalloc(HERMON_RSRC_NAME_MAXLEN, KM_SLEEP); in hermon_fm_ereport_init()
660 HERMON_RSRC_NAME(rsrc_name, HERMON_UAR_PAGE_VMEM_RUNTM); in hermon_fm_ereport_init()
665 entry_info.hwi_rsrcname = rsrc_name; in hermon_fm_ereport_init()
667 kmem_free(rsrc_name, HERMON_RSRC_NAME_MAXLEN); in hermon_fm_ereport_init()
670 kmem_free(rsrc_name, HERMON_RSRC_NAME_MAXLEN); in hermon_fm_ereport_init()
/illumos-gate/usr/src/uts/common/sys/ib/adapters/tavor/
H A Dtavor_rsrc.h104 #define TAVOR_RSRC_NAME(rsrc_name, string) \ argument
105 (void) sprintf((rsrc_name), string"%08X", \
/illumos-gate/usr/src/uts/common/sys/ib/adapters/hermon/
H A Dhermon_rsrc.h113 #define HERMON_RSRC_NAME(rsrc_name, string) \ argument
114 (void) sprintf((rsrc_name), string"%08X", \
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_asru.c359 char *asru_name, *rsrc_name, *fru_name, *name, *label; in fmd_asru_al_create() local
372 fmd_asru_get_namestr(rsrc, &rsrc_name, &rsrc_namelen) == 0) in fmd_asru_al_create()
417 alp->al_rsrc_name = got_rsrc ? rsrc_name : fmd_strdup("", FMD_SLEEP); in fmd_asru_al_create()