Operating System - Linux
1828690 Members
2588 Online
109984 Solutions
New Discussion

DL_HP_SET_DRV_PARAM_IOCTL

 
SOLVED
Go to solution
Stephen Keane
Honored Contributor

DL_HP_SET_DRV_PARAM_IOCTL

Easy 10 pointer for someone who can tell me what the value of DL_HP_SET_DRV_PARAM_IOCTL is. I think you'll need a 11.23 machine and it may be in /usr/include/sys/stropts.h

2 REPLIES 2
Dennis Handly
Acclaimed Contributor
Solution

Re: DL_HP_SET_DRV_PARAM_IOCTL

/usr/include/sys/dlpi_ext.h has:
#define DL_HP_SET_DRV_PARAM_IOCTL _IOW('D',50,dl_hp_set_drv_param_ioctl_t)
Stephen Keane
Honored Contributor

Re: DL_HP_SET_DRV_PARAM_IOCTL

Got the information I wanted, many thanks to Dennis. (told you it was an easy one)