Lines Matching refs:sep

126 	sbd_error_t	*sep = hp->h_err;  in sbdp_get_board_status()  local
137 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_get_board_status()
176 sbdp_set_err(sep, ESGT_GET_BOARD_STAT, NULL); in sbdp_get_board_status()
187 sbdp_set_err(sep, ESGT_GET_BOARD_STAT, in sbdp_get_board_status()
256 sbd_error_t *sep; in sbdp_assign_board() local
262 sep = hp->h_err; in sbdp_assign_board()
267 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_assign_board()
286 sbdp_set_err(sep, sbdp_sc_err_translation(resp->msg_status), in sbdp_assign_board()
307 sbd_error_t *sep; in sbdp_unassign_board() local
313 sep = hp->h_err; in sbdp_unassign_board()
318 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_unassign_board()
337 sbdp_set_err(sep, sbdp_sc_err_translation(resp->msg_status), in sbdp_unassign_board()
400 sbd_error_t *sep; in sbdp_connect_board() local
408 sep = hp->h_err; in sbdp_connect_board()
414 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_connect_board()
432 sbdp_set_err(sep, sbdp_sc_err_translation(resp->msg_status), in sbdp_connect_board()
440 sbdp_set_err(sep, ESGT_PROM_ATTACH, NULL); in sbdp_connect_board()
469 sbdp_set_err(sep, ESGT_NOT_SUPP, NULL); in sbdp_connect_board()
499 sbd_error_t *sep; in sbdp_disconnect_board() local
506 sep = hp->h_err; in sbdp_disconnect_board()
515 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_disconnect_board()
519 if (sbdp_detach_bd(node, board, sep)) { in sbdp_disconnect_board()
532 sbdp_set_err(sep, ESGT_PROM_DETACH, NULL); in sbdp_disconnect_board()
551 sbdp_set_err(sep, sbdp_sc_err_translation(resp->msg_status), in sbdp_disconnect_board()
581 sbd_error_t *sep; in sbdp_poweroff_board() local
587 sep = hp->h_err; in sbdp_poweroff_board()
592 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_poweroff_board()
616 sbdp_set_err(sep, sbdp_sc_err_translation(resp->msg_status), in sbdp_poweroff_board()
635 sbd_error_t *sep; in sbdp_poweron_board() local
642 sep = hp->h_err; in sbdp_poweron_board()
647 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_poweron_board()
673 sbdp_set_err(sep, sbdp_sc_err_translation(resp->msg_status), in sbdp_poweron_board()
739 sbd_error_t *sep; in sbdp_test_board() local
746 sep = hp->h_err; in sbdp_test_board()
751 sbdp_set_err(sep, ESBD_INVAL_OPT, opts != NULL ? in sbdp_test_board()
792 sbdp_set_err(sep, sbdp_sc_err_translation(resp->msg_status), in sbdp_test_board()