/external/ltp/testcases/kernel/device-drivers/dev_sim_framework/user_space/ |
D | user_tmod.c | 54 dev_t devt; in tmodopen() local 58 devt = makedev(TMOD_MAJOR, 0); in tmodopen() 93 S_IWGRP), devt); in tmodopen() 105 if ((!(st.st_mode & S_IFCHR)) || (st.st_rdev != devt)) { in tmodopen() 112 S_IRGRP | S_IWGRP), devt); in tmodopen()
|
/external/ltp/testcases/kernel/device-drivers/include/ |
D | userBlockInclude.c | 72 dev_t devt; in open_block_device() local 84 devt = makedev(INCLUDEMAJOR, 0); in open_block_device() 122 S_IRGRP | S_IWGRP), devt); in open_block_device() 136 (statbuf.st_rdev != devt)) { in open_block_device() 142 | S_IRGRP | S_IWGRP), devt); in open_block_device()
|
/external/ltp/testcases/kernel/device-drivers/nls/ |
D | userBlockNLS.c | 70 dev_t devt; in open_block_device() local 82 devt = makedev(NLSMAJOR, 0); in open_block_device() 122 S_IRGRP | S_IWGRP), devt); in open_block_device() 136 (statbuf.st_rdev != devt)) { in open_block_device() 142 | S_IRGRP | S_IWGRP), devt); in open_block_device()
|
/external/ltp/testcases/kernel/device-drivers/usb/user_usb/ |
D | user_tusb.c | 35 dev_t devt; in tusbopen() local 39 devt = makedev(TUSB_MAJOR, 0); in tusbopen() 74 S_IWGRP), devt); in tusbopen() 86 if ((!(st.st_mode & S_IFCHR)) || (st.st_rdev != devt)) { in tusbopen() 93 S_IRGRP | S_IWGRP), devt); in tusbopen()
|
/external/ltp/testcases/kernel/device-drivers/base/user_base/ |
D | user_tbase.c | 50 dev_t devt; in tbaseopen() local 54 devt = makedev(TBASEMAJOR, 0); in tbaseopen() 89 S_IWGRP), devt); in tbaseopen() 101 if ((!(st.st_mode & S_IFCHR)) || (st.st_rdev != devt)) { in tbaseopen() 108 S_IRGRP | S_IWGRP), devt); in tbaseopen()
|
/external/ltp/testcases/kernel/device-drivers/agp/user_space/ |
D | user_tagp.c | 50 dev_t devt; in tagpopen() local 54 devt = makedev(TAGP_MAJOR, 0); in tagpopen() 89 S_IWGRP), devt); in tagpopen() 101 if ((!(st.st_mode & S_IFCHR)) || (st.st_rdev != devt)) { in tagpopen() 108 S_IRGRP | S_IWGRP), devt); in tagpopen()
|
/external/ltp/testcases/kernel/device-drivers/drm/user_space/ |
D | user_tdrm.c | 48 dev_t devt; in tdrmopen() local 52 devt = makedev(TDRM_MAJOR, 0); in tdrmopen() 87 S_IWGRP), devt); in tdrmopen() 99 if ((!(st.st_mode & S_IFCHR)) || (st.st_rdev != devt)) { in tdrmopen() 106 S_IRGRP | S_IWGRP), devt); in tdrmopen()
|
/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/ |
D | tbio.c | 85 dev_t devt; in setup() local 102 devt = makedev(TBIO_MAJOR, 0); in setup() 115 if ((st.st_mode & S_IFBLK) && (st.st_rdev == devt)) { in setup() 132 S_IRGRP | S_IWGRP, devt)) in setup()
|
/external/ltp/testcases/kernel/fs/scsi/ltpfs/ |
D | main.c | 392 dev_t devt; in LTP_fs_open_block_device() local 403 devt = makedev(LTPMAJOR, 0); in LTP_fs_open_block_device() 441 S_IRGRP | S_IWGRP), devt); in LTP_fs_open_block_device() 454 (statbuf.st_rdev != devt)) { in LTP_fs_open_block_device() 461 | S_IRGRP | S_IWGRP), devt); in LTP_fs_open_block_device()
|
/external/bcc/tools/ |
D | inject_example.txt | 97 struct hd_struct *p = *partp; dev_t disk = p->__dev.devt; disk ==
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 1126 …<var-decl name='devt' type-id='type-id-316' visibility='default' filepath='/ws/android/kernel/aosp…
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 7500 …<var-decl name="devt" type-id="8504f260" visibility="default" filepath="include/linux/device.h" li… 72356 …<var-decl name="devt" type-id="8504f260" visibility="default" filepath="include/linux/device.h" li…
|
D | test-PR27569-v0.abi | 7500 …<var-decl name="devt" type-id="8504f260" visibility="default" filepath="include/linux/device.h" li… 72342 …<var-decl name="devt" type-id="8504f260" visibility="default" filepath="include/linux/device.h" li…
|