Lines Matching refs:mgmt_functions
446 node->mgmt_functions = &node_mgmt_functions; in ocs_node_alloc()
1722 if ((io->mgmt_functions) && (io->mgmt_functions->get_list_handler)) { in ocs_mgmt_node_list()
1723 io->mgmt_functions->get_list_handler(textbuf, io); in ocs_mgmt_node_list()
1818 if ((io->mgmt_functions) && (io->mgmt_functions->get_handler)) { in ocs_mgmt_node_get()
1819 retval = io->mgmt_functions->get_handler(textbuf, qualifier, name, io); in ocs_mgmt_node_get()
1879 if ((io->mgmt_functions) && (io->mgmt_functions->get_all_handler)) { in ocs_mgmt_node_get_all()
1880 io->mgmt_functions->get_all_handler(textbuf,io); in ocs_mgmt_node_get_all()
1902 if ((io->mgmt_functions) && (io->mgmt_functions->set_handler)) { in ocs_mgmt_node_set()
1903 retval = io->mgmt_functions->set_handler(qualifier, name, value, io); in ocs_mgmt_node_set()
1939 if ((io->mgmt_functions) && (io->mgmt_functions->exec_handler)) { in ocs_mgmt_node_exec()
1940 retval = io->mgmt_functions->exec_handler(qualifier, action, arg_in, arg_in_length, in ocs_mgmt_node_exec()