Searched defs:verify_params (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/lib/cfgadm_plugins/sata/common/ |
H A D | cfga_sata.c | 223 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
|
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_usb.c | 442 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) {
|
Completed in 21 milliseconds