Searched refs:lap (Results 1 - 9 of 9) sorted by relevance

/freebsd-12-stable/usr.sbin/bluetooth/hccontrol/
H A Dlink_control.c53 cp.lap[2] = 0x9e;
54 cp.lap[1] = 0x8b;
55 cp.lap[0] = 0x33;
80 cp.lap[0] = (n0 & 0xff);
81 cp.lap[1] = (n1 & 0xff);
82 cp.lap[2] = (n2 & 0xff);
/freebsd-12-stable/sys/netsmb/
H A Dsmb_usr.c80 spec->lap = smb_memdupin(dp->ioc_local, dp->ioc_lolen);
81 if (spec->lap == NULL) {
109 if (spec->lap)
110 smb_memfree(spec->lap);
H A Dsmb_conn.h319 struct sockaddr*lap; member in struct:smb_vcspec
H A Dsmb_conn.c435 vcp->vc_laddr = sodupsockaddr(vcspec->lap, M_WAITOK);
/freebsd-12-stable/contrib/tcsh/
H A Dsh.lex.c78 * getexcl the variables lap, exclp, and exclnxt are all zero.
447 if (lap < labuf.len) {
448 c = labuf.s[lap++];
674 Strbuf_appendn(&buf, labuf.s + lap, labuf.len - lap);
680 lap = 0;
H A Dsh.h870 EXTERN size_t lap; /* N/A if == labuf.len, index into labuf.s otherwise */ variable
/freebsd-12-stable/lib/libbluetooth/
H A Dhci.c458 cp->lap[0] = 0x33;
459 cp->lap[1] = 0x8b;
460 cp->lap[2] = 0x9e;
/freebsd-12-stable/sys/netgraph/bluetooth/include/
H A Dng_hci.h634 u_int8_t lap[NG_HCI_LAP_SIZE]; /* LAP */ member in struct:__anon16016
648 u_int8_t lap[NG_HCI_LAP_SIZE]; /* LAP */ member in struct:__anon16017
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_cm.c150 static CM_COUNTER_ATTR(lap, CM_LAP_COUNTER);

Completed in 201 milliseconds