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

/osnet-11/usr/src/lib/cfgadm_plugins/ib/common/
H A Dcfga_ib.c51 static cfga_ib_ret_t ib_verify_params(const char *, const char *, char **);
490 * Called by ib_verify_params().
530 * ib_verify_params
544 ib_verify_params(const char *ap_id, const char *options, char **errstring) function
551 DPRINTF("ib_verify_params: h/w-specific options not "
557 DPRINTF("ib_verify_params: not an IB ap_id.\n");
873 if ((rv = ib_verify_params(ap_id, options, errstring)) != CFGA_IB_OK) {
1065 if ((rv = ib_verify_params(ap_id, NULL, errstring)) != CFGA_IB_OK) {
1066 DPRINTF("cfga_private_func: ib_verify_params "
1656 if ((rv = ib_verify_params(ap_i
[all...]

Completed in 23 milliseconds