Home
last modified time | relevance | path

Searched refs:ct_cmd (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/uts/common/io/comstar/port/fct/
H A Ddiscovery.c1477 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_41/usr/src/uts/common/smbsrv/
H A Dsmb_ktypes.h1796 char *ct_cmd; member
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_kutil.c1657 ct->ct_cmd = cmd; in smb_threshold_init()