Home
last modified time | relevance | path

Searched refs:h_mode (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/head/
H A Darchives.h68 h_mode, /* modes of file */ member
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c596 hp->h_mode = mode; in dr_ioctl()
893 if (ddi_model_convert_from(hp->h_mode & FMODELS) == DDI_MODEL_ILP32) { in dr_copyin_iocmd()
899 sizeof (sbd_cmd32_t), hp->h_mode)) { in dr_copyin_iocmd()
926 sizeof (sbd_cmd_t), hp->h_mode) != 0) { in dr_copyin_iocmd()
937 scp->cmd_cm.c_len, hp->h_mode) != 0) { in dr_copyin_iocmd()
956 if (ddi_model_convert_from(hp->h_mode & FMODELS) == DDI_MODEL_ILP32) { in dr_copyout_iocmd()
977 sizeof (sbd_cmd32_t), hp->h_mode)) { in dr_copyout_iocmd()
986 sizeof (sbd_cmd_t), hp->h_mode) != 0) { in dr_copyout_iocmd()
1019 sizeof (sbd_error32_t), hp->h_mode)) { in dr_copyout_errs()
1029 sizeof (sbd_error_t), hp->h_mode)) { in dr_copyout_errs()
[all …]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c598 hp->h_mode = mode; in dr_ioctl()
897 if (ddi_model_convert_from(hp->h_mode & FMODELS) == DDI_MODEL_ILP32) { in dr_copyin_iocmd()
903 sizeof (sbd_cmd32_t), hp->h_mode)) { in dr_copyin_iocmd()
930 sizeof (sbd_cmd_t), hp->h_mode) != 0) { in dr_copyin_iocmd()
941 scp->cmd_cm.c_len, hp->h_mode) != 0) { in dr_copyin_iocmd()
959 if (ddi_model_convert_from(hp->h_mode & FMODELS) == DDI_MODEL_ILP32) { in dr_copyout_iocmd()
980 sizeof (sbd_cmd32_t), hp->h_mode)) { in dr_copyout_iocmd()
989 sizeof (sbd_cmd_t), hp->h_mode) != 0) { in dr_copyout_iocmd()
1022 sizeof (sbd_error32_t), hp->h_mode)) { in dr_copyout_errs()
1032 sizeof (sbd_error_t), hp->h_mode)) { in dr_copyout_errs()
[all …]
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd.h73 int h_mode; member
H A Dsbdpriv.h110 int h_mode; /* device open mode */ member
/illumos-gate/usr/src/uts/sun4u/io/
H A Dsbd.c767 iap->h_mode = hp->h_mode; in sbd_exec_op()
1459 hp->h_mode = iap->mode; in sbd_get_handle()
1649 cmdp->cmd_cm.c_len, hp->h_mode) != 0) { in sbd_copyin_ioarg()
1851 if (!(hp->h_mode & FWRITE)) { in sbd_pre_op()
1861 rv = sbd_copyin_ioarg(hp, hp->h_mode, cmd, in sbd_pre_op()
1955 (void) sbd_copyout_errs(hp->h_mode, hp->h_iap, shp->sh_arg); in sbd_pre_op()
1997 (void) sbd_copyout_errs(hp->h_mode, hp->h_iap, in sbd_post_op()
4263 error = sbd_copyout_ioarg(hp->h_mode, hp->h_cmd, cmdp, in sbd_get_ncm()
4289 mode = hp->h_mode; in sbd_status()
/illumos-gate/usr/src/uts/sun4u/ngdr/sys/
H A Ddr.h273 int h_mode; /* device open mode */ member
/illumos-gate/usr/src/uts/i86pc/sys/
H A Ddr.h303 int h_mode; /* device open mode */ member
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp.c836 ddi_copyin(sbdi->i_opts, buf, sbdi->i_len, sbdpi->h_mode)) { in sbdp_ioctl()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c5847 Gen.g_mode = Hdr.h_mode; in read_hdr()
7266 Hdr.h_mode = mode; in write_hdr()