Searched refs:uclass (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/usr.sbin/adduser/ |
| HD | adduser.sh | 195 echo "defaultclass=$uclass" >> ${ADDUSERCONF} 240 [ -n "$uclass" ] && _class='-L "$uclass"' 512 uclass="$defaultclass" 514 _class=${uclass:-"default"} 523 [ -n "$_input" ] && uclass="$_input" 811 printf "%-10s : %s\n" "Class" "$uclass" 857 uclass=
|
| /NextBSD/usr.sbin/bluetooth/hccontrol/ |
| HD | host_controller_baseband.c | 954 rp.uclass[2], rp.uclass[1], rp.uclass[0]); in hci_read_class_of_device() 973 cp.uclass[0] = (n0 & 0xff); in hci_write_class_of_device() 974 cp.uclass[1] = (n1 & 0xff); in hci_write_class_of_device() 975 cp.uclass[2] = (n2 & 0xff); in hci_write_class_of_device()
|
| HD | link_control.c | 161 ir->uclass[2], ir->uclass[1], ir->uclass[0]); in hci_inquiry_response()
|
| /NextBSD/sys/netgraph/bluetooth/include/ |
| HD | ng_hci.h | 428 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member 1106 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member 1111 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member 1730 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */ member 1746 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */ member
|
| /NextBSD/sys/netgraph/bluetooth/hci/ |
| HD | ng_hci_ulpi.c | 853 ng_hci_lp_con_ind(ng_hci_unit_con_p con, u_int8_t *uclass) in ng_hci_lp_con_ind() argument 879 bcopy(uclass, ep->uclass, sizeof(ep->uclass)); in ng_hci_lp_con_ind()
|
| HD | ng_hci_evnt.c | 455 uint8_t uclass[3] = {0,0,0};//dummy uclass in le_connection_complete() local 508 error = ng_hci_lp_con_ind(con, uclass); in le_connection_complete() 849 error = ng_hci_lp_con_ind(con, ep->uclass); in con_req()
|
| /NextBSD/lib/libbluetooth/ |
| HD | hci.c | 516 memcpy(i->dev_class, ir->uclass, sizeof(i->dev_class)); in bt_devinquiry()
|