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

/freebsd-11-stable/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-11-stable/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c163 ir->uclass[2], ir->uclass[1], ir->uclass[0]);
H A Dhost_controller_baseband.c956 rp.uclass[2], rp.uclass[1], rp.uclass[0]);
975 cp.uclass[0] = (n0 & 0xff);
976 cp.uclass[1] = (n1 & 0xff);
977 cp.uclass[2] = (n2 & 0xff);
/freebsd-11-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h428 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member in struct:__anon138
1106 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member in struct:__anon218
1111 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* unit class */ member in struct:__anon219
1730 u_int8_t uclass[NG_HCI_CLASS_SIZE];/* unit class */ member in struct:__anon300
1746 u_int8_t uclass[NG_HCI_CLASS_SIZE]; /* remote unit class */ member in struct:__anon302
/freebsd-11-stable/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) argument
879 bcopy(uclass, ep->uclass, sizeof(ep->uclass));
H A Dng_hci_evnt.c455 uint8_t uclass[3] = {0,0,0};//dummy uclass local
508 error = ng_hci_lp_con_ind(con, uclass);
850 error = ng_hci_lp_con_ind(con, ep->uclass);
/freebsd-11-stable/lib/libbluetooth/
H A Dhci.c516 memcpy(i->dev_class, ir->uclass, sizeof(i->dev_class));

Completed in 202 milliseconds