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

/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c514 char *name, *typedname; local
538 /* convert name to typedname for event */
539 if ((err = nwam_ncu_name_to_typed_name(name, *type, &typedname))
551 NWAM_OBJECT_TYPE_NCU, 0, typedname);
554 free(typedname);
1351 "translation from typedname error: %s", nwam_strerror(err));
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c309 /* new NCU name (and typedname) is the same as the old name */
763 char *typedname; local
784 if ((err = nwam_ncu_name_to_typed_name(name, type, &typedname))
789 if ((err = nwam_handle_create(NWAM_OBJECT_TYPE_NCU, typedname, ncuhp))
792 free(typedname);
876 char *ncpfile, *typedname; local
920 if ((err = nwam_ncu_name_to_typed_name(name, type, &typedname)) !=
925 err = nwam_read(NWAM_OBJECT_TYPE_NCU, ncpfile, typedname, flags, ncuhp);
927 free(typedname);

Completed in 51 milliseconds