HomeSort by relevance Sort by last modified time
    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     [all...]

Completed in 354 milliseconds