Lines Matching defs:ini
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)
1323 if (!cfg || !ini || !ini_node_name) {
1328 * Ensure this is a valid ini name
1359 *ini = ptr;
1374 * ini The initiator being updated.
1385 it_ini_setprop(it_ini_t *ini, nvlist_t *proplist, nvlist_t **errlist)
1392 if (!ini || !proplist) {
1405 if (ini->ini_properties) {
1406 ret = nvlist_dup(ini->ini_properties, &iprops, 0);
1458 if (ini->ini_properties) {
1459 nvlist_free(ini->ini_properties);
1461 ini->ini_properties = iprops;
1478 * ini Pointer to the it_ini_t structure representing
1482 it_ini_delete(it_config_t *cfg, it_ini_t *ini)
1487 if (!cfg || !ini) {
1493 if (strcasecmp(ptr->ini_name, ini->ini_name) == 0) {
1520 * Deallocates resources of an it_ini_t structure. If ini->next is
1524 it_ini_free(it_ini_t *ini)
1526 it_ini_free_cmn(ini);
1790 * Goes through the ini property list and validates