Home
last modified time | relevance | path

Searched refs:sbdp_set_err (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c137 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()
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()
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()
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()
[all …]
H A Dsbdp_cpu.c176 sbdp_set_err(hp->h_err, ESGT_STOPCPU, NULL); in sbdp_disconnect_cpu()
278 sbdp_set_err(sep, ESGT_WAKEUPCPU, NULL); in sbdp_connect_cpu()
501 sbdp_set_err(sep, ESGT_NO_DEV_TYPE, NULL); in sbdp_get_cpuid()
506 sbdp_set_err(sep, ESGT_NOT_CPUTYPE, NULL); in sbdp_get_cpuid()
543 sbdp_set_err(sep, ESGT_NO_DEV_TYPE, NULL); in sbdp_cpu_get_impl()
548 sbdp_set_err(sep, ESGT_NOT_CPUTYPE, NULL); in sbdp_cpu_get_impl()
H A Dsbdp_mem.c213 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdp_get_memlist()
308 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdp_move_memory()
319 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdp_move_memory()
366 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdp_move_memory()
378 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdp_move_memory()
398 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdp_move_memory()
421 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdp_move_memory()
458 sbdp_set_err(hp->h_err, sep->e_code, sep->e_rsc); in sbdp_move_memory()
510 sbdp_set_err(hp->h_err, sep->e_code, sep->e_rsc); in sbdp_move_memory()
539 sbdp_set_err(hp->h_err, ESBD_MEMFAIL, NULL); in sbdp_move_memory()
[all …]
H A Dsbdp_quiesce.c261 sbdp_set_err(sbrp->sep, ESBD_BUSY, NULL); in sbdp_check_dip()
284 sbdp_set_err(sbrp->sep, ESBD_BUSY, NULL); in sbdp_check_dip()
357 sbdp_set_err(&srh->sep, ESGT_SUSPEND, NULL); in sbdp_suspend_devices_()
474 sbdp_set_err(sep,
614 sbdp_set_err(sep, ESGT_UTHREAD, NULL);
H A Dsbdp.c789 sbdp_set_err(sbd_error_t *ep, int ecode, char *rsc) in sbdp_set_err() function
837 sbdp_set_err(hp->h_err, ESBD_FAULT, NULL); in sbdp_ioctl()
852 sbdp_set_err(hp->h_err, ESBD_INVAL, NULL); in sbdp_ioctl()
857 sbdp_set_err(hp->h_err, rv, NULL); in sbdp_ioctl()
H A Dsbdp_dr.c343 sbdp_set_err(sep, ESBD_IO, NULL); in sbdp_detach_bd()
/titanic_50/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h231 void sbdp_set_err(sbd_error_t *ep, int ecode, char *rsc);