HomeSort by: relevance | last modified time | path
    Searched defs:serial (Results 1 - 25 of 62) sorted by relevancy

1 2 3

  /src/sys/arch/macppc/dev/
com_mainbus.c 86 int serial; local in function:com_mainbus_attach
94 serial = OF_finddevice("/ht@0/isa@4/serial@0x3f8");
95 if (serial != -1) {
96 (void)OF_getprop(serial, "interrupts", interrupts, sizeof(interrupts));
com_mainbus.c 86 int serial; local in function:com_mainbus_attach
94 serial = OF_finddevice("/ht@0/isa@4/serial@0x3f8");
95 if (serial != -1) {
96 (void)OF_getprop(serial, "interrupts", interrupts, sizeof(interrupts));
  /src/sys/ufs/chfs/
ebh_media.h 104 * @serial: layout of the lid
106 * @serial is an unique number. Every eraseblock header on NAND flash has its
107 * own serial. If there are two eraseblock on the flash referencing to the same
108 * logical eraseblock, the one with bigger serial is the newer.
113 le64 serial; member in struct:chfs_nand_eb_hdr
ebh_media.h 104 * @serial: layout of the lid
106 * @serial is an unique number. Every eraseblock header on NAND flash has its
107 * own serial. If there are two eraseblock on the flash referencing to the same
108 * logical eraseblock, the one with bigger serial is the newer.
113 le64 serial; member in struct:chfs_nand_eb_hdr
  /src/sys/arch/mvmeppc/mvmeppc/
platform_160x.c 63 char serial[12]; member in struct:ppcbug_brdid
102 for (cp = &bid.serial[sizeof(bid.serial) - 1]; *cp == ' '; cp--)
108 "%s, Serial: %s, PWA: %s", bid.id, bid.serial, bid.pwa);
platform_160x.c 63 char serial[12]; member in struct:ppcbug_brdid
102 for (cp = &bid.serial[sizeof(bid.serial) - 1]; *cp == ' '; cp--)
108 "%s, Serial: %s, PWA: %s", bid.id, bid.serial, bid.pwa);
  /src/sys/arch/dreamcast/dev/microcode/
aica_arm.c 186 uint32_t cmd, serial; local in function:aica_main
196 serial = aicacmd->serial = 0;
199 if (serial != aicacmd->serial) {
200 serial = aicacmd->serial;
aica_arm.c 186 uint32_t cmd, serial; local in function:aica_main
196 serial = aicacmd->serial = 0;
199 if (serial != aicacmd->serial) {
200 serial = aicacmd->serial;
  /src/sys/arch/evbmips/loongson/
yeeloong_machdep.c 120 { IO_COM2, IO_COM2 + 8 }, /* serial port */
538 int serial; local in function:fuloong_setup
541 serial = envvar != NULL;
543 serial = serial && envvar != NULL;
545 //serial = 1; /* XXXXXX */
546 if (serial) {
yeeloong_machdep.c 120 { IO_COM2, IO_COM2 + 8 }, /* serial port */
538 int serial; local in function:fuloong_setup
541 serial = envvar != NULL;
543 serial = serial && envvar != NULL;
545 //serial = 1; /* XXXXXX */
546 if (serial) {
  /src/usr.sbin/iopctl/
iopctl.c 344 uint32_t serial[3]; local in function:showddmid
353 show("serial # format", "%d", p.di.snformat);
354 __CTASSERT(sizeof(serial) == sizeof(p.di.serialnumber));
355 memcpy(serial, &p.di.serialnumber, sizeof(serial));
356 show("serial #", "%08x%08x%08x", serial[0], serial[1], serial[2]);
iopctl.c 344 uint32_t serial[3]; local in function:showddmid
353 show("serial # format", "%d", p.di.snformat);
354 __CTASSERT(sizeof(serial) == sizeof(p.di.serialnumber));
355 memcpy(serial, &p.di.serialnumber, sizeof(serial));
356 show("serial #", "%08x%08x%08x", serial[0], serial[1], serial[2]);
  /src/sys/arch/i386/stand/efiboot/
efidisk.c 57 int serial; member in struct:efi_raidframe
202 raidframe[i].serial = label.serial_number;
294 printf("raidframe raid%d serial %d in ",
295 raidframe[i].last_unit, raidframe[i].serial);
efidisk.c 57 int serial; member in struct:efi_raidframe
202 raidframe[i].serial = label.serial_number;
294 printf("raidframe raid%d serial %d in ",
295 raidframe[i].last_unit, raidframe[i].serial);
  /src/sys/arch/amiga/dev/
zz9k_if.c 89 uint16_t serial; member in struct:zzif_frame
299 if (frame->serial == sc->sc_sequence) {
305 sc->sc_sequence = frame->serial;
zz9k_if.c 89 uint16_t serial; member in struct:zzif_frame
299 if (frame->serial == sc->sc_sequence) {
305 sc->sc_sequence = frame->serial;
  /src/sys/arch/dreamcast/dev/g2/
aicavar.h 35 uint32_t serial; member in struct:__anon1e92516e0108
57 #define AICA_ARM_CMD_SERIAL AICA_ARM_CMDADDR(serial)
aicavar.h 35 uint32_t serial; member in struct:__anon1e92516e0108
57 #define AICA_ARM_CMD_SERIAL AICA_ARM_CMDADDR(serial)
  /src/usr.sbin/usbdevs/
usbdevs.c 85 static char vendor[MAXLEN], product[MAXLEN], serial[MAXLEN]; variable in typeref:typename:char[][][]
248 u2t(di.udi_serial, serial);
255 printf(", serial %s", serial);
usbdevs.c 85 static char vendor[MAXLEN], product[MAXLEN], serial[MAXLEN]; variable in typeref:typename:char[][][]
248 u2t(di.udi_serial, serial);
255 printf(", serial %s", serial);
  /src/sbin/bioctl/
bioctl.c 347 char size[64], serial[32], scsiname[34]; local in function:bio_show_disks
411 strlcpy(serial, bd.bd_serial, sizeof(serial));
413 strlcpy(serial, "unknown serial", sizeof(serial));
513 "Disk", "Model/Serial", "Status", "Size", "Location");
bioctl.c 347 char size[64], serial[32], scsiname[34]; local in function:bio_show_disks
411 strlcpy(serial, bd.bd_serial, sizeof(serial));
413 strlcpy(serial, "unknown serial", sizeof(serial));
513 "Disk", "Model/Serial", "Status", "Size", "Location");
  /src/sys/dev/ata/
ld_ataraid.c 681 char model[81], serial[41], rev[17]; local in function:ld_ataraid_biodisk
712 strnvisx(serial, sizeof(serial), wd->sc_params.atap_serial,
720 strlcpy(bd->bd_serial, serial, sizeof(bd->bd_serial));
ld_ataraid.c 681 char model[81], serial[41], rev[17]; local in function:ld_ataraid_biodisk
712 strnvisx(serial, sizeof(serial), wd->sc_params.atap_serial,
720 strlcpy(bd->bd_serial, serial, sizeof(bd->bd_serial));
  /src/sbin/fsck_lfs/
lfs.c 598 u_int64_t serial; local in function:try_verify
605 serial = lfs_sb_getserial(osb);
632 lfs_ss_getserial(osb, sp) < serial || /* XXX strengthen this */
648 else if (lfs_ss_getserial(osb, sp) >= serial)
650 "serial %d < %d\n",
652 (int)lfs_ss_getserial(osb, sp), (int)serial);
660 if (debug && lfs_ss_getserial(osb, sp) != serial)
661 pwarn("warning, serial=%d ss_serial=%d\n",
662 (int)serial, (int)lfs_ss_getserial(osb, sp));
663 ++serial;
    [all...]

Completed in 35 milliseconds

1 2 3