Home
last modified time | relevance | path

Searched refs:loc_h (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c336 static nwam_loc_handle_t loc_h = NULL; variable
860 if (loc_h != NULL) { in free_handle()
861 nwam_loc_free(loc_h); in free_handle()
862 loc_h = NULL; in free_handle()
1132 else if (loc_h != NULL) in active_object_type()
1179 ret = nwam_loc_commit(loc_h, 0); in do_commit()
1202 verr = nwam_loc_validate(loc_h, &errprop); in do_commit()
1351 ret = nwam_loc_create(newname, &loc_h); in create_func()
1397 ret = nwam_loc_copy(oldloc_h, newname, &loc_h); in create_func()
1661 if ((ret = nwam_loc_read(name, 0, &loc_h)) != NWAM_SUCCESS) in destroy_func()
[all …]