Home
last modified time | relevance | path

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

/freebsd/usr.sbin/adduser/
H A Dadduser.sh180 echo "defaultclass=$uclass" >> ${ADDUSERCONF}
212 [ -n "$uclass" ] && _class='-L "$uclass"'
531 uclass="$defaultclass"
532 _class=${uclass:-"default"}
541 [ -n "$_input" ] && uclass="$_input"
909 printf "%-11s : %s\n" "Class" "$uclass"
963 uclass=
/freebsd/usr.sbin/bluetooth/hccontrol/
H A Dhost_controller_baseband.c955 rp.uclass[2], rp.uclass[1], rp.uclass[0]); in hci_read_class_of_device()
974 cp.uclass[0] = (n0 & 0xff); in hci_write_class_of_device()
975 cp.uclass[1] = (n1 & 0xff); in hci_write_class_of_device()
976 cp.uclass[2] = (n2 & 0xff); in hci_write_class_of_device()
H A Dlink_control.c162 ir->uclass[2], ir->uclass[1], ir->uclass[0]); in hci_inquiry_response()
/freebsd/sys/netgraph/bluetooth/include/
H A Dng_hci.h496 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1221 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1226 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */
1882 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */
1898 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */
494 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ global() member
1175 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ global() member
1180 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ global() member
1822 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */ global() member
1838 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */ global() member
/freebsd/sys/netgraph/bluetooth/hci/
H A Dng_hci_ulpi.c852 ng_hci_lp_con_ind(ng_hci_unit_con_p con, u_int8_t *uclass) in ng_hci_lp_con_ind() argument
878 bcopy(uclass, ep->uclass, sizeof(ep->uclass)); in ng_hci_lp_con_ind()
H A Dng_hci_evnt.c478 uint8_t uclass[3] = {0,0,0};//dummy uclass in le_connection_complete()
531 error = ng_hci_lp_con_ind(con, uclass); in le_connection_complete()
872 error = ng_hci_lp_con_ind(con, ep->uclass); in con_req()
476 uint8_t uclass[3] = {0,0,0};//dummy uclass le_connection_complete() local
/freebsd/lib/libbluetooth/
H A Dhci.c521 memcpy(i->dev_class, ir->uclass, sizeof(i->dev_class)); in bt_devinquiry()