Searched refs:minor (Results 1 – 25 of 35) sorted by relevance
12
/glibc-2.36/sysdeps/generic/ |
D | gcc-compat.h | 28 #define GCC_COMPAT(major, minor) \ argument 29 (GCC_COMPAT_VERSION <= GCC_VERSION (major, minor)) 33 #define GCC_VERSION(major, minor) \ argument 34 (((major) << 16) + (minor))
|
/glibc-2.36/io/ |
D | tst-statx.c | 84 TEST_COMPARE (stx.stx_dev_minor, minor (st.st_dev)); in both_implementations_tests() 94 TEST_COMPARE (stx.stx_dev_minor, minor (st.st_dev)); in both_implementations_tests() 96 TEST_COMPARE (stx.stx_rdev_minor, minor (st.st_rdev)); in both_implementations_tests()
|
D | statx_generic.c | 82 .stx_rdev_minor = minor (st.st_rdev), in statx_generic() 84 .stx_dev_minor = minor (st.st_dev), in statx_generic()
|
D | tst-stat-time64.c | 79 TEST_COMPARE (stx.stx_dev_minor, minor (st.st_dev)); in do_test() 86 TEST_COMPARE (stx.stx_rdev_minor, minor (st.st_rdev)); in do_test()
|
D | tst-stat.c | 91 TEST_COMPARE (stx.stx_dev_minor, minor (st.st_dev)); in do_test() 98 TEST_COMPARE (stx.stx_rdev_minor, minor (st.st_rdev)); in do_test()
|
/glibc-2.36/support/ |
D | support_descriptors.c | 145 (long long int) minor (d->dev), in support_descriptors_dump() 230 (long long int) minor (left->dev), in support_descriptors_check() 232 (long long int) minor (right->dev)); in support_descriptors_check()
|
/glibc-2.36/misc/ |
D | tst-makedev.c | 29 unsigned int min = minor (d1); in do_test_split_combine() 48 unsigned int min2 = minor (d); in do_test_combine_split()
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/ |
D | ustat.c | 23 k_dev = ((major (dev) & 0xff) << 8) | (minor (dev) & 0xff); \
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | sysmacros.h | 40 DECL_TEMPL(unsigned int, minor, (__dev_t __dev))
|
/glibc-2.36/bits/ |
D | sysmacros.h | 49 DECL_TEMPL(unsigned int, minor, (__dev_t __dev))
|
/glibc-2.36/misc/sys/ |
D | sysmacros.h | 61 #define minor(dev) gnu_dev_minor (dev) macro
|
/glibc-2.36/timezone/ |
D | iso3166.tab | 254 UM US minor outlying islands
|
D | australasia | 383 # minor whaling stations operated 1909/1914 464 # US minor outlying islands
|
D | europe | 1529 # Whitman disagrees with most of these dates in minor ways;
|
/glibc-2.36/manual/ |
D | contrib.texi | 526 Regents of the University of California. They have undergone minor
|
D | terminal.texi | 2105 @c minor ok 2107 @c minor dup ok 2112 @c minor dup ok
|
D | llio.texi | 4596 Instead these minor operations, known as @dfn{IOCTL}s, are assigned code
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.3 | 850 of major and minor.
|
D | ChangeLog.4 | 989 name into buffer with major and minor numbers, and setting of LEN.
|
D | ChangeLog.14 | 3713 * sysdeps/x86_64/fpu/libm-test-ulps: Add some more minor changes 4915 minor, makedev name. 4920 * sysdeps/unix/sysv/linux/sys/sysmacros.h (major, minor, makedev): 4944 major, minor, makedev.
|
D | ChangeLog.13 | 5154 (_nl_load_domain): Distinguish major and minor revision parts. Add 5155 support for minor revision 1 with system dependent strings. 10529 (elf_machine_rel): Cleanup and minor optimization for RTLD_BOOTSTRAP.
|
D | ChangeLog.17 | 493 Some other minor cleanups. 12422 * stdio-common/printf_fp.c (___printf_fp): Cleanups and minor 13695 * sysdeps/x86_64/bits/atomic.h: Likewise. Fix a few minor problems.
|
D | ChangeLog.6 | 724 * sysdeps/unix/sysv/linux/sys/sysmacros.h (major, minor, makedev): 1052 * sysdeps/unix/sysv/linux/sys/sysmacros.h (minor, major, mkdev):
|
D | ChangeLog.15 | 807 * nis/ypclnt.c (ypprot_err): Fix "minor optimizations".
|
/glibc-2.36/ |
D | NEWS | 2246 * The macros 'major', 'minor', and 'makedev' are now only available from 2376 [19239] libc: Including stdlib.h ends up with macros major and minor being 3561 means that in a future release, the macros “major”, “minor”, and “makedev”
|
12