Home
last modified time | relevance | path

Searched full:serial (Results 1 – 25 of 881) sorted by relevance

12345678910>>...36

/titanic_50/usr/src/cmd/hal/fdi/information/10freedesktop/
H A D10-usb-pda.fdi7 <match key="info.capabilities" contains="serial">
8 <match key="@serial.physical_device:info.linux.driver" string="ipaq">
12 <merge key="pda.pocketpc.hotsync_interface" type="copy_property">serial.device</merge>
28 <match key="info.capabilities" contains="serial">
29 <match key="@serial.physical_device:info.linux.driver" string="visor">
30 <match key="@serial.physical_device:usb.vendor_id" int="0x054c">
32 <match key="@serial.physical_device:usb.product_id" int="0x0038">
33 <match key="serial.port" int="0">
36 <merge key="pda.palm.hotsync_interface" type="copy_property">serial.device</merge>
40 <match key="@serial.physical_device:usb.product_id" int="0x0066">
[all …]
/titanic_50/usr/src/man/man1/
H A Dpktool.1114 pktool delete [token=\fItoken\fR[:\fImanuf\fR[:\fIserial\fR]]]
120 [token=\fItoken\fR[:\fImanuf\fR[:\fIserial\fR]]]
122 [serial=\fIhex-serial-number\fR]
130 [serial=\fIhex-serial-number\fR]
132 [token=\fItoken\fR[:\fImanuf\fR[:\fIserial\fR]]]
140 [token=\fItoken\fR[:\fImanuf\fR[:\fIserial\fR]]]
146 [token=\fItoken\fR[:\fImanuf\fR[:\fIserial\fR]]]
158 [serial=\fIhex-serial-number\fR]
219 pktool export [token=\fItoken\fR[:\fImanuf\fR[:\fIserial\fR]]]
228 [serial=\fIhex-serial-number\fR]
[all …]
H A Dkmfcfg.153 [ta-serial=trust anchor serial number]
60 [ocsp-responder-cert-serial=\fIserial number\fR]
304 \fB\fBocsp-responder-cert-serial=\fR\fIserialNumber\fR\fR
311 \fIocsp-responder-cert-serial\fR is for the serial number and must be specified
360 \fBvalidity-adjusttime=6-hour. ta-name="Subject DN" ta-serial=serialNumber\fR
366 Technologies Group, \ L=Ashburn, ST=VA, C=US, CN=John Smith"\fR The serial
368 the TA certificate in the keystore. The serial number must be specified as a
599 [ta-serial=trust anchor serial number]
606 [ocsp-responder-cert-serial=serial number]
/titanic_50/usr/src/cmd/cmd-crypto/pktool/
H A Dpktool.c85 "[ token=token[:manuf[:serial]]]\n\t\t" \
97 "list [ token=token[:manuf[:serial]]]\n\t\t" \
105 "[ serial=serial number ]\n\t\t" \
107 "[ token=token[:manuf[:serial]]]\n\t\t" \
113 "[ token=token[:manuf[:serial]]]\n\t" \
121 "[ serial=serial number ]\n\t\t" \
123 "[ token=token[:manuf[:serial]]]\n\t\t" \
129 "[ token=token[:manuf[:serial]]]\n\t\t" \
137 "[ serial=serial number ]\n\t\t" \
153 "delete [ token=token[:manuf[:serial]]]\n\t\t" \
[all …]
H A Dexport.c85 char *issuer, char *subject, KMF_BIGINT *serial, in pk_export_file_objects() argument
115 if (serial != NULL) { in pk_export_file_objects()
117 KMF_BIGINT_ATTR, serial, in pk_export_file_objects()
162 KMF_BIGINT *serial, KMF_CREDENTIAL *tokencred, in pk_export_pk12_nss() argument
201 if (serial != NULL) { in pk_export_pk12_nss()
203 KMF_BIGINT_ATTR, serial, sizeof (KMF_BIGINT)); in pk_export_pk12_nss()
282 KMF_BIGINT *serial, KMF_ENCODE_FORMAT kfmt, char *dir, in pk_export_nss_objects() argument
323 if (serial != NULL) { in pk_export_nss_objects()
325 KMF_BIGINT_ATTR, serial, in pk_export_nss_objects()
372 KMF_BIGINT *serial, KMF_CREDENTIAL *tokencred, char *filename) in pk_export_pk12_pk11() argument
[all …]
H A Dlist.c46 char *subject, *issuer, *serial, *id, *altname; in pk_show_certs() local
52 serial = NULL; in pk_show_certs()
85 &certs[i].certificate, &serial) == KMF_OK) in pk_show_certs()
87 serial); in pk_show_certs()
108 kmf_free_str(serial); in pk_show_certs()
304 char *objlabel, KMF_BIGINT *serial, char *issuer, char *subject, in list_pk11_objects() argument
482 if (serial != NULL && serial->val != NULL) { in list_pk11_objects()
484 KMF_BIGINT_ATTR, serial, in list_pk11_objects()
540 char *dir, char *filename, KMF_BIGINT *serial, in list_file_objects() argument
636 if (serial != NULL && serial->val != NULL) { in list_file_objects()
[all …]
H A Dgencert.c51 int keylen, uint32_t ltime, KMF_BIGINT *serial, in gencert_pkcs11() argument
108 SET_VALUE(kmf_set_cert_serial(&signedCert, serial), in gencert_pkcs11()
109 "serial number"); in gencert_pkcs11()
250 KMF_BIGINT *serial, uint16_t kubits, int kucrit, in gencert_file() argument
314 SET_VALUE(kmf_set_cert_serial(&signedCert, serial), in gencert_file()
315 "serial number"); in gencert_file()
415 uint32_t ltime, KMF_BIGINT *serial, uint16_t kubits, in gencert_nss() argument
466 SET_VALUE(kmf_set_cert_serial(&signedCert, serial), in gencert_nss()
467 "serial number"); in gencert_nss()
593 KMF_BIGINT serial = { NULL, 0 }; in pk_gencert() local
[all …]
/titanic_50/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_cpu.c41 char *serial; member
56 char *serial = NULL; in pi_enum_cpu() local
93 * Find the serial number, which is on the "chip" node, not the in pi_enum_cpu()
96 result = pi_enum_cpu_serial(mod, mdp, mde_node, &serial); in pi_enum_cpu()
97 if (result != 0 || serial == NULL) { in pi_enum_cpu()
99 "%s node_0x%llx failed to find serial number.\n", in pi_enum_cpu()
109 cpumask, serial); in pi_enum_cpu()
110 topo_mod_strfree(mod, serial); in pi_enum_cpu()
136 char **serial) in pi_enum_cpu_serial() argument
144 args.serial = NULL; in pi_enum_cpu_serial()
[all …]
/titanic_50/usr/src/uts/i86pc/boot/
H A Dboot_serial.h35 /* ---- ports on 16550 serial chips ---- */
72 #define ASY110 1047 /* 110 baud rate for serial console */
73 #define ASY150 768 /* 150 baud rate for serial console */
74 #define ASY300 384 /* 300 baud rate for serial console */
75 #define ASY600 192 /* 600 baud rate for serial console */
76 #define ASY1200 96 /* 1200 baud rate for serial console */
77 #define ASY2400 48 /* 2400 baud rate for serial console */
78 #define ASY4800 24 /* 4800 baud rate for serial console */
79 #define ASY9600 12 /* 9600 baud rate for serial console */
80 #define ASY19200 6 /* 19200 baud rate for serial console */
[all …]
/titanic_50/usr/src/man/man7d/
H A Dsata.7d12 Serial ATA is an interconnect technology designed to replace parallel ATA
15 information on Serial ATA technology, visit the Serial ATA web site at
27 The Solaris SATA framework adheres to the \fISerial ATA 1.0a\fR specification
77 \fISerial ATA 1.0a Specification\fR \(em Serial ATA International Organization.
80 \fISerial ATA II (Extension to Serial ATA 1.0.a.)\fR \(em Serial ATA
121 Communication (via serial link) between the HBA and the device plugged to the
132 Communication (via serial link) between the HBA and the device plugged to the
177 Communication (via serial link) between the HBA and the device plugged to the
190 Communication( via serial link) between the HBA and the device plugged to the
203 serial number, firmware revision number and the disk capabilities.
[all …]
/titanic_50/usr/src/common/pci/
H A Dpci_strings.c45 1, 6, 0, "Serial ATA Direct Port Access (DPA)", "sata",
47 1, 6, 2, "Serial Storage Bus Interface", "sata",
48 1, 7, 0, "Serial Attached SCSI Controller", "sas",
49 1, 7, 1, "Serial Storage Bus Interface", "sas",
95 7, 0, 0, "Serial controller", "serial",
96 7, 0, 1, "16450-compatible serial controller", "paralle",
97 7, 0, 2, "16550-compatible serial controller", "paralle",
98 7, 0, 3, "16650-compatible serial controller", "paralle",
99 7, 0, 4, "16750-compatible serial controller", "paralle",
100 7, 0, 5, "16850-compatible serial controller", "paralle",
[all …]
/titanic_50/usr/src/cmd/fm/schemes/mem/
H A Dmem.h49 * slot, in the machine, and their serial number. DIMMs are identified by this
50 * tuple on platforms which support the retrieval of serial numbers. Platforms
57 * device, which is then read to determine the serial number. See mem_disc.c
59 * mem_read.c for the code which actually retrieves the serial number from the
63 * unums which identify each constituent memory module. Serial numbers are
67 * Serial number retrieval, on platforms which support it, is very expensive
70 * we only read their serial numbers when requested by plugin consumers. To
82 * serial numbers in their ereports, this entry point will read the
83 * serial number(s) for the named item, and will add it/them to the passed
85 * the serial number could not be retrieved.
[all …]
/titanic_50/usr/src/man/man1m/
H A Dports.1m9 ports \- creates /dev entries and inittab entries for serial lines
24 \fB/dev/cua\fR directories to the serial-port character device files in
30 \fBports\fR searches the kernel device tree to find the serial devices attached
32 symbolic links to serial devices already exist. \fBports\fR then performs the
51 Creates new \fB/dev/term\fR and \fB/dev/cua\fR links for new serial devices.
69 be serial port devices. Devices with one of these node types must create minor
87 minor name for the first dialout port on the serial board is \fB0,cu\fR.
105 example, the minor name for the first dialout port on the on-board serial
132 \fBExample 1 \fRCreating the Serial and Dialout Minor Device Nodes
135 The following example creates the serial and dialout minor device nodes from
[all …]
H A Dpppd.1m19 over serial point-to-point links. PPP is composed of three components: a
20 facility for encapsulating datagrams over serial links, an extensible link
43 with dots. For example, with serial device \fB/dev/cua/a\fR, option file
84 control characters cannot be successfully received over the serial line.
137 serial line. This script would typically use the \fBchat\fR(1M) program to dial
150 serial port. If the \fBcrtscts\fR, \fBnocrtscts\fR, \fBcdtrcts\fR or
152 the serial port is left unchanged. Some serial ports lack a true RTS output and
153 use this mode to implement unidirectional flow control. The serial port
219 serial line. This script would typically use the \fBchat\fR(1M) program to
230 Directs \fBpppd\fR to create a UUCP-style lock file for the serial device to
[all …]
/titanic_50/usr/src/lib/fm/topo/modules/i86pc/chip/
H A Dchip_serial.c101 topo_mod_dprintf(mod, "FRU Product Serial: %s\n", in ipmi_serial_lookup()
110 * an 18-character serial number that has been synthesized using in ipmi_serial_lookup()
122 * only provide the 8 character manufacturer serial number. in ipmi_serial_lookup()
125 * serial information or if the serial isn't 8 characters (we may in ipmi_serial_lookup()
126 * encounter SP's that don't populate the serial field or are buggy and in ipmi_serial_lookup()
138 * serial numbers from the 8 character manufacturer serial number. in ipmi_serial_lookup()
140 * The Sun serial number takes the following form: in ipmi_serial_lookup()
153 * ssssssss: The 8 character maufacturer serial number in ipmi_serial_lookup()
194 * Finally, we just copy the 8 character product serial straight over in ipmi_serial_lookup()
225 topo_mod_dprintf(mod, "Failed to lookup serial for " in get_dimm_serial()
[all …]
H A Dchip.c159 const char *serial = NULL; in create_node() local
164 serial = chip_serial_smbios_get(mod, phys_cpu_smbid); in create_node()
169 serial); in create_node()
179 topo_mod_strfree(mod, (char *)serial); in create_node()
203 char *serial = NULL; in create_strand() local
230 * From the inherited FRU, extract the Serial in create_strand()
244 serial = topo_mod_strdup(mod, val); in create_strand()
254 FM_FMRI_HC_SERIAL_ID, serial); in create_strand()
263 if ((fmri = cpu_fmri_create(mod, cpuid, serial, 0)) in create_strand()
305 FM_FMRI_HC_SERIAL_ID, TOPO_PROP_IMMUTABLE, serial, &perr); in create_strand()
[all …]
/titanic_50/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_dimm.c48 char serial[100]; member
117 dimm_lookup_by_serial(const char *serial) in dimm_lookup_by_serial() argument
123 if (strcmp(dimm->dimm_serial, serial) == 0) in dimm_lookup_by_serial()
135 char *serial; in gmem_dimm_create() local
138 if (nvlist_lookup_string(asru, FM_FMRI_HC_SERIAL_ID, &serial) != 0) { in gmem_dimm_create()
139 fmd_hdl_debug(hdl, "Unable to get dimm serial\n"); in gmem_dimm_create()
150 fmd_hdl_debug(hdl, "dimm_create: creating new DIMM serial=%s\n", in gmem_dimm_create()
151 serial); in gmem_dimm_create()
163 serial); in gmem_dimm_create()
164 gmem_fmri_init(hdl, &dimm->dimm_asru, fmri, "dimm_asru_%s", serial); in gmem_dimm_create()
[all …]
H A Dgmem_mem.c46 gmem_mem_serdnm_create(fmd_hdl_t *hdl, const char *serdbase, const char *serial) in gmem_mem_serdnm_create() argument
49 size_t sz = snprintf(NULL, 0, fmt, serdbase, serial) + 1; in gmem_mem_serdnm_create()
51 (void) snprintf(nm, sz, fmt, serdbase, serial); in gmem_mem_serdnm_create()
137 const char *serdbase, const char *serial) in gmem_mem_case_restore() argument
140 serial)); in gmem_mem_case_restore()
144 gmem_mem_retirestat_create(fmd_hdl_t *hdl, fmd_stat_t *st, const char *serial, in gmem_mem_retirestat_create() argument
149 prefix, serial); in gmem_mem_retirestat_create()
151 "retirements for %s%s", prefix, serial); in gmem_mem_retirestat_create()
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dserial.c1 /* serial.c - serial device interface */
24 #include <serial.h>
52 /* Store the port number of a serial unit. */
120 /* Return the port number for the UNITth serial device. */
130 /* Initialize a serial device. PORT is the port number for a serial device.
182 /* Get rid of TERM_NEED_INIT from the serial terminal. */ in serial_hw_init()
184 if (grub_strcmp (term_table[i].name, "serial") == 0 || in serial_hw_init()
190 /* FIXME: should check if the serial terminal was found. */ in serial_hw_init()
297 /* The serial version of getkey. */
313 /* The serial version of checkkey. */
[all …]
/titanic_50/usr/src/lib/fm/topo/modules/common/pcibus/
H A Dutil.c70 get_pci_vpd_sn_pn(topo_mod_t *mp, di_node_t dn, char **serial, char **part) in get_pci_vpd_sn_pn() argument
81 /* Get Serial Number and Part Number */ in get_pci_vpd_sn_pn()
82 if ((di_prom_prop_lookup_bytes(promtree, dn, "vpd-serial-number", in get_pci_vpd_sn_pn()
84 *serial = topo_mod_strdup(mp, s); in get_pci_vpd_sn_pn()
100 char *serial = NULL, *part = NULL; in tnode_create() local
104 * Get PCI/PCIEX Device Serial Number and Part Number in tnode_create()
109 (void) get_pci_vpd_sn_pn(mp, priv, &serial, &part); in tnode_create()
112 auth, part, NULL, serial); in tnode_create()
114 topo_mod_strfree(mp, serial); in tnode_create()
/titanic_50/usr/src/grub/grub-0.97/docs/
H A Dgrub.info-281 File: grub.info, Node: Serial terminal, Next: Preset Menu, Prev: Network, Up: Top
83 Using GRUB via a serial line
86 This chapter describes how to use the serial terminal support in
90 could be very useful to control the computers through serial
91 communications. To connect one computer with another via a serial line,
92 you need to prepare a null-modem (cross) serial cable, and you may need
93 to have multiport serial boards, if your computer doesn't have extra
94 serial ports. In addition, a terminal emulator is also required, such as
98 As for GRUB, the instruction to set up a serial terminal is quite
100 `--disable-serial' to the configure script when you built your GRUB
[all …]
/titanic_50/usr/src/uts/common/io/usb/
H A Dusbdevs893 product ARKMICRO ARK3116 0x0232 ARK3116 Serial
920 product ATEN UC232A 0x2008 Serial
958 product BELKIN F5U103 0x0103 F5U103 Serial
959 product BELKIN F5U109 0x0109 F5U109 Serial
965 product BELKIN F5U257 0x0257 F5U257 Serial
966 product BELKIN F5U409 0x0409 F5U409 Serial
1161 /* product DLINK DSBS25 0x0100 DSB-S25 serial */
1223 product ENTREGA 1S 0x0001 1S serial
1224 product ENTREGA 2S 0x0002 2S serial
1225 product ENTREGA 1S25 0x0003 1S25 serial
[all …]
/titanic_50/usr/src/uts/sun4u/os/
H A Dplat_ecc_dimm.c36 /* Platform specific function to get dimm serial id information */
40 * Platform specific function to convert a DIMM location/serial id and
54 /* Number of times to retries DIMM serial id requests */
153 * DIMM serial ids available from a previous call to this in plat_populate_sid_cache_one()
165 * Copy the valid DIMM serial ids. Each mc can have up to in plat_populate_sid_cache_one()
269 cmn_err(CE_WARN, "!Unable to retrieve DIMM serial ids for " in plat_populate_sid_cache()
278 * Functions for requesting DIMM serial id information from the SC and
284 * Adds DIMM serial id data received from the SC to the domain_dimm_sids[]
323 * capability indicates support for providing DIMM serial ids.
349 * Initiates a mailbox request to SC for DIMM serial ids for the specified
[all …]
/titanic_50/usr/src/pkg/manifests/
H A Ddriver-serial-usbser.mf32 set name=pkg.fmri value=pkg:/driver/serial/usbser@$(PKGVERS)
33 set name=pkg.description value="USB generic serial module"
34 set name=pkg.summary value="USB generic serial module"
42 legacy pkg=SUNWusbs desc="USB generic serial module" \
43 name="USB generic serial module"
/titanic_50/usr/src/grub/
H A Dmenu.lst16 # To enable grub serial console to ttya uncomment the following lines
18 # WARNING: do not enable grub serial console when BIOS console serial
20 # serial --unit=0 --speed=9600
21 # terminal serial

12345678910>>...36