Home
last modified time | relevance | path

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

/illumos-gate/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()
318 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_unassign_board()
414 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); 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()
515 sbdp_set_err(sep, ESBD_INVAL_OPT, hp->h_opts->copts); in sbdp_disconnect_board()
532 sbdp_set_err(sep, ESGT_PROM_DETACH, NULL); in sbdp_disconnect_board()
[all …]
H A Dsbdp_cpu.c177 sbdp_set_err(hp->h_err, ESGT_STOPCPU, NULL); in sbdp_disconnect_cpu()
279 sbdp_set_err(sep, ESGT_WAKEUPCPU, NULL); in sbdp_connect_cpu()
502 sbdp_set_err(sep, ESGT_NO_DEV_TYPE, NULL); in sbdp_get_cpuid()
507 sbdp_set_err(sep, ESGT_NOT_CPUTYPE, NULL); in sbdp_get_cpuid()
544 sbdp_set_err(sep, ESGT_NO_DEV_TYPE, NULL); in sbdp_cpu_get_impl()
549 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()
539 sbdp_set_err(hp->h_err, ESBD_MEMFAIL, NULL); in sbdp_move_memory()
544 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdp_move_memory()
1313 sbdp_set_err(hp->h_err, ESGT_INTERNAL, NULL); in sbdphw_get_base_physaddr()
[all …]
H A Dsbdp_quiesce.c265 sbdp_set_err(sbrp->sep, ESBD_BUSY, NULL); in sbdp_check_dip()
288 sbdp_set_err(sbrp->sep, ESBD_BUSY, NULL); in sbdp_check_dip()
361 sbdp_set_err(&srh->sep, ESGT_SUSPEND, NULL); in sbdp_suspend_devices_()
477 sbdp_set_err(sep,
617 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()
/illumos-gate/usr/src/uts/sun4u/serengeti/sys/
H A Dsbdp_priv.h231 void sbdp_set_err(sbd_error_t *ep, int ecode, char *rsc);