Home
last modified time | relevance | path

Searched defs:fioctl (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc711 struct fcp_ioctl fioctl; in getTargetMappings() local
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1448 struct fcp_ioctl fioctl; in fcp_setup_device_data_ioctl() local
1754 struct fcp_ioctl fioctl; in fcp_get_target_mappings() local
3027 struct fcp_ioctl fioctl; in fcp_get_statec_count() local
3106 struct fcp_ioctl *fioctl, struct fcp_port **pptr) in fcp_copyin_fcp_ioctl_data()
/illumos-gate/usr/src/cmd/init/
H A Dinit.c141 #define fioctl(p, sptr, cmd) ioctl(fileno(p), sptr, cmd) macro