Searched refs:h_mode (Results 1 – 10 of 10) sorted by relevance
/titanic_44/usr/src/head/ |
H A D | archives.h | 70 h_mode, /* modes of file */ member
|
/titanic_44/usr/src/uts/sun4u/sys/ |
H A D | sbd.h | 73 int h_mode; member
|
H A D | sbdpriv.h | 112 int h_mode; /* device open mode */ member
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | dr.c | 596 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() 1009 if (ddi_model_convert_from(hp->h_mode & FMODELS) == DDI_MODEL_ILP32) { in dr_copyout_errs() 1019 sizeof (sbd_error32_t), hp->h_mode)) { in dr_copyout_errs() [all …]
|
/titanic_44/usr/src/uts/sun4u/ngdr/io/ |
H A D | dr.c | 598 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() 1012 if (ddi_model_convert_from(hp->h_mode & FMODELS) == DDI_MODEL_ILP32) { in dr_copyout_errs() 1022 sizeof (sbd_error32_t), hp->h_mode)) { in dr_copyout_errs() [all …]
|
/titanic_44/usr/src/uts/sun4u/io/ |
H A D | sbd.c | 766 iap->h_mode = hp->h_mode; in sbd_exec_op() 1465 hp->h_mode = iap->mode; in sbd_get_handle() 1657 cmdp->cmd_cm.c_len, hp->h_mode) != 0) { in sbd_copyin_ioarg() 1863 if (!(hp->h_mode & FWRITE)) { in sbd_pre_op() 1873 rv = sbd_copyin_ioarg(hp, hp->h_mode, cmd, in sbd_pre_op() 1969 (void) sbd_copyout_errs(hp->h_mode, hp->h_iap, shp->sh_arg); in sbd_pre_op() 2012 (void) sbd_copyout_errs(hp->h_mode, hp->h_iap, in sbd_post_op() 4284 error = sbd_copyout_ioarg(hp->h_mode, hp->h_cmd, cmdp, in sbd_get_ncm() 4310 mode = hp->h_mode; in sbd_status()
|
/titanic_44/usr/src/uts/sun4u/ngdr/sys/ |
H A D | dr.h | 269 int h_mode; /* device open mode */ member
|
/titanic_44/usr/src/uts/i86pc/sys/ |
H A D | dr.h | 299 int h_mode; /* device open mode */ member
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sbdp.c | 836 ddi_copyin(sbdi->i_opts, buf, sbdi->i_len, sbdpi->h_mode)) { in sbdp_ioctl()
|
/titanic_44/usr/src/cmd/cpio/ |
H A D | cpio.c | 5840 Gen.g_mode = Hdr.h_mode; in read_hdr() 7259 Hdr.h_mode = mode; in write_hdr()
|