NetBSD/sys/netbt
rtr 0dedd9772f fix parameter types in pr_ioctl, called xx_control() functions and remove
abuse of pointer to struct mbuf type.

param2 changed to u_long type and uses parameter name 'cmd' (ioctl command)
param3 changed to void * type and uses parameter name 'data'
param4 changed to struct ifnet * and uses parameter name 'ifp'
param5 has been removed (formerly struct lwp *) and uses of 'l' have been
       replaced with curlwp from curproc(9).

callers have had (now unnecessary) casts to struct mbuf * removed, called
code has had (now unnecessary) casts to u_long, void * and struct ifnet *
respectively removed.

reviewed by rmind@
2014-07-01 05:49:18 +00:00
..
bluetooth.h
bt_proto.c
bt_sysctl.c
files.netbt
hci_event.c
hci_ioctl.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
hci_link.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
hci_misc.c
hci_socket.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
hci_unit.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
hci.h fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
l2cap_lower.c
l2cap_misc.c
l2cap_signal.c
l2cap_socket.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
l2cap_upper.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
l2cap.h netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
Makefile
rfcomm_dlc.c
rfcomm_session.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
rfcomm_socket.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
rfcomm_upper.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
rfcomm.h netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
sco_socket.c fix parameter types in pr_ioctl, called xx_control() functions and remove 2014-07-01 05:49:18 +00:00
sco_upper.c netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00
sco.h netbt: rename some attach/detach functions to have _pcb suffix, so 2014-05-20 18:25:54 +00:00