Searched refs:mgmt_functions (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/dev/ocs_fc/ |
H A D | ocs_mgmt.c | 243 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 244 ocs->mgmt_functions->get_list_handler(textbuf, ocs); in ocs_mgmt_get_list() 255 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_list_handler)) { in ocs_mgmt_get_list() 256 domain->mgmt_functions->get_list_handler(textbuf, domain); in ocs_mgmt_get_list() 318 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_handler)) { in ocs_mgmt_get() 319 retval = ocs->mgmt_functions->get_handler(textbuf, qualifier, (char*)name, ocs); in ocs_mgmt_get() 334 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_handler)) { in ocs_mgmt_get() 335 retval = domain->mgmt_functions->get_handler(textbuf, qualifier, (char*)name, domain); in ocs_mgmt_get() 398 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->set_handler)) { in ocs_mgmt_set() 399 result = ocs->mgmt_functions->set_handler(qualifier, name, (char *)value, ocs); in ocs_mgmt_set() [all …]
|
H A D | ocs_domain.c | 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() [all …]
|
H A D | ocs_sport.c | 191 sport->mgmt_functions = &sport_mgmt_functions; in ocs_sport_alloc() 1277 if ((node->mgmt_functions) && (node->mgmt_functions->get_list_handler)) { in ocs_mgmt_sport_list() 1278 node->mgmt_functions->get_list_handler(textbuf, node); in ocs_mgmt_sport_list() 1344 if ((node->mgmt_functions) && (node->mgmt_functions->get_handler)) { in ocs_mgmt_sport_get() 1345 retval = node->mgmt_functions->get_handler(textbuf, qualifier, name, node); in ocs_mgmt_sport_get() 1384 if ((node->mgmt_functions) && (node->mgmt_functions->get_all_handler)) { in ocs_mgmt_sport_get_all() 1385 node->mgmt_functions->get_all_handler(textbuf, node); in ocs_mgmt_sport_get_all() 1409 if ((node->mgmt_functions) && (node->mgmt_functions->set_handler)) { in ocs_mgmt_sport_set() 1410 retval = node->mgmt_functions->set_handler(qualifier, name, value, node); in ocs_mgmt_sport_set() 1446 if ((node->mgmt_functions) && (node->mgmt_functions->exec_handler)) { in ocs_mgmt_sport_exec() [all …]
|
H A D | ocs_node.c | 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() [all …]
|
H A D | ocs_common.h | 168 ocs_mgmt_functions_t *mgmt_functions; member 220 ocs_mgmt_functions_t *mgmt_functions; member 333 ocs_mgmt_functions_t *mgmt_functions; member
|
H A D | ocs_drv_fc.h | 71 ocs_mgmt_functions_t *mgmt_functions; member
|
H A D | ocs_io.h | 85 ocs_mgmt_functions_t *mgmt_functions; member
|
H A D | ocs.h | 202 ocs_mgmt_functions_t *mgmt_functions; member
|
H A D | ocs_io.c | 264 io->mgmt_functions = &io_mgmt_functions; in ocs_io_pool_io_alloc()
|