Lines Matching defs:ini
1296 * ini Pointer to the it_ini_t structure representing
1307 it_ini_create(it_config_t *cfg, it_ini_t **ini, char *ini_node_name)
1311 if (!cfg || !ini || !ini_node_name) {
1316 * Ensure this is a valid ini name
1347 *ini = ptr;
1362 * ini The initiator being updated.
1373 it_ini_setprop(it_ini_t *ini, nvlist_t *proplist, nvlist_t **errlist)
1380 if (!ini || !proplist) {
1393 if (ini->ini_properties) {
1394 ret = nvlist_dup(ini->ini_properties, &iprops, 0);
1446 if (ini->ini_properties) {
1447 nvlist_free(ini->ini_properties);
1449 ini->ini_properties = iprops;
1464 * ini Pointer to the it_ini_t structure representing
1468 it_ini_delete(it_config_t *cfg, it_ini_t *ini)
1473 if (!cfg || !ini) {
1479 if (strcasecmp(ptr->ini_name, ini->ini_name) == 0) {
1506 * Deallocates resources of an it_ini_t structure. If ini->next is
1510 it_ini_free(it_ini_t *ini)
1512 it_ini_free_cmn(ini);
1776 * Goes through the ini property list and validates