Home
last modified time | relevance | path

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

/titanic_52/usr/src/lib/sun_fc/common/
H A DFCHBAPort.cc711 struct fcp_ioctl fioctl; in getTargetMappings() local
/titanic_52/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcp.c1444 struct fcp_ioctl fioctl; in fcp_setup_device_data_ioctl() local
1750 struct fcp_ioctl fioctl; fcp_get_target_mappings() local
3023 struct fcp_ioctl fioctl; fcp_get_statec_count() local
3102 fcp_copyin_fcp_ioctl_data(struct fcp_ioctl * data,int mode,int * rval,struct fcp_ioctl * fioctl,struct fcp_port ** pptr) fcp_copyin_fcp_ioctl_data() argument
[all...]
/titanic_52/usr/src/cmd/init/
H A Dinit.c137 #define fioctl(p, sptr, cmd) ioctl(fileno(p), sptr, cmd) macro