Lines Matching refs:options

123 	    "Hardware specific options not supported " },
186 * these are the only valid sub-options for services.
533 * options - command options passed by the cfgadm(1M)
540 * Check if "options" and "errstring" are valid and if ap_id is
544 ib_verify_params(const char *ap_id, const char *options, char **errstring)
550 if (options != NULL) {
551 DPRINTF("ib_verify_params: h/w-specific options not "
845 * options - State Change command options passed by the cfgadm(1M)
861 const char *options, struct cfga_confirm *confp, struct cfga_msg *msgp,
873 if ((rv = ib_verify_params(ap_id, options, errstring)) != CFGA_IB_OK) {
874 (void) cfga_help(msgp, options, flags);
1011 (void) cfga_help(msgp, options, flags);
1017 (void) cfga_help(msgp, options, flags);
1032 * options - Private function command options passed
1048 cfga_private_func(const char *func, const char *ap_id, const char *options,
1331 /* return error if no options are specified */
1332 subopts = (char *)options;
1334 DPRINTF("cfga_private_func: no sub-options\n");
1335 (void) cfga_help(msgp, options, flags);
1340 /* parse options specified */
1345 (void) cfga_help(msgp, options, flags);
1365 (void) cfga_help(msgp, options, flags);
1394 (void) cfga_help(msgp, options, flags);
1417 (void) cfga_help(msgp, options, flags);
1502 (void) cfga_help(msgp, options, flags);
1516 * options - Test command options passed by the cfgadm(1M)
1529 cfga_test(const char *ap_id, const char *options, struct cfga_msg *msgp,
1532 (void) cfga_help(msgp, options, flags);
1626 * options - List command options passed by the cfgadm(1M)
1627 * listopts - "-s" specific options
1640 const char *options, const char *listopts, char **errstring,
1656 if ((rv = ib_verify_params(ap_id, options, errstring)) != CFGA_IB_OK) {
1657 (void) cfga_help(NULL, options, flags);
1664 (void) cfga_help(NULL, options, flags);
1746 * If -a options isn't specified then only show the static ap_id.
2032 * options - Help message options passed on to cfgadm(1M)
2043 cfga_help(struct cfga_msg *msgp, const char *options, cfga_flags_t flags)
2047 if (options) {
2050 cfga_msg(msgp, options);