Lines Matching refs:copts
136 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_get_board_status()
137 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_get_board_status()
266 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_assign_board()
267 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_assign_board()
317 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_unassign_board()
318 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_unassign_board()
413 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_connect_board()
414 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_connect_board()
514 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_disconnect_board()
515 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_disconnect_board()
591 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_poweroff_board()
592 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_poweroff_board()
646 if (hp->h_opts != NULL && hp->h_opts->copts != NULL) { in sbdp_poweron_board()
647 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_poweron_board()
688 if ((opts == NULL) || (opts->copts == NULL)) in sbdp_get_diag()
691 if ((cptr = strstr(opts->copts, "diag=")) != NULL) { in sbdp_get_diag()
752 opts->copts : NULL); in sbdp_test_board()