Searched defs:it_config_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/iscsit/
H A Discsit_common.h268 * port provider. In addition to the global configuration, it_config_t
344 } it_config_t; typedef in typeref:struct:it_config_s
349 it_config_to_nv(it_config_t *cfg, nvlist_t **nvl);
358 it_nv_to_config(nvlist_t *nvl, it_config_t **cfg);
409 it_tgt_lookup(it_config_t *cfg, char *tgt_name);
412 it_tpg_lookup(it_config_t *cfg, char *tpg_name);
415 it_sns_svr_lookup(it_config_t *cfg, struct sockaddr_storage *sa);
450 * Free any resources associated with the it_config_t structure.
456 it_config_free_cmn(it_config_t *cfg);

Completed in 1330 milliseconds