Home
last modified time | relevance | path

Searched refs:uclass (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/usr.sbin/adduser/
H A Dadduser.sh197 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-13.1/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c956 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()
H A Dlink_control.c163 ir->uclass[2], ir->uclass[1], ir->uclass[0]); in hci_inquiry_response()
/freebsd-13.1/sys/netgraph/bluetooth/include/
H A Dng_hci.h495 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member
1176 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member
1181 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member
1823 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */ member
1839 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */ member
/freebsd-13.1/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c853 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()
H A Dng_hci_evnt.c474 uint8_t uclass[3] = {0,0,0};//dummy uclass in le_connection_complete() local
527 error = ng_hci_lp_con_ind(con, uclass); in le_connection_complete()
868 error = ng_hci_lp_con_ind(con, ep->uclass); in con_req()
/freebsd-13.1/lib/libbluetooth/
H A Dhci.c523 memcpy(i->dev_class, ir->uclass, sizeof(i->dev_class)); in bt_devinquiry()