OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:acl_cnt
(Results
1 - 5
of
5
) sorted by null
/ndk/sources/host-tools/sed-4.2.1/lib/
acl_entries.c
64
count = acl->
acl_cnt
;
acl-internal.h
29
#if defined HAVE_ACL && ! defined GETACLCNT && defined
ACL_CNT
30
# define GETACLCNT
ACL_CNT
file-has-acl.c
76
int count = acl->
acl_cnt
;
/external/bluetooth/bluez/test/
hciemu.c
73
uint16_t
acl_cnt
;
member in struct:vhci_device
389
vdev.
acl_cnt
= 0;
411
*((uint16_t *) ptr) = htobs(vdev.
acl_cnt
); ptr += 2;
854
if (++vdev.
acl_cnt
> VHCI_ACL_MAX_PKT - 1) {
857
vdev.
acl_cnt
= 0;
/external/strace/
file.c
1345
#ifdef
ACL_CNT
1346
{
ACL_CNT
, "
ACL_CNT
" },
[
all
...]
Completed in 327 milliseconds