Searched refs:uclass (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/usr.sbin/adduser/ |
| D | adduser.sh | 197 echo "defaultclass=$uclass" >> ${ADDUSERCONF} 242 [ -n "$uclass" ] && _class='-L "$uclass"' 514 uclass="$defaultclass" 516 _class=${uclass:-"default"} 525 [ -n "$_input" ] && uclass="$_input" 813 printf "%-10s : %s\n" "Class" "$uclass" 859 uclass=
|
| /freebsd-12-stable/usr.sbin/bluetooth/hccontrol/ |
| D | host_controller_baseband.c | 956 rp.uclass[2], rp.uclass[1], rp.uclass[0]); in hci_read_class_of_device() 975 cp.uclass[0] = (n0 & 0xff); in hci_write_class_of_device() 976 cp.uclass[1] = (n1 & 0xff); in hci_write_class_of_device() 977 cp.uclass[2] = (n2 & 0xff); in hci_write_class_of_device()
|
| D | link_control.c | 163 ir->uclass[2], ir->uclass[1], ir->uclass[0]); in hci_inquiry_response()
|
| /freebsd-12-stable/sys/netgraph/bluetooth/include/ |
| D | ng_hci.h | 431 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member 1112 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member 1117 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member 1736 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */ member 1752 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */ member
|
| /freebsd-12-stable/sys/netgraph/bluetooth/hci/ |
| D | ng_hci_ulpi.c | 855 ng_hci_lp_con_ind(ng_hci_unit_con_p con, u_int8_t *uclass) in ng_hci_lp_con_ind() argument 881 bcopy(uclass, ep->uclass, sizeof(ep->uclass)); in ng_hci_lp_con_ind()
|
| D | ng_hci_evnt.c | 471 uint8_t uclass[3] = {0,0,0};//dummy uclass in le_connection_complete() local 524 error = ng_hci_lp_con_ind(con, uclass); in le_connection_complete() 866 error = ng_hci_lp_con_ind(con, ep->uclass); in con_req()
|
| /freebsd-12-stable/lib/libbluetooth/ |
| D | hci.c | 523 memcpy(i->dev_class, ir->uclass, sizeof(i->dev_class)); in bt_devinquiry()
|