/kernel/linux/linux-5.10/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_resource.h | 72 char serial[16]; /* card serial number */ member
|
/kernel/linux/linux-5.10/drivers/tty/serial/ |
H A D | imx_earlycon.c | 10 #include <linux/serial.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/cisco/enic/ |
H A D | vnic_resource.h | 59 char serial[16]; /* card serial number */ member
|
/kernel/linux/linux-6.6/drivers/tty/serial/ |
H A D | imx_earlycon.c | 10 #include <linux/serial.h>
|
H A D | Makefile | 3 # Makefile for the kernel serial device drivers. 59 obj-$(CONFIG_SERIAL_OMAP) += omap-serial.o 71 obj-$(CONFIG_SERIAL_TEGRA) += serial-tegra.o
|
/third_party/backends/backend/pixma/ |
H A D | pixma_bjnp.h | 85 SANE_String_Const serial,
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/ |
H A D | CommandRecordingContext.h | 43 void TrackHeapUsage(Heap* heap, ExecutionSerial serial);
|
/third_party/python/PC/layout/support/ |
H A D | constants.py | 25 serial = field4 & 0x0F 26 return f"{name}{serial}"
|
/kernel/linux/linux-5.10/arch/sh/kernel/cpu/sh3/ |
H A D | setup-sh770x.c | 16 #include <linux/serial.h> 20 #include <cpu/serial.h>
|
/kernel/linux/linux-6.6/arch/sh/kernel/cpu/sh3/ |
H A D | setup-sh770x.c | 16 #include <linux/serial.h> 20 #include <cpu/serial.h>
|
/kernel/linux/linux-5.10/drivers/tty/serial/8250/ |
H A D | 8250_early.c | 3 * Early serial console for 8250/16550 devices 8 * Based on the 8250.c serial driver, Copyright (C) 2001 Russell King, 11 * This is for use before the serial driver has initialized, in 32 #include <linux/serial.h> 35 #include <asm/serial.h>
|
/kernel/linux/linux-5.10/fs/jfs/ |
H A D | jfs_logmgr.h | 56 __le32 serial; /* 4: log open/mount counter */ member 360 int serial; /* 4: log mount serial number */ member
|
/kernel/linux/linux-6.6/fs/jfs/ |
H A D | jfs_logmgr.h | 56 __le32 serial; /* 4: log open/mount counter */ member 360 int serial; /* 4: log mount serial number */ member
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-dbgcap.h | 35 __le64 serial; member 70 char serial[DBC_MAX_STRING_LENGTH]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_engine_pm.c | 177 if (engine->wakeref_serial == engine->serial) in switch_to_kernel_context() 217 engine->wakeref_serial = engine->serial + 1; in switch_to_kernel_context()
|
/third_party/node/deps/openssl/openssl/crypto/ec/curve448/ |
H A D | field.h | 65 void gf_serialize(uint8_t *serial, const gf x, int with_highbit); 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit,
|
/third_party/openssl/crypto/ec/curve448/ |
H A D | field.h | 65 void gf_serialize(uint8_t *serial, const gf x, int with_highbit); 66 mask_t gf_deserialize(gf x, const uint8_t serial[SER_BYTES], int with_hibit,
|
/vendor/ohemu/qemu_arm_linux_headless/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
|
/vendor/ohemu/qemu_arm_linux_min/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
|
/vendor/ohemu/qemu_arm64_linux_min/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
|
/vendor/ohemu/qemu_loongarch64_linux_min/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow: 167 qemu_option_add "-serial chardev:char0 -mon chardev=char0"
|
/vendor/ohemu/qemu_x86_64_linux_min/ |
H A D | qemu_run.sh | 45 The default qemu device MAC address is [00:22:33:44:55:66], default serial number is [0023456789]. 46 When running in multiple instances mode, the MAC address and serial number will increase with specified instance ID as follow:
|
/kernel/linux/linux-5.10/security/tomoyo/ |
H A D | common.c | 978 (unsigned int serial); 1956 unsigned int serial; member 2114 entry.serial = tomoyo_serial++; in tomoyo_supervisor() 2156 * @serial: Query ID assigned by tomoyo_supervisor(). 2161 (unsigned int serial) in tomoyo_find_domain_by_qid() 2168 if (ptr->serial != serial) in tomoyo_find_domain_by_qid() 2242 snprintf(buf, len + 31, "Q%u-%hu\n%s", ptr->serial, in tomoyo_read_query() 2267 unsigned int serial; in tomoyo_write_answer() local 2277 if (sscanf(data, "A%u=%u", &serial, in tomoyo_write_answer() 2160 tomoyo_find_domain_by_qid(unsigned int serial) tomoyo_find_domain_by_qid() argument [all...] |
/kernel/linux/linux-6.6/security/tomoyo/ |
H A D | common.c | 970 (unsigned int serial); 1948 unsigned int serial; member 2106 entry.serial = tomoyo_serial++; in tomoyo_supervisor() 2148 * @serial: Query ID assigned by tomoyo_supervisor(). 2153 (unsigned int serial) in tomoyo_find_domain_by_qid() 2160 if (ptr->serial != serial) in tomoyo_find_domain_by_qid() 2234 snprintf(buf, len + 31, "Q%u-%hu\n%s", ptr->serial, in tomoyo_read_query() 2259 unsigned int serial; in tomoyo_write_answer() local 2269 if (sscanf(data, "A%u=%u", &serial, in tomoyo_write_answer() 2152 tomoyo_find_domain_by_qid(unsigned int serial) tomoyo_find_domain_by_qid() argument [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-iop32x/ |
H A D | i2c.c | 15 #include <linux/serial.h>
|