Searched refs:smp_action_alloc (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/lib/scsi/libsmp/common/ |
H A D | libsmp.h | 109 extern smp_action_t *smp_action_alloc(smp_function_t, smp_target_t *, size_t);
|
H A D | smp_plugin.c | 58 if ((ap = smp_action_alloc(SMP_FUNC_REPORT_GENERAL, tp, 0)) == NULL) in smp_report_general() 88 ap = smp_action_alloc(SMP_FUNC_REPORT_MANUFACTURER_INFO, tp, 0); in smp_report_manufacturer_information()
|
H A D | smp_engine.c | 652 smp_action_alloc(smp_function_t fn, smp_target_t *tp, size_t rqsd) in smp_action_alloc() function
|
/illumos-gate/usr/src/lib/scsi/libsmp/ |
H A D | mapfile-vers | 59 smp_action_alloc;
|
/illumos-gate/usr/src/cmd/scsi/smp/common/ |
H A D | smp.c | 567 ap = smp_action_alloc(func, tp, 0); in main()
|