Searched refs:verify_params (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/cfgadm_plugins/usb/
H A Dusb.xcl106 msgid "verify_params: hardware-specific options not "
109 msgid "verify_params: dynamic ap_id passed\n"
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_usb.c442 verify_params( function
452 DPRINTF("verify_params: hardware-specific options not "
459 DPRINTF("verify_params: dynamic ap_id passed\n");
464 DPRINTF("verify_params: not a USB ap_id.\n");
1020 if ((rv = verify_params(ap_id, options, errstring)) != CFGA_USB_OK) {
1232 if ((rv = verify_params(ap_id, NULL, errstring)) != CFGA_USB_OK) {
1474 if ((rv = verify_params(ap_id, options, errstring)) != CFGA_USB_OK) {
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/
H A Dcfga_sata.c223 verify_params(const char *ap_id, const char *options, char **errstring);
594 if ((rv = verify_params(ap_id, options, errstring)) != CFGA_SATA_OK) {
946 if ((rv = verify_params(ap_id, NULL, errstring)) != CFGA_SATA_OK) {
1444 if ((rv = verify_params(ap_id, options, errstring)) != CFGA_SATA_OK) {
1826 verify_params( function

Completed in 21 milliseconds