Home
last modified time | relevance | path

Searched refs:CTL_RETVAL_ERROR (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/sys/cam/ctl/
Dctl_tpc.c836 return (CTL_RETVAL_ERROR); in tpc_process_b2b()
839 return (CTL_RETVAL_ERROR); in tpc_process_b2b()
858 return (CTL_RETVAL_ERROR); in tpc_process_b2b()
889 return (CTL_RETVAL_ERROR); in tpc_process_b2b()
988 return (CTL_RETVAL_ERROR); in tpc_process_verify()
991 return (CTL_RETVAL_ERROR); in tpc_process_verify()
1006 return (CTL_RETVAL_ERROR); in tpc_process_verify()
1052 return (CTL_RETVAL_ERROR); in tpc_process_register_key()
1055 return (CTL_RETVAL_ERROR); in tpc_process_register_key()
1070 return (CTL_RETVAL_ERROR); in tpc_process_register_key()
[all …]
Dctl.h46 #define CTL_RETVAL_ERROR 3 macro