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

/freebsd-current/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-current/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c162 ir->uclass[2], ir->uclass[1], ir->uclass[0]);
H A Dhost_controller_baseband.c955 rp.uclass[2], rp.uclass[1], rp.uclass[0]);
974 cp.uclass[0] = (n0 & 0xff);
975 cp.uclass[1] = (n1 & 0xff);
976 cp.uclass[2] = (n2 & 0xff);
/freebsd-current/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) argument
878 bcopy(uclass, ep->uclass, sizeof(ep->uclass));
H A Dng_hci_evnt.c476 uint8_t uclass[3] = {0,0,0};//dummy uclass local
529 error = ng_hci_lp_con_ind(con, uclass);
870 error = ng_hci_lp_con_ind(con, ep->uclass);
/freebsd-current/sys/netgraph/bluetooth/include/
H A Dng_hci.h494 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member in struct:__anon5206
1175 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member in struct:__anon5286
1180 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member in struct:__anon5287
1822 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */ member in struct:__anon5371
1838 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */ member in struct:__anon5373
/freebsd-current/lib/libbluetooth/
H A Dhci.c521 memcpy(i->dev_class, ir->uclass, sizeof(i->dev_class));

Completed in 207 milliseconds