/system/vold/ |
D | DirectVolume.cpp | 95 int major = atoi(evt->findParam("MAJOR")); in handleBlockEvent() local 101 major, minor); in handleBlockEvent() 102 if (createDeviceNode(nodepath, major, minor)) { in handleBlockEvent() 175 int major = atoi(evt->findParam("MAJOR")); in handlePartitionAdded() local 198 if (major != mDiskMajor) { in handlePartitionAdded() 223 int major = atoi(evt->findParam("MAJOR")); in handleDiskChanged() local 226 if ((major != mDiskMajor) || (minor != mDiskMinor)) { in handleDiskChanged() 256 int major = atoi(evt->findParam("MAJOR")); in handlePartitionChanged() local 258 SLOGD("Volume %s %s partition %d:%d changed\n", getLabel(), getMountpoint(), major, minor); in handlePartitionChanged() 262 int major = atoi(evt->findParam("MAJOR")); in handleDiskRemoved() local [all …]
|
D | Volume.h | 86 int createDeviceNode(const char *path, int major, int minor);
|
D | Volume.cpp | 185 int Volume::createDeviceNode(const char *path, int major, int minor) { in createDeviceNode() argument 187 dev_t dev = (major << 8) | minor; in createDeviceNode()
|
/system/core/init/ |
D | devices.c | 54 int major; member 194 int block, int major, int minor) in make_device() argument 202 dev = makedev(major, minor); in make_device() 238 uevent->major = -1; in parse_event() 259 uevent->major = atoi(msg); in parse_event() 278 uevent->firmware, uevent->major, uevent->minor); in parse_event() 357 if((uevent->major < 0) || (uevent->minor < 0)) in handle_device_event() 433 make_device(devpath, uevent->path, block, uevent->major, uevent->minor); in handle_device_event()
|
/system/core/sdcard/ |
D | fuse.h | 453 __u32 major; member 460 __u32 major; member 472 __u32 major; member 479 __u32 major; member
|
D | sdcard.c | 693 req->major, req->minor, req->max_readahead, req->flags); in handle_fuse_request() 695 out.major = FUSE_KERNEL_VERSION; in handle_fuse_request()
|
/system/extras/showslab/ |
D | showslab.c | 65 unsigned int major, minor; in get_slabinfo() local 78 if (sscanf(line, "slabinfo - version: %u.%u", &major, &minor) != 2) { in get_slabinfo() 83 if (major != 2 || minor > 1) { in get_slabinfo()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/BusAccess/Shm_Common/ |
D | whalHwEeprom.h | 60 extern int whal_hwEeprom_GetRadioTypeAndEEPROMversion(HwEeprom_T *pHwEeprom, UINT32 *major, UINT32 …
|
D | whalHwEeprom.c | 494 int whal_hwEeprom_GetRadioTypeAndEEPROMversion(HwEeprom_T *pHwEeprom, UINT32 *major, UINT32 *minor,… in whal_hwEeprom_GetRadioTypeAndEEPROMversion() argument 512 TNETWIF_ReadRegSync(pHwEeprom->hTNETWIF,EE_DATA,major); in whal_hwEeprom_GetRadioTypeAndEEPROMversion()
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/ |
D | chip_stat.c | 80 fw_version[0] = swVer.FWVersion.major + 48; in export_wifi_fw_version()
|
/system/core/toolbox/ |
D | lsof.c | 99 int major, minor; in print_maps() local
|
/system/wlan/ti/sta_dk_4_0_4_32/common/inc/ |
D | tiwlnif.h | 86 tiUINT8 major;
|
D | commonTypes.h | 617 UINT16 major;
|
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/src/ |
D | osUtil.c | 3325 swVer->DrvVersion.major = SW_VERSION_MAJOR; in UtilGetSwVersion() 3342 swVer->FWVersion.major += (FwVersion[i] - 0x30)*power(10, end - i); in UtilGetSwVersion() 3392 swVer->HWVersion.major = (UCHAR) EepromVersion.major; in UtilGetSwVersion() 3409 ((PTIWLN_VERSION_EX)swVer)->NVVersion.major = in UtilGetSwVersion() 3410 (UCHAR)EepromVersion.major; in UtilGetSwVersion()
|
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/ |
D | cu_cmd.c | 1007 …console_printf_terminal("Driver version: %u.%u.%u.%u.%u\n", data.DrvVersion.major, data.DrvVersion… in cmd_show_about() 1009 …console_printf_terminal("Firmware version: %u.%u.%u.%u.%u\n", data.FWVersion.major, data.FWVersion… in cmd_show_about() 1011 …console_printf_terminal("Eeprom Version: %u.%u.%u.%u.%u\n", data.HWVersion.major, data.HWVersion.m… in cmd_show_about() 1013 …console_printf_terminal("Eeprom Version2: %u.%u.%u.%u.%u\n", data.NVVersion.major, data.NVVersion.… in cmd_show_about()
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/ |
D | whalCtrl.c | 3066 pChip_Version->e2Ver.major = pWlanParams->majorE2Ver; in whalCtrl_GetFWInfo() 3089 ("E2 Major version is %d\n", pChip_Version->e2Ver.major)); in whalCtrl_GetFWInfo()
|