Home
last modified time | relevance | path

Searched refs:h_opts (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_mbox.c136 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 …]
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c687 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 …]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c689 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()
1363 hp->h_err = drmach_board_connect(bp->b_id, &hp->h_opts); in dr_connect()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd.h55 sbdp_opts_t *h_opts; /* points to the platform options */ member
H A Dsbdpriv.h113 sbdp_opts_t h_opts; /* points to the platform options */ member
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c1531 if (hp->h_opts.copts != NULL) { in sbd_release_handle()
1532 FREESTRUCT(hp->h_opts.copts, char, hp->h_opts.size); in sbd_release_handle()
1555 hdp->h_opts = NULL; in sbd_get_sbdp_handle()
1558 hdp->h_opts = &hp->h_opts; in sbd_get_sbdp_handle()
1644 (hp->h_opts.size = cmdp->cmd_cm.c_len) > 0) { in sbd_copyin_ioarg()
1645 hp->h_opts.size += 1; /* For null termination of string. */ in sbd_copyin_ioarg()
1646 hp->h_opts.copts = GETSTRUCT(char, hp->h_opts.size); in sbd_copyin_ioarg()
1648 (void *)hp->h_opts.copts, in sbd_copyin_ioarg()
2686 if (sbdp_test_board(hdp, &hp->h_opts) != 0) { in sbd_test_board()
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h277 drmach_opts_t h_opts; /* command-line platform options */ member
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h307 drmach_opts_t h_opts; /* command-line platform options */ member