Searched refs:ncpfile (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/lib/libnwam/common/ |
H A D | libnwam_ncp.c | 186 char *ncpfile; in nwam_ncp_create() local 193 if ((err = nwam_ncp_name_to_file(name, &ncpfile)) in nwam_ncp_create() 200 if ((err = nwam_commit(ncpfile, *ncphp, flags)) != NWAM_SUCCESS) { in nwam_ncp_create() 205 free(ncpfile); in nwam_ncp_create() 693 char *ncpfile; in nwam_ncp_walk_ncus() local 702 if ((err = nwam_ncp_name_to_file(ncph->nwh_name, &ncpfile)) in nwam_ncp_walk_ncus() 706 err = nwam_walk(NWAM_OBJECT_TYPE_NCU, ncpfile, cb, data, flags, in nwam_ncp_walk_ncus() 708 free(ncpfile); in nwam_ncp_walk_ncus() 876 char *ncpfile, *typedname; in nwam_ncu_read() local 882 if ((err = nwam_ncp_name_to_file(ncph->nwh_name, &ncpfile)) in nwam_ncu_read() [all …]
|