Searched defs:hwtype (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dif_arp.h18 uint16_t hwtype; member in struct:arprequest
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtimestamp.c488 int hwtype; local
490 hwtype = get_hwenv();
491 if (!tsc_master_slave_sync_needed || (hwtype & HW_VIRTUAL) != 0)
567 int hwtype; local
569 hwtype = get_hwenv();
570 if (!tsc_master_slave_sync_needed || (hwtype & HW_VIRTUAL) != 0)
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c423 * get_hw_type(): interpret ",hwtype" in the input string, as part of a DUID.
424 * The hwtype string is optional, and must be 0-65535 if
436 ulong_t hwtype; local
446 hwtype = strtoul(str, strp, 0);
447 if (errno != 0 || *strp == str || hwtype > 65535) {
451 return ((int)hwtype);
470 get_mac_addr(const char *str, int *ierrnop, uint16_t *hwret, int hwtype, argument
519 if (hwtype == -1)
520 hwtype = dlpi_arptype(dlinfo.di_mactype);
523 if (hwtype
766 int hwtype; local
838 int hwtype; local
[all...]
/illumos-gate/usr/src/uts/common/io/
H A Dasy.c1239 uint_t hwtype; local
1309 hwtype = ASY16550; /* 16550 with broken FIFO */
1313 hwtype = ASY16550A;
1319 hwtype = ASY16650;
1337 hwtype = ASY16750;
1342 hwtype = ASY8250A; /* No FIFO */
1346 if (hwtype > asymaxchip) {
1362 asy->asy_hwtype = hwtype;
1464 hwtype = asy->asy_hwtype;
1476 hwtype
[all...]
/illumos-gate/usr/src/uts/sun4/io/
H A Dsu_driver.c482 char *hwtype; local
611 DDI_PROP_DONTPASS, "hwtype", &hwtype)) == DDI_PROP_SUCCESS) {
612 if (strcmp(hwtype, "ST16C554D") == 0)
614 ddi_prop_free(hwtype);
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlinkprop.c2625 uint16_t duidtype, hwtype; local
2642 hwtype = ntohs(llt.dllt_hwtype);
2650 duidtype, hwtype, timestamp, lladdr);
2678 hwtype = ntohs(ll.dll_hwtype);
2685 duidtype, hwtype, lladdr);

Completed in 95 milliseconds