Searched refs:fixed_command (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Dat.c165 u_long fixed_command; local
170 fixed_command = _IOW(0, 0xff99, user_addr_t);
171 if ((error = at_ioctl((struct atpcb *)so->so_pcb, fixed_command, data, 0))) {
174 error = at_ioctl((struct atpcb *)so->so_pcb, fixed_command, data , 0);
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_generic.c796 u_long fixed_command; local
803 fixed_command = _IOW(0, 0xff99, uap->data);
804 error = fo_ioctl(fp, fixed_command, datap, &context);

Completed in 41 milliseconds