Searched refs:h_opts (Results 1 – 8 of 8) sorted by relevance
/titanic_50/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp_mbox.c | 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() [all …]
|
/titanic_50/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 687 if (hp->h_opts.size != 0) in dr_ioctl() 688 FREESTRUCT(hp->h_opts.copts, char, hp->h_opts.size); in dr_ioctl() 932 if ((hp->h_opts.size = scp->cmd_cm.c_len) != 0) { in dr_copyin_iocmd() 933 hp->h_opts.copts = GETSTRUCT(char, scp->cmd_cm.c_len + 1); in dr_copyin_iocmd() 934 ++hp->h_opts.size; in dr_copyin_iocmd() 936 (void *)hp->h_opts.copts, in dr_copyin_iocmd() 1061 hp->h_err = drmach_pre_op(cmd, bp->b_id, &hp->h_opts, &devset); in dr_pre_op() 1124 err = drmach_post_op(cmd, bp->b_id, &hp->h_opts, rv); in dr_post_op() 1277 hp->h_err = drmach_board_test(bp->b_id, &hp->h_opts, in dr_test_board() 1352 hp->h_err = drmach_board_connect(bp->b_id, &hp->h_opts); in dr_connect() [all …]
|
/titanic_50/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 689 if (hp->h_opts.size != 0) in dr_ioctl() 690 FREESTRUCT(hp->h_opts.copts, char, hp->h_opts.size); in dr_ioctl() 936 if ((hp->h_opts.size = scp->cmd_cm.c_len) != 0) { in dr_copyin_iocmd() 937 hp->h_opts.copts = GETSTRUCT(char, scp->cmd_cm.c_len + 1); in dr_copyin_iocmd() 938 ++hp->h_opts.size; in dr_copyin_iocmd() 940 (void *)hp->h_opts.copts, in dr_copyin_iocmd() 1063 hp->h_err = drmach_pre_op(cmd, bp->b_id, &hp->h_opts); in dr_pre_op() 1129 hp->h_err = drmach_post_op(cmd, bp->b_id, &hp->h_opts); in dr_post_op() 1287 hp->h_err = drmach_board_test(bp->b_id, &hp->h_opts, in dr_test_board() 1362 hp->h_err = drmach_board_connect(bp->b_id, &hp->h_opts); in dr_connect() [all …]
|
/titanic_50/usr/src/uts/sun4u/sys/ |
H A D | sbd.h | 55 sbdp_opts_t *h_opts; /* points to the platform options */ member
|
H A D | sbdpriv.h | 115 sbdp_opts_t h_opts; /* points to the platform options */ member
|
/titanic_50/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 1538 if (hp->h_opts.copts != NULL) { in sbd_release_handle() 1539 FREESTRUCT(hp->h_opts.copts, char, hp->h_opts.size); in sbd_release_handle() 1562 hdp->h_opts = NULL; in sbd_get_sbdp_handle() 1565 hdp->h_opts = &hp->h_opts; in sbd_get_sbdp_handle() 1651 if ((cmd != SBD_CMD_STATUS) && ((hp->h_opts.size = cmdp->cmd_cm.c_len) in sbd_copyin_ioarg() 1653 hp->h_opts.size += 1; /* For null termination of string. */ in sbd_copyin_ioarg() 1654 hp->h_opts.copts = GETSTRUCT(char, hp->h_opts.size); in sbd_copyin_ioarg() 1656 (void *)hp->h_opts.copts, in sbd_copyin_ioarg() 2701 if (sbdp_test_board(hdp, &hp->h_opts) != 0) { in sbd_test_board()
|
/titanic_50/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 274 drmach_opts_t h_opts; /* command-line platform options */ member
|
/titanic_50/usr/src/uts/i86pc/sys/ |
H A D | dr.h | 304 drmach_opts_t h_opts; /* command-line platform options */ member
|