Searched full:equivalent (Results 1 – 25 of 1901) sorted by relevance
12345678910>>...77
| /kernel/linux/linux-5.10/Documentation/networking/device_drivers/ethernet/altera/ |
| D | altera_tse.rst | 158 "tx_packets" is equivalent to aFramesTransmittedOK defined in IEEE 802.3-2012, 162 "rx_packets" is equivalent to aFramesReceivedOK defined in IEEE 802.3-2012, 167 "rx_crc_errors" is equivalent to aFrameCheckSequenceErrors defined in IEEE 172 "rx_align_errors" is equivalent to aAlignmentErrors defined in IEEE 802.3-2012, 177 "tx_bytes" is equivalent to aOctetsTransmittedOK defined in IEEE 802.3-2012, 181 "rx_bytes" is equivalent to aOctetsReceivedOK defined in IEEE 802.3-2012, 185 "tx_pause" is equivalent to aPAUSEMACCtrlFramesTransmitted defined in IEEE 189 "rx_pause" is equivalent to aPAUSEMACCtrlFramesReceived defined in IEEE 193 "rx_errors" is equivalent to ifInErrors defined in RFC 2863. This statistic is 197 "tx_errors" is equivalent to ifOutErrors defined in RFC 2863. This statistic [all …]
|
| /kernel/linux/linux-6.6/Documentation/networking/device_drivers/ethernet/altera/ |
| D | altera_tse.rst | 158 "tx_packets" is equivalent to aFramesTransmittedOK defined in IEEE 802.3-2012, 162 "rx_packets" is equivalent to aFramesReceivedOK defined in IEEE 802.3-2012, 167 "rx_crc_errors" is equivalent to aFrameCheckSequenceErrors defined in IEEE 172 "rx_align_errors" is equivalent to aAlignmentErrors defined in IEEE 802.3-2012, 177 "tx_bytes" is equivalent to aOctetsTransmittedOK defined in IEEE 802.3-2012, 181 "rx_bytes" is equivalent to aOctetsReceivedOK defined in IEEE 802.3-2012, 185 "tx_pause" is equivalent to aPAUSEMACCtrlFramesTransmitted defined in IEEE 189 "rx_pause" is equivalent to aPAUSEMACCtrlFramesReceived defined in IEEE 193 "rx_errors" is equivalent to ifInErrors defined in RFC 2863. This statistic is 197 "tx_errors" is equivalent to ifOutErrors defined in RFC 2863. This statistic [all …]
|
| /kernel/linux/linux-5.10/scripts/gdb/linux/ |
| D | proc.py | 24 Equivalent to cat /proc/cmdline on a running target""" 38 Equivalent to cat /proc/version on a running target""" 83 Equivalent to cat /proc/iomem on a running target""" 98 Equivalent to cat /proc/ioports on a running target""" 141 Equivalent to cat /proc/mounts on a running target 148 # Equivalent to proc_namespace.c:show_vfsmnt 207 specified as the command argument. Equivalent to
|
| /kernel/linux/linux-6.6/scripts/gdb/linux/ |
| D | proc.py | 26 Equivalent to cat /proc/cmdline on a running target""" 40 Equivalent to cat /proc/version on a running target""" 85 Equivalent to cat /proc/iomem on a running target""" 100 Equivalent to cat /proc/ioports on a running target""" 143 Equivalent to cat /proc/mounts on a running target 150 # Equivalent to proc_namespace.c:show_vfsmnt 209 specified as the command argument. Equivalent to
|
| /kernel/linux/linux-5.10/scripts/coccinelle/misc/ |
| D | excluded_middle.cocci | 3 /// Condition !A || A && B is equivalent to !A || B. 33 coccilib.report.print_report(p[0], "WARNING !A || A && B is equivalent to !A || B") 39 coccilib.org.print_todo(p[0], "WARNING !A || A && B is equivalent to !A || B")
|
| /kernel/linux/linux-6.6/scripts/coccinelle/misc/ |
| D | excluded_middle.cocci | 3 /// Condition !A || A && B is equivalent to !A || B. 33 coccilib.report.print_report(p[0], "WARNING !A || A && B is equivalent to !A || B") 39 coccilib.org.print_todo(p[0], "WARNING !A || A && B is equivalent to !A || B")
|
| /kernel/liteos_m/testsuites/unittest/posix/src/ctype/ |
| D | toupper_test.c | 69 * @tc.name : Converts a lowercase letter to uppercase equivalent 87 * @tc.name : Converts a lowercase letter to uppercase equivalent 105 * @tc.name : Converts a lowercase letter to uppercase equivalent 123 * @tc.name : Converts a lowercase letter to uppercase equivalent 141 * @tc.name : Converts a lowercase letter to uppercase equivalent
|
| D | tolower_test.c | 69 * @tc.name : Converts an uppercase letter specified by c to its lowercase equivalent 87 * @tc.name : Converts an uppercase letter specified by c to its lowercase equivalent 105 * @tc.name : Converts an uppercase letter to lowercase equivalent 123 * @tc.name : Converts an uppercase letter to its lowercase equivalent 141 * @tc.name : Converts an uppercase letter to its lowercase equivalent
|
| /kernel/linux/linux-6.6/arch/parisc/include/asm/ |
| D | fixmap.h | 19 * cache aliasing boundary for machines that support equivalent aliasing. 23 * non-equivalent aliasing without a performance penalty. 27 * 16 MB. Non-equivalent aliasing is not supported.
|
| /kernel/linux/linux-6.6/rust/kernel/ |
| D | print.rs | 200 /// Equivalent to the kernel's [`pr_emerg`] macro. 224 /// Equivalent to the kernel's [`pr_alert`] macro. 248 /// Equivalent to the kernel's [`pr_crit`] macro. 272 /// Equivalent to the kernel's [`pr_err`] macro. 296 /// Equivalent to the kernel's [`pr_warn`] macro. 320 /// Equivalent to the kernel's [`pr_notice`] macro. 344 /// Equivalent to the kernel's [`pr_info`] macro. 369 /// Equivalent to the kernel's [`pr_debug`] macro, except that it doesn't support dynamic debug 397 /// Equivalent to the kernel's [`pr_cont`] macro.
|
| /kernel/linux/linux-6.6/Documentation/userspace-api/media/v4l/ |
| D | diff-v4l.rst | 64 The V4L ``VIDIOCGCAP`` ioctl is equivalent to V4L2's 176 device. The equivalent V4L2 ioctls are 225 V4L TV or radio device. The equivalent V4L2 ioctls are 268 V4L2 has no equivalent of the ``VIDIOCGPICT`` and ``VIDIOCSPICT`` ioctl 353 of a V4L device. The equivalent V4L2 ioctls are 414 The V4L2 ioctls equivalent to ``VIDIOCGFBUF`` and ``VIDIOCSFBUF`` are 462 ``video_capture``. The equivalent V4L2 ioctls are 609 ``VIDEO_PALETTE_RAW``, equivalent to ``V4L2_PIX_FMT_GREY``. The 610 remaining fields are probably equivalent to struct 622 V4L2 has no equivalent of the ``VIDIOCGUNIT`` ioctl. Applications can
|
| /kernel/linux/linux-5.10/Documentation/userspace-api/media/v4l/ |
| D | diff-v4l.rst | 64 The V4L ``VIDIOCGCAP`` ioctl is equivalent to V4L2's 168 device. The equivalent V4L2 ioctls are 217 V4L TV or radio device. The equivalent V4L2 ioctls are 260 V4L2 has no equivalent of the ``VIDIOCGPICT`` and ``VIDIOCSPICT`` ioctl 345 of a V4L device. The equivalent V4L2 ioctls are 406 The V4L2 ioctls equivalent to ``VIDIOCGFBUF`` and ``VIDIOCSFBUF`` are 454 ``video_capture``. The equivalent V4L2 ioctls are 601 ``VIDEO_PALETTE_RAW``, equivalent to ``V4L2_PIX_FMT_GREY``. The 602 remaining fields are probably equivalent to struct 614 V4L2 has no equivalent of the ``VIDIOCGUNIT`` ioctl. Applications can
|
| /kernel/linux/linux-5.10/Documentation/ABI/testing/ |
| D | sysfs-class-watchdog | 6 device at boot. It is equivalent to WDIOC_GETBOOTSTATUS of 40 internal status bits. It is equivalent to WDIOC_GETSTATUS 48 reset generation. It is equivalent to WDIOC_GETTIMELEFT of
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/crypto/ |
| D | inside-secure-safexcel.txt | 21 - "inside-secure,safexcel-eip197" is equivalent to 23 - "inside-secure,safexcel-eip97" is equivalent to
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/crypto/ |
| D | inside-secure-safexcel.txt | 21 - "inside-secure,safexcel-eip197" is equivalent to 23 - "inside-secure,safexcel-eip97" is equivalent to
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | bpf_mem_alloc.h | 28 /* kmalloc/kfree equivalent: */ 33 /* kmem_cache_alloc/free equivalent: */
|
| /kernel/linux/linux-5.10/arch/xtensa/include/asm/ |
| D | asm-uaccess.h | 70 * See the equivalent C-macro version below for clarity. 98 * See the equivalent C-macro version below for clarity. 128 * equivalent C-macro version below for clarity.
|
| /kernel/linux/linux-6.6/Documentation/ABI/testing/ |
| D | sysfs-class-watchdog | 6 device at boot. It is equivalent to WDIOC_GETBOOTSTATUS of 53 internal status bits. It is equivalent to WDIOC_GETSTATUS 61 reset generation. It is equivalent to WDIOC_GETTIMELEFT of
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | btf_dump_test_case_syntax.c | 49 * a pointer to a const pointer to a char. Equivalent to: 58 * argument and returning pointer to a function as a result. Sane equivalent: 67 * `int -> char *` function and returns pointer to a char. Equivalent:
|
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| D | hyperv-tlfs.h | 25 * These Hyper-V registers provide information equivalent to the CPUID 44 * Synthetic register definitions equivalent to MSRs on x86/x64
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | jump_label.h | 61 /* Equivalent to "jmp.d32 \target" */ 80 /* Equivalent to "jmp.d32 \target" */
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | if_link.h | 90 * For IEEE 802.3 devices this counter may be equivalent to: 99 * For IEEE 802.3 devices this counter should be equivalent to a sum 128 * For IEEE 802.3 devices this counter must be equivalent to: 135 * For IEEE 802.3 devices this counter should be equivalent to: 165 * must be equivalent to: 176 * For IEEE 802.3 devices this counter must be equivalent to: 190 * For IEEE 802.3 devices possibly equivalent to: 198 * For IEEE 802.3 devices this counter must be equivalent to:
|
| /kernel/linux/linux-6.6/include/kunit/ |
| D | test.h | 870 * equal. This is semantically equivalent to 891 * equal. This is semantically equivalent to 912 * equal. This is semantically equivalent to 933 * equal. This is semantically equivalent to 954 * value that @right evaluates to. This is semantically equivalent to 975 * equal to the value that @right evaluates to. Semantically this is equivalent 996 * the value that @right evaluates to. This is semantically equivalent to 1017 * the value that @right evaluates to. This is semantically equivalent to 1038 * equal. This is semantically equivalent to 1059 * not equal. This is semantically equivalent to [all …]
|
| /kernel/linux/linux-6.6/include/linux/mtd/ |
| D | ubi.h | 82 * @used_bytes field is equivalent to @size*@usable_leb_size, and the @used_ebs 83 * field is equivalent to @size. 159 * alignment is not equivalent to %1. 172 * The @max_write_size field is always greater or equivalent to @min_io_size.
|
| /kernel/linux/linux-5.10/include/linux/mtd/ |
| D | ubi.h | 82 * @used_bytes field is equivalent to @size*@usable_leb_size, and the @used_ebs 83 * field is equivalent to @size. 158 * alignment is not equivalent to %1. 171 * The @max_write_size field is always greater or equivalent to @min_io_size.
|
12345678910>>...77