Searched refs:minor (Results 1 - 18 of 18) sorted by relevance

/system/bt/bta/sys/
H A Dutl.c182 ** BTA_UTL_SET_COD_MAJOR_MINOR, - overwrite major, minor class
185 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class
186 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
195 UINT8 minor, major; local
200 BTM_COD_MINOR_CLASS(minor, dev );
206 minor = p_cod->minor & BTM_COD_MINOR_CLASS_MASK;
222 minor = p_cod->minor & BTM_COD_MINOR_CLASS_MASK;
229 minor
[all...]
/system/bt/bta/include/
H A Dutl.h47 UINT8 minor; member in struct:__anon504
129 ** BTA_UTL_SET_COD_MAJOR_MINOR, - overwrite major, minor class
132 ** BTA_UTL_SET_COD_ALL - overwrite major, minor, set the bits in service class
133 ** BTA_UTL_INIT_COD - overwrite major, minor, and service class
/system/vold/
H A DDevmapper.cpp160 unsigned minor = (io->dev & 0xff) | ((io->dev >> 12) & 0xfff00); local
162 snprintf(ubuffer, len, "/dev/block/dm-%u", minor);
217 unsigned minor = (io->dev & 0xff) | ((io->dev >> 12) & 0xfff00); local
218 snprintf(ubuffer, len, "/dev/block/dm-%u", minor);
H A DEmulatedVolume.cpp48 setId(StringPrintf("emulated:%u,%u", major(device), minor(device)));
H A DPrivateVolume.cpp48 setId(StringPrintf("private:%u,%u", major(device), minor(device)));
H A DDisk.cpp83 mId = StringPrintf("disk:%u,%u", major(device), minor(device));
291 dev_t partDevice = makedev(major(mDevice), minor(mDevice) + i);
H A DPublicVolume.cpp46 setId(StringPrintf("public:%u,%u", major(device), minor(device)));
H A DVolumeManager.cpp292 int minor = atoi(evt->findParam("MINOR")); local
293 dev_t device = makedev(major, minor);
318 LOG(DEBUG) << "Disk at " << major << ":" << minor << " changed"; local
H A DUtils.cpp75 << ":" << minor(dev) << " at " << path;
H A Dcryptfs.c796 SLOGW("Warning: crypto footer minor version %d, expected <= %d, continuing...\n",
1155 unsigned int minor; local
1181 minor = (io->dev & 0xff) | ((io->dev >> 12) & 0xfff00);
1182 snprintf(crypto_blk_name, MAXPATHLEN, "/dev/block/dm-%u", minor);
/system/core/init/
H A Ddevices.cpp69 int minor; member in struct:uevent
233 int block, int major, int minor,
249 dev = makedev(major, minor);
364 uevent->minor = -1;
388 uevent->minor = atoi(msg);
408 uevent->firmware, uevent->major, uevent->minor);
525 const char *path, int block, int major, int minor, char **links)
530 make_device(devpath, path, block, major, minor, (const char **)links);
567 if((uevent->major < 0) || (uevent->minor < 0))
604 uevent->major, uevent->minor, link
231 make_device(const char *path, const char * , int block, int major, int minor, const char **links) argument
524 handle_device(const char *action, const char *devpath, const char *path, int block, int major, int minor, char **links) argument
[all...]
/system/extras/showslab/
H A Dshowslab.c65 unsigned int major, minor; local
78 if (sscanf(line, "slabinfo - version: %u.%u", &major, &minor) != 2) {
83 if (major != 2 || minor > 1) {
/system/core/sdcard/
H A Dsdcard.c1421 handler->token, req->major, req->minor, req->max_readahead, req->flags);
1428 if (req->major != FUSE_KERNEL_VERSION || req->minor < 6) {
1430 req->major, req->minor, FUSE_KERNEL_VERSION);
1435 out.minor = MIN(req->minor, 15);
1440 /* If the kernel only works on minor revs older than or equal to 22,
1443 if (req->minor <= 22) {
/system/core/toolbox/
H A Dls.c299 major(s->st_rdev), minor(s->st_rdev),
/system/bt/stack/btm/
H A Dbtm_inq.c161 UINT8 major, minor; local
266 BTM_COD_MINOR_CLASS(minor, p_cod );
273 FIELDS_TO_COD(cod, minor, major, service_class);
H A Dbtm_sec.c6076 UINT8 minor = (UINT8)(p_dev_rec->dev_class[2] & BTM_COD_MINOR_CLASS_MASK); local
6080 && ((minor == BTM_COD_MINOR_CONFM_HANDSFREE) || (minor == BTM_COD_MINOR_CAR_AUDIO)) )
6083 __func__, major, minor);
/system/core/adb/
H A Dusb_linux.cpp283 major(st.st_rdev), minor(st.st_rdev));
/system/keymaster/
H A Dandroid_keymaster_test_utils.h207 keymaster_error_t GetVersion(uint8_t* major, uint8_t* minor, uint8_t* subminor);

Completed in 449 milliseconds