Searched defs:typedname (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_object.c | 392 char *typedname, *ncpname; local 395 nwam_dbname_to_ncu_type(dbname), &typedname); 397 (void) nwam_request_action(hp->nwh_object_type, typedname, 399 free(typedname); 469 char *typedname, *ncpname; local 472 nwam_dbname_to_ncu_type(dbname), &typedname); 474 (void) nwam_request_action(hp->nwh_object_type, typedname, 476 free(typedname);
|
H A D | libnwam_ncp.c | 414 /* new NCU name (and typedname) is the same as the old name */ 951 char *typedname; local 956 NWAM_NCU_TYPE_LINK, &typedname)) != NWAM_SUCCESS) 960 (void) strlcpy(ncuh->nwh_name, typedname, sizeof (ncuh->nwh_name)); 961 free(typedname); 1014 char ifname[NWAM_MAX_NAME_LEN], *typedname = NULL; local 1038 &typedname)) != NWAM_SUCCESS) 1040 (void) strlcpy(ncuh->nwh_name, typedname, sizeof (ncuh->nwh_name)); 1041 free(typedname); 1576 char *typedname, *ncufil local 1848 nwam_ncu_typed_name_to_name(const char *typedname, nwam_ncu_type_t *typep, char **namep) argument 3166 char *typedname = NULL, *typedover, *cp, *copy = NULL; local [all...] |
Completed in 29 milliseconds