Lines Matching defs:ncuh
326 nwam_ncu_handle_t ncuh;
332 ret = nwam_ncu_read(ncph, name, NWAM_NCU_TYPE_ANY, 0, &ncuh);
336 nwam_ncu_free(ncuh);
502 nwam_ncu_handle_t ncuh;
512 ret = nwam_ncu_read(ncph, name, type, 0, &ncuh);
516 ret = nwam_ncu_enable(ncuh);
518 ret = nwam_ncu_disable(ncuh);
519 (void) nwam_ncu_get_name(ncuh, realnamep);
520 nwam_ncu_free(ncuh);
787 list_ncu_cb(nwam_ncu_handle_t ncuh, void *arg)
794 ret = add_to_profile_entry(NWAM_OBJECT_TYPE_NCU, ncuh, &pent);
907 nwam_ncu_handle_t ncuh;
911 &ncuh);
915 NWAM_NCU_TYPE_LINK, 0, &ncuh)
917 (void) list_ncu_cb(ncuh, ofmt);
918 nwam_ncu_free(ncuh);
921 NWAM_NCU_TYPE_INTERFACE, 0, &ncuh)
923 (void) list_ncu_cb(ncuh, ofmt);
924 nwam_ncu_free(ncuh);
928 (void) list_ncu_cb(ncuh, ofmt);
929 nwam_ncu_free(ncuh);
1211 nwam_ncu_handle_t ncuh = NULL;
1216 err = nwam_ncu_read(ncph, name, NWAM_NCU_TYPE_LINK, 0, &ncuh);
1218 err = nwam_ncu_get_name(ncuh, linknamep);
1221 nwam_ncu_free(ncuh);