/third_party/rust/crates/rust-openssl/openssl-sys/src/handwritten/ |
H A D | x509v3.rs | 32 pub serial: *mut ASN1_INTEGER,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | StateManager11.cpp | 2430 ResourceSerial serial = shader ? shader->getSerial() : ResourceSerial(0); 2432 if (serial != mAppliedShaders[gl::ShaderType::Vertex]) 2436 mAppliedShaders[gl::ShaderType::Vertex] = serial; 2443 ResourceSerial serial = shader ? shader->getSerial() : ResourceSerial(0); 2445 if (serial != mAppliedShaders[gl::ShaderType::Geometry]) 2449 mAppliedShaders[gl::ShaderType::Geometry] = serial; 2456 ResourceSerial serial = shader ? shader->getSerial() : ResourceSerial(0); 2458 if (serial != mAppliedShaders[gl::ShaderType::Fragment]) 2462 mAppliedShaders[gl::ShaderType::Fragment] = serial; 2469 ResourceSerial serial [all...] |
/kernel/linux/linux-5.10/crypto/ |
H A D | pcrypt.c | 108 padata->serial = pcrypt_aead_serial; in pcrypt_aead_encrypt() 157 padata->serial = pcrypt_aead_serial; in pcrypt_aead_decrypt()
|
/kernel/linux/linux-5.10/arch/powerpc/kernel/ |
H A D | legacy_serial.c | 3 #include <linux/serial.h> 14 #include <asm/serial.h> 151 printk(KERN_DEBUG "Found legacy serial port %d for %pOF\n", in add_legacy_port() 233 * port later by the serial driver in add_legacy_isa_port() 359 * will try to build a list of all the available 8250-compatible serial ports 386 for_each_compatible_node(np, "serial", "ns16550") { in find_legacy_serial_ports() 401 for_each_node_by_type(np, "serial") { in find_legacy_serial_ports() 421 if (!of_node_name_eq(np, "serial") && in find_legacy_serial_ports() 422 !of_node_is_type(np, "serial")) { in find_legacy_serial_ports() 543 * Before we register the platform serial device in serial_dev_init() [all...] |
/kernel/linux/linux-6.6/arch/powerpc/kernel/ |
H A D | setup_64.c | 26 #include <linux/serial.h> 55 #include <asm/serial.h>
|
H A D | legacy_serial.c | 3 #include <linux/serial.h> 14 #include <asm/serial.h> 153 printk(KERN_DEBUG "Found legacy serial port %d for %pOF\n", in add_legacy_port() 235 * port later by the serial driver in add_legacy_isa_port() 387 * will try to build a list of all the available 8250-compatible serial ports 414 for_each_compatible_node(np, "serial", "ns16550") { in find_legacy_serial_ports() 429 for_each_node_by_type(np, "serial") { in find_legacy_serial_ports() 449 if (!of_node_name_eq(np, "serial") && in find_legacy_serial_ports() 450 !of_node_is_type(np, "serial")) { in find_legacy_serial_ports() 577 * Before we register the platform serial device in serial_dev_init() [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cpp.h | 205 int nfp_cpp_serial(struct nfp_cpp *cpp, const u8 **serial); 320 * @read_serial: Read serial number to memory provided 345 int (*read_serial)(struct device *dev, u8 *serial);
|
/kernel/linux/linux-5.10/drivers/nvme/target/ |
H A D | discovery.c | 265 bin2hex(id->sn, &ctrl->subsys->serial, in nvmet_execute_disc_identify() 266 min(sizeof(ctrl->subsys->serial), sizeof(id->sn) / 2)); in nvmet_execute_disc_identify()
|
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | devices.c | 50 /* Define ALLOW_SERIAL_NUMBER if you want to see the serial number of devices */ 360 if (dev->serial) in usb_dump_device_strings() 362 dev->serial); in usb_dump_device_strings()
|
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | cyberjack.c | 11 * and associated source files. Please see the usb/serial files for 37 #include <linux/usb/serial.h> 142 usb_clear_halt(port->serial->dev, port->write_urb->pipe); in cyberjack_open()
|
/kernel/linux/linux-5.10/drivers/usb/storage/ |
H A D | scsiglue.c | 542 /* print product, vendor, and serial number strings */ in show_info() 557 if (us->pusb_dev->serial) in show_info() 558 string = us->pusb_dev->serial; in show_info()
|
/kernel/linux/linux-5.10/net/rxrpc/ |
H A D | call_accept.c | 251 rxrpc_propose_ACK(call, RXRPC_ACK_PING, sp->hdr.serial, in rxrpc_send_ping() 389 sp->hdr.serial, sp->hdr.seq); in rxrpc_new_incoming_call()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cpp.h | 201 int nfp_cpp_serial(struct nfp_cpp *cpp, const u8 **serial); 316 * @read_serial: Read serial number to memory provided 341 int (*read_serial)(struct device *dev, u8 *serial);
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | devices.c | 50 /* Define ALLOW_SERIAL_NUMBER if you want to see the serial number of devices */ 356 if (dev->serial) in usb_dump_device_strings() 358 dev->serial); in usb_dump_device_strings()
|
/kernel/linux/linux-6.6/drivers/usb/storage/ |
H A D | scsiglue.c | 548 /* print product, vendor, and serial number strings */ in show_info() 563 if (us->pusb_dev->serial) in show_info() 564 string = us->pusb_dev->serial; in show_info()
|
/kernel/linux/linux-6.6/drivers/usb/serial/ |
H A D | cyberjack.c | 11 * and associated source files. Please see the usb/serial files for 37 #include <linux/usb/serial.h> 140 usb_clear_halt(port->serial->dev, port->write_urb->pipe); in cyberjack_open()
|
/kernel/linux/linux-6.6/crypto/ |
H A D | pcrypt.c | 108 padata->serial = pcrypt_aead_serial; in pcrypt_aead_encrypt() 157 padata->serial = pcrypt_aead_serial; in pcrypt_aead_decrypt()
|
/third_party/mesa3d/include/GL/ |
H A D | glx.h | 408 unsigned long serial; /* # of last request processed by server */ member 421 unsigned long serial; /* # of last request processed by server */ member
|
/third_party/mbedtls/library/ |
H A D | x509_crl.c | 252 if ((ret = mbedtls_x509_get_serial(p, end2, &cur_entry->serial)) != 0) { in x509_get_entries() 639 ret = mbedtls_x509_serial_gets(p, n, &entry->serial); in mbedtls_x509_crl_info()
|
/third_party/node/test/parallel/ |
H A D | test-dns.js | 373 serial: 3210987654, 395 serial: 3210987654,
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/include/openssl/ |
H A D | crmf.h | 171 const ASN1_INTEGER *serial); 217 const ASN1_INTEGER *serial);
|
/third_party/node/deps/openssl/config/archs/darwin64-arm64-cc/no-asm/include/openssl/ |
H A D | crmf.h | 171 const ASN1_INTEGER *serial); 217 const ASN1_INTEGER *serial);
|
/third_party/node/deps/openssl/config/archs/linux-aarch64/no-asm/include/openssl/ |
H A D | crmf.h | 171 const ASN1_INTEGER *serial); 217 const ASN1_INTEGER *serial);
|
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/no-asm/include/openssl/ |
H A D | crmf.h | 171 const ASN1_INTEGER *serial); 217 const ASN1_INTEGER *serial);
|
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/no-asm/include/openssl/ |
H A D | crmf.h | 171 const ASN1_INTEGER *serial); 217 const ASN1_INTEGER *serial);
|