Searched refs:get_handler (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/sys/dev/ocs_fc/
H A Docs_mgmt.h71 ocs_mgmt_get_func get_handler; member in struct:ocs_mgmt_table_entry_s
89 ocs_mgmt_get_handler get_handler; member in struct:ocs_mgmt_functions_s
H A Docs_mgmt.c244 if (mgmt_table[i].get_handler) {
326 if (mgmt_table[i].get_handler) {
327 mgmt_table[i].get_handler(ocs, name, textbuf);
334 if ((ocs->mgmt_functions) && (ocs->mgmt_functions->get_handler)) {
335 retval = ocs->mgmt_functions->get_handler(textbuf, qualifier, (char*)name, ocs);
339 if ((ocs->tgt_mgmt_functions) && (ocs->tgt_mgmt_functions->get_handler)) {
340 retval = ocs->tgt_mgmt_functions->get_handler(textbuf, qualifier,
350 if ((domain->mgmt_functions) && (domain->mgmt_functions->get_handler)) {
351 retval = domain->mgmt_functions->get_handler(textbuf, qualifier, (char*)name, domain);
546 if (mgmt_table[i].get_handler) {
[all...]
H A Docs_domain.c74 .get_handler = ocs_mgmt_domain_get,
1464 if ((sport->mgmt_functions) && (sport->mgmt_functions->get_handler)) {
1465 retval = sport->mgmt_functions->get_handler(textbuf, qualifier, name, sport);
H A Docs_sport.c56 .get_handler = ocs_mgmt_sport_get,
1352 if ((node->mgmt_functions) && (node->mgmt_functions->get_handler)) {
1353 retval = node->mgmt_functions->get_handler(textbuf, qualifier, name, node);
H A Docs_io.c54 .get_handler = ocs_mgmt_io_get,
H A Docs_node.c65 .get_handler = ocs_mgmt_node_get,
1828 if ((io->mgmt_functions) && (io->mgmt_functions->get_handler)) {
1829 retval = io->mgmt_functions->get_handler(textbuf, qualifier, name, io);

Completed in 105 milliseconds