Searched refs:ct_cmd (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/uts/common/io/comstar/port/fct/ |
H A D | discovery.c | 1477 fct_cmd_t *ct_cmd = fct_create_solct(port, in fct_process_plogi() local 1479 if (ct_cmd) { in fct_process_plogi() 1480 fct_post_to_solcmd_queue(port, ct_cmd); in fct_process_plogi() 1482 ct_cmd = fct_create_solct(port, rp, in fct_process_plogi() 1484 if (ct_cmd) in fct_process_plogi() 1485 fct_post_to_solcmd_queue(port, ct_cmd); in fct_process_plogi() 1486 ct_cmd = fct_create_solct(port, rp, in fct_process_plogi() 1488 if (ct_cmd) in fct_process_plogi() 1489 fct_post_to_solcmd_queue(port, ct_cmd); in fct_process_plogi() 1490 ct_cmd = fct_create_solct(port, rp, in fct_process_plogi() [all …]
|
/titanic_50/usr/src/uts/common/smbsrv/ |
H A D | smb_ktypes.h | 1870 char *ct_cmd; member
|
/titanic_50/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kutil.c | 1659 ct->ct_cmd = cmd; in smb_threshold_init()
|