Home
last modified time | relevance | path

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

/titanic_41/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) { in free_handle()
851 nwam_loc_free(loc_h); in free_handle()
852 loc_h = NULL; in free_handle()
1122 else if (loc_h != NULL) in active_object_type()
1169 ret = nwam_loc_commit(loc_h, 0); in do_commit()
1192 verr = nwam_loc_validate(loc_h, &errprop); in do_commit()
1337 ret = nwam_loc_create(newname, &loc_h); in create_func()
1383 ret = nwam_loc_copy(oldloc_h, newname, &loc_h); in create_func()
1647 if ((ret = nwam_loc_read(name, 0, &loc_h)) != NWAM_SUCCESS) in destroy_func()
[all …]