Searched refs:serial (Results 251 - 275 of 565) sorted by relevance

<<11121314151617181920>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/storage/
H A Dscsiglue.c359 /* print product, vendor, and serial number strings */
374 if (us->pusb_dev->serial)
375 string = us->pusb_dev->serial;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D8250_early.c2 * Early serial console for 8250/16550 devices
11 * Based on the 8250.c serial driver, Copyright (C) 2001 Russell King,
14 * This is for use before the serial driver has initialized, in
25 * After the normal serial driver starts, we try to locate the
34 #include <linux/serial.h>
36 #include <asm/serial.h>
171 printk(KERN_INFO "Early serial console at %s 0x%lx (options '%s')\n",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_logmgr.h67 __le32 serial; /* 4: log open/mount counter */ member in struct:logsuper
373 int serial; /* 4: log mount serial number */ member in struct:jfs_log
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Daudit.c901 * audit_serial - compute a serial number for the audit record
903 * Compute a serial number for the audit record. Audit records are
906 * record and this serial number are used by the user-space tools to
908 * (timestamp,serial) tuple is unique for each syscall and is live from
920 static unsigned int serial = 0; local
927 ret = ++serial;
935 struct timespec *t, unsigned int *serial)
938 auditsc_get_stamp(ctx, t, serial);
941 *serial = audit_serial();
972 unsigned int serial; local
934 audit_get_stamp(struct audit_context *ctx, struct timespec *t, unsigned int *serial) argument
[all...]
H A Dauditsc.c197 unsigned int serial; /* serial number for record */ member in struct:audit_context
625 context->serial, context->major, context->in_syscall,
742 context->serial, context->major,
1173 context->serial, tsk->pid, context->major, major);
1207 context->serial = 0;
1277 __FILE__, __LINE__, context->serial, name);
1313 __FILE__, __LINE__, context->serial, name);
1332 context->serial, context->major,
1506 * @serial
1510 auditsc_get_stamp(struct audit_context *ctx, struct timespec *t, unsigned int *serial) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dkey.h26 /* key handle serial number */
121 key_serial_t serial; /* key serial number */ member in struct:key
333 #define key_serial(key) ((key) ? (key)->serial : 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/rxrpc/
H A Dar-key.c242 _leave(" = 0 [key %x]", key->serial);
279 _leave(" = 0 [key %x]", key->serial);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/cris/arch-v10/boot/rescue/
H A Dhead.S12 * loader, and instead we initialize the serial port to
15 * bytes from the serial port and jump into it. the downloaded
60 * During the wait for serial input, the status LED will flash so the
75 ;; The normal Etrax100 on-chip boot ROM does serial boot at 0x380000f0.
76 ;; That is not where we put our downloaded serial boot-code. The length is
80 ;; product as well as one booted through the Etrax serial boot code.
242 ;; setup the serial port at 115200 baud
287 ;; check if we got something on the serial port
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/arm/
H A Detherh.c565 * Create an ethernet address from the system serial number.
569 unsigned int serial; local
574 serial = system_serial_low | system_serial_high;
579 addr[3] = 0x10 + (serial >> 24);
580 addr[4] = serial >> 16;
581 addr[5] = serial >> 8;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/minidlna.03.14/
H A Dminissdp.c403 char *model, *serial, *name; local
486 serial = GetValueFromNameValueList(&xml, "serialNumber");
498 else if( strcmp(model, "Samsung DTV DMR") == 0 && serial )
500 DPRINTF(E_DEBUG, L_SSDP, "Serial: %s\n", serial);
502 if( atoi(serial) > 20081200 )
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/apps/
H A Docsp.c73 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer,
392 else if (!strcmp(*args, "-serial"))
514 BIO_printf (bio_err, "-serial n serial number to check\n");
920 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer, argument
936 sno = s2i_ASN1_INTEGER(NULL, serial);
939 BIO_printf(bio_err, "Error converting serial number %s\n", serial);
1048 ASN1_INTEGER *serial; local
1061 OCSP_id_get0_info(NULL, NULL, NULL, &serial, ci
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/apps/
H A Docsp.c74 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer,
394 else if (!strcmp(*args, "-serial"))
516 BIO_printf (bio_err, "-serial n serial number to check\n");
927 static int add_ocsp_serial(OCSP_REQUEST **req, char *serial, X509 *issuer, argument
943 sno = s2i_ASN1_INTEGER(NULL, serial);
946 BIO_printf(bio_err, "Error converting serial number %s\n", serial);
1055 ASN1_INTEGER *serial; local
1068 OCSP_id_get0_info(NULL, NULL, NULL, &serial, ci
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/security/keys/
H A Dkeyctl.c52 * - returns the new key's serial number
107 ret = key_ref_to_ptr(key_ref)->serial;
194 ret = key->serial;
227 ret = key_ref_to_ptr(key_ref)->serial;
588 ret = key_ref_to_ptr(key_ref)->serial;
837 if (rka->target_key->serial != id)
906 if (rka->target_key->serial != id)
1051 ret = authkey->serial;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ep93xx/
H A Dcore.c21 #include <linux/serial.h>
24 #include <linux/serial.h>
34 #include <linux/amba/serial.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/collections/ship/factory/
H A DSampleDatabase.java14 import com.sleepycat.bind.serial.StoredClassCatalog;
77 // format for all database records of serial format.
138 * Return the tuple-serial factory.
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/txn/
H A DTxnGuide.java5 import com.sleepycat.bind.serial.StoredClassCatalog;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A Dminfo.c160 printf("serial number: %08X\n",
161 _DWORD(labelBlock->serial));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dmpc7448_hpc2.c30 #include <linux/serial.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/4xx/
H A Dcpci405.c24 #include <linux/serial.h>
60 /* The serial clock for the chip is an internal clock determined by
62 * Calculate the proper input baud rate and setup the serial driver.
71 /* Calculate the serial clock input frequency
79 /* Setup serial port access */
95 printk("Early serial init of port 0 failed\n");
107 printk("Early serial init of port 1 failed\n");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/platforms/85xx/
H A Dmpc85xx_ads_common.c25 #include <linux/serial.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/syslib/
H A Dibm44x_common.c18 #include <linux/serial.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/atm/
H A Dmidway.h164 u32 serial,inv_serial; member in struct:midway_eprom
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp4xx/
H A Davila-setup.c17 #include <linux/serial.h>
H A Dixdp425-setup.c14 #include <linux/serial.h>
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-s3c2410/
H A Dclock.c40 #include <asm/arch/regs-serial.h>

Completed in 214 milliseconds

<<11121314151617181920>>