Searched refs:hwtype (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 437 ulong_t hwtype; in get_hw_type() local 447 hwtype = strtoul(str, strp, 0); in get_hw_type() 448 if (errno != 0 || *strp == str || hwtype > 65535) { in get_hw_type() 452 return ((int)hwtype); in get_hw_type() 471 get_mac_addr(const char *str, int *ierrnop, uint16_t *hwret, int hwtype, in get_mac_addr() argument 520 if (hwtype == -1) in get_mac_addr() 521 hwtype = dlpi_arptype(dlinfo.di_mactype); in get_mac_addr() 524 if (hwtype == -1) in get_mac_addr() 526 *hwret = htons(hwtype); in get_mac_addr() 767 int hwtype; in inittab_encode_e() local [all …]
|
/illumos-gate/usr/src/test/os-tests/tests/xsave/ |
H A D | proc_writes.ksh | 95 typeset hwtype=${pw_hwtypes[$arch]} 101 if ! fpu_type=$($hwtype 2>/dev/null); then
|
/illumos-gate/usr/src/uts/i86pc/os/ |
H A D | timestamp.c | 560 int hwtype; in tsc_sync_master() local 562 hwtype = get_hwenv(); in tsc_sync_master() 563 if (!tsc_master_slave_sync_needed || (hwtype & HW_VIRTUAL) != 0) in tsc_sync_master() 635 int hwtype; in tsc_sync_slave() local 637 hwtype = get_hwenv(); in tsc_sync_slave() 638 if (!tsc_master_slave_sync_needed || (hwtype & HW_VIRTUAL) != 0) in tsc_sync_slave()
|
/illumos-gate/usr/src/uts/sun4u/seattle/io/ |
H A D | su.conf | 8 hwtype = "ST16C554D";
|
/illumos-gate/usr/src/grub/grub-0.97/netboot/ |
H A D | if_arp.h | 18 uint16_t hwtype; member
|
H A D | nic.c | 336 arpreq.hwtype = htons(1); in ip_transmit() 489 rarpreq.hwtype = htons(1); in rarp()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | asy.c | 1824 uint_t hwtype; in asy_identify_chip() local 1923 hwtype = ASY_16550; in asy_identify_chip() 1928 hwtype = ASY_16550A; in asy_identify_chip() 1935 hwtype = ASY_16750; in asy_identify_chip() 1941 hwtype = ASY_8250A; in asy_identify_chip() 1945 if (hwtype > asymaxchip) { in asy_identify_chip() 1966 if (hwtype >= ASY_16550A && asymaxchip >= ASY_16650 && in asy_identify_chip() 1979 hwtype = ASY_16650; in asy_identify_chip() 2005 if (hwtype >= ASY_16650 && asymaxchip >= ASY_16950) { in asy_identify_chip() 2039 hwtype = ASY_16950; in asy_identify_chip() [all …]
|
/illumos-gate/usr/src/uts/sun4/io/ |
H A D | su_driver.c | 484 char *hwtype; in asyattach() local 613 DDI_PROP_DONTPASS, "hwtype", &hwtype)) == DDI_PROP_SUCCESS) { in asyattach() 614 if (strcmp(hwtype, "ST16C554D") == 0) in asyattach() 616 ddi_prop_free(hwtype); in asyattach()
|
/illumos-gate/usr/src/lib/libdladm/common/ |
H A D | linkprop.c | 2844 uint16_t duidtype, hwtype; in dladm_cid2str() local 2861 hwtype = ntohs(llt.dllt_hwtype); in dladm_cid2str() 2869 duidtype, hwtype, timestamp, lladdr); in dladm_cid2str() 2897 hwtype = ntohs(ll.dll_hwtype); in dladm_cid2str() 2904 duidtype, hwtype, lladdr); in dladm_cid2str()
|