HomeSort by relevance Sort by last modified time
    Searched refs:discn (Results 1 - 4 of 4) sorted by null

  /external/grub/lib/
device.c 683 char discn[32]; local
687 /* Linux creates symlinks "/dev/discs/discN" for convenience.
689 sprintf (discn, "/dev/discs/disc%d", num_hd);
690 if (stat (discn, &st) < 0)
693 if (realpath (discn, name))
  /external/bluetooth/bluedroid/stack/include/
btm_api.h 862 tBTM_BL_DISCN_DATA discn; \/* The data associated with BTM_BL_DISCN_EVT *\/ member in union:__anon3248
    [all...]
  /external/bluetooth/bluedroid/stack/btm/
btm_acl.c 337 evt_data.discn.p_bda = bda;
    [all...]
  /external/bluetooth/bluedroid/bta/dm/
bta_dm_act.c     [all...]

Completed in 179 milliseconds