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

/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c331 static nwam_loc_handle_t loc_h = NULL; variable
850 if (loc_h != NULL) {
851 nwam_loc_free(loc_h);
852 loc_h = NULL;
1122 else if (loc_h != NULL)
1169 ret = nwam_loc_commit(loc_h, 0);
1192 verr = nwam_loc_validate(loc_h, &errprop);
1337 ret = nwam_loc_create(newname, &loc_h);
1383 ret = nwam_loc_copy(oldloc_h, newname, &loc_h);
1647 if ((ret = nwam_loc_read(name, 0, &loc_h)) !
[all...]

Completed in 86 milliseconds