Lines Matching refs:it_ini_t
1308 * ini Pointer to the it_ini_t structure representing
1319 it_ini_create(it_config_t *cfg, it_ini_t **ini, char *ini_node_name)
1321 it_ini_t *ptr;
1346 ptr = calloc(1, sizeof (it_ini_t));
1385 it_ini_setprop(it_ini_t *ini, nvlist_t *proplist, nvlist_t **errlist)
1478 * ini Pointer to the it_ini_t structure representing
1482 it_ini_delete(it_config_t *cfg, it_ini_t *ini)
1484 it_ini_t *ptr;
1485 it_ini_t *prev = NULL;
1520 * Deallocates resources of an it_ini_t structure. If ini->next is
1524 it_ini_free(it_ini_t *ini)