Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_ncp.c775 char *typedname; in nwam_ncu_create() local
796 if ((err = nwam_ncu_name_to_typed_name(name, type, &typedname)) in nwam_ncu_create()
801 if ((err = nwam_handle_create(NWAM_OBJECT_TYPE_NCU, typedname, ncuhp)) in nwam_ncu_create()
804 free(typedname); in nwam_ncu_create()
888 char *ncpfile, *typedname; in nwam_ncu_read() local
932 if ((err = nwam_ncu_name_to_typed_name(name, type, &typedname)) != in nwam_ncu_read()
937 err = nwam_read(NWAM_OBJECT_TYPE_NCU, ncpfile, typedname, flags, ncuhp); in nwam_ncu_read()
939 free(typedname); in nwam_ncu_read()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dncu.c527 char *name, *typedname; in ncu_create_init_fini_event() local
552 if ((err = nwam_ncu_name_to_typed_name(name, *type, &typedname)) in ncu_create_init_fini_event()
564 NWAM_OBJECT_TYPE_NCU, 0, typedname); in ncu_create_init_fini_event()
567 free(typedname); in ncu_create_init_fini_event()