Lines Matching refs:mgmt_functions
250 domain->mgmt_functions = &domain_mgmt_functions; in ocs_domain_alloc()
1383 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_list_handler)) { in ocs_mgmt_domain_list()
1384 sport->mgmt_functions->get_list_handler(textbuf, sport); in ocs_mgmt_domain_list()
1450 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_handler)) { in ocs_mgmt_domain_get()
1451 retval = sport->mgmt_functions->get_handler(textbuf, qualifier, name, sport); in ocs_mgmt_domain_get()
1489 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_all_handler)) { in ocs_mgmt_domain_get_all()
1490 sport->mgmt_functions->get_all_handler(textbuf, sport); in ocs_mgmt_domain_get_all()
1519 if ((sport->mgmt_functions) && (sport->mgmt_functions->set_handler)) { in ocs_mgmt_domain_set()
1520 retval = sport->mgmt_functions->set_handler(qualifier, name, value, sport); in ocs_mgmt_domain_set()
1551 if ((sport->mgmt_functions) && (sport->mgmt_functions->exec_handler)) { in ocs_mgmt_domain_exec()
1552 …retval = sport->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, arg_out, ar… in ocs_mgmt_domain_exec()