Home
last modified time | relevance | path

Searched refs:hwtype (Results 1 – 8 of 8) sorted by relevance

/titanic_44/usr/src/uts/i86pc/os/
H A Dtimestamp.c444 int hwtype; in tsc_sync_master() local
446 hwtype = get_hwenv(); in tsc_sync_master()
447 if (!tsc_master_slave_sync_needed || (hwtype & HW_VIRTUAL) != 0) in tsc_sync_master()
524 int hwtype; in tsc_sync_slave() local
526 hwtype = get_hwenv(); in tsc_sync_slave()
527 if (!tsc_master_slave_sync_needed || (hwtype & HW_VIRTUAL) != 0) in tsc_sync_slave()
/titanic_44/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c436 ulong_t hwtype; in get_hw_type() local
446 hwtype = strtoul(str, strp, 0); in get_hw_type()
447 if (errno != 0 || *strp == str || hwtype > 65535) { in get_hw_type()
451 return ((int)hwtype); in get_hw_type()
470 get_mac_addr(const char *str, int *ierrnop, uint16_t *hwret, int hwtype, in get_mac_addr() argument
519 if (hwtype == -1) in get_mac_addr()
520 hwtype = dlpi_arptype(dlinfo.di_mactype); in get_mac_addr()
523 if (hwtype == -1) in get_mac_addr()
525 *hwret = htons(hwtype); in get_mac_addr()
766 int hwtype; in inittab_encode_e() local
[all …]
/titanic_44/usr/src/uts/sun4u/seattle/io/
H A Dsu.conf8 hwtype = "ST16C554D";
/titanic_44/usr/src/grub/grub-0.97/netboot/
H A Dif_arp.h18 uint16_t hwtype; member
H A Dnic.c336 arpreq.hwtype = htons(1); in ip_transmit()
489 rarpreq.hwtype = htons(1); in rarp()
/titanic_44/usr/src/uts/common/io/
H A Dasy.c1239 uint_t hwtype; in asy_identify_chip() local
1309 hwtype = ASY16550; /* 16550 with broken FIFO */ in asy_identify_chip()
1313 hwtype = ASY16550A; in asy_identify_chip()
1319 hwtype = ASY16650; in asy_identify_chip()
1337 hwtype = ASY16750; in asy_identify_chip()
1342 hwtype = ASY8250A; /* No FIFO */ in asy_identify_chip()
1346 if (hwtype > asymaxchip) { in asy_identify_chip()
1362 asy->asy_hwtype = hwtype; in asy_identify_chip()
1464 hwtype = asy->asy_hwtype; in asy_identify_chip()
1476 hwtype = ASY16550A; in asy_identify_chip()
[all …]
/titanic_44/usr/src/uts/sun4/io/
H A Dsu_driver.c482 char *hwtype; in asyattach() local
611 DDI_PROP_DONTPASS, "hwtype", &hwtype)) == DDI_PROP_SUCCESS) { in asyattach()
612 if (strcmp(hwtype, "ST16C554D") == 0) in asyattach()
614 ddi_prop_free(hwtype); in asyattach()
/titanic_44/usr/src/lib/libdladm/common/
H A Dlinkprop.c2675 uint16_t duidtype, hwtype; in dladm_cid2str() local
2692 hwtype = ntohs(llt.dllt_hwtype); in dladm_cid2str()
2700 duidtype, hwtype, timestamp, lladdr); in dladm_cid2str()
2728 hwtype = ntohs(ll.dll_hwtype); in dladm_cid2str()
2735 duidtype, hwtype, lladdr); in dladm_cid2str()