Searched refs:tgt_mgmt_functions (Results 1 – 3 of 3) sorted by relevance
247 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list()248 ocs->tgt_mgmt_functions->get_list_handler(textbuf, &(ocs->tgt_ocs)); in ocs_mgmt_get_list()323 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_handler)) { in ocs_mgmt_get()324 retval = ocs->tgt_mgmt_functions->get_handler(textbuf, qualifier, in ocs_mgmt_get()403 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->set_handler)) { in ocs_mgmt_set()404 result = ocs->tgt_mgmt_functions->set_handler(qualifier, name, in ocs_mgmt_set()496 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->exec_handler)) { in ocs_mgmt_exec()497 result = ocs->tgt_mgmt_functions->exec_handler(qualifier, action, in ocs_mgmt_exec()544 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_all_handler)) { in ocs_mgmt_get_all()545 ocs->tgt_mgmt_functions->get_all_handler(textbuf, &(ocs->tgt_ocs)); in ocs_mgmt_get_all()
72 ocs_mgmt_functions_t *tgt_mgmt_functions; member
203 ocs_mgmt_functions_t *tgt_mgmt_functions; member