Searched refs:fct_alloc (Results 1 – 10 of 10) sorted by relevance
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.h | 73 #pragma weak fct_alloc macro 93 extern void* fct_alloc();
|
H A D | emlxs_fc.h | 1338 void* (*fct_alloc)(fct_struct_id_t, int, int); member
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | fct.h | 388 void *fct_alloc(fct_struct_id_t struct_id, int additional_size, int flags);
|
/titanic_50/usr/src/uts/common/io/comstar/port/fcoet/ |
H A D | fcoet.c | 483 fds = (fct_dbuf_store_t *)fct_alloc(FCT_STRUCT_DBUF_STORE, 0, 0); in fcoet_attach_init() 492 port = (fct_local_port_t *)fct_alloc(FCT_STRUCT_LOCAL_PORT, 0, 0); in fcoet_attach_init()
|
H A D | fcoet_eth.c | 388 cmd = (fct_cmd_t *)fct_alloc(FCT_STRUCT_CMD_RCVD_ELS, in fcoet_create_unsol_exchange() 739 cmd = (fct_cmd_t *)fct_alloc(FCT_STRUCT_CMD_RCVD_ABTS, 0, 0); in fcoet_process_unsol_abts_req()
|
H A D | fcoet_fc.c | 412 cmd = (fct_cmd_t *)fct_alloc(FCT_STRUCT_CMD_SOL_ELS, in fcoet_send_sol_flogi()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/fca/emlxs/ |
H A D | emlxs_fct.c | 318 emlxs_modsym.fct_alloc = (void *(*)())ddi_modsym(emlxs_modsym.mod_fct, 320 if ((void *)emlxs_modsym.fct_alloc == NULL) { 582 emlxs_modsym.fct_alloc = NULL; 875 ((void *)MODSYM(fct_alloc) == NULL)) { 1109 (fct_local_port_t *)MODSYM(fct_alloc) (FCT_STRUCT_LOCAL_PORT, 0, 1124 (fct_dbuf_store_t *)MODSYM(fct_alloc) (FCT_STRUCT_DBUF_STORE, 0, 3262 fct_cmd = (fct_cmd_t *)MODSYM(fct_alloc) (FCT_STRUCT_CMD_RCVD_ELS,
|
/titanic_50/usr/src/uts/common/io/comstar/port/fct/ |
H A D | fct.c | 979 fct_alloc(fct_struct_id_t struct_id, int additional_size, int flags) in fct_alloc() function 1668 cmd = (fct_cmd_t *)fct_alloc(FCT_STRUCT_CMD_FCP_XCHG, in fct_scsi_task_alloc() 2295 cmd = (fct_cmd_t *)fct_alloc(FCT_STRUCT_CMD_SOL_ELS, in fct_create_solels() 2507 cmd = fct_alloc(FCT_STRUCT_CMD_SOL_CT, in fct_create_solct()
|
H A D | discovery.c | 904 rp = fct_alloc(FCT_STRUCT_REMOTE_PORT, in fct_handle_els()
|
/titanic_50/usr/src/uts/common/io/comstar/port/qlt/ |
H A D | qlt.c | 1104 port = (fct_local_port_t *)fct_alloc(FCT_STRUCT_LOCAL_PORT, 0, 0); in qlt_port_start() 1108 fds = (fct_dbuf_store_t *)fct_alloc(FCT_STRUCT_DBUF_STORE, 0, 0); in qlt_port_start() 3283 cmd = (fct_cmd_t *)fct_alloc(FCT_STRUCT_CMD_RCVD_ELS, in qlt_handle_purex() 4610 cmd = (fct_cmd_t *)fct_alloc(FCT_STRUCT_CMD_RCVD_ABTS, in qlt_handle_rcvd_abts()
|