/src/sys/arch/hppa/stand/xxboot/ |
readufs.h | 94 int32_t ipg; /* # inodes per group */ member in struct:ufs_info::__anon6c58e41c010a::__anon6c58e41c0208
|
/src/sys/arch/x68k/stand/boot_ufs/ |
readufs.h | 95 int32_t ipg; /* # inodes per group */ member in struct:ufs_info::__anone0474921010a::__anone04749210208
|
/src/sys/dev/ic/ |
igpio.c | 422 struct igpio_pin_group *ipg; local in function:igpio_find_group 430 for (ipg = igpio_pin_group; ipg->ipg_acpi_hid; ipg++) { 431 if (strcmp(ipg->ipg_acpi_hid, ibs->ibs_acpi_hid) != 0) 434 if (pin > ipg->ipg_first_pin) { 435 found_ipg = ipg; 447 struct igpio_pin_group *ipg; local in function:igpio_groupcfg 450 if ((ipg = igpio_find_group(ib, pin)) == NULL) 454 + (ipg->ipg_groupno * 4 746 struct igpio_pin_group *ipg; local in function:igpio_intr [all...] |
aic6915.c | 1413 uint32_t ipg; local in function:sf_mii_statchg 1417 ipg = 0x15; 1420 ipg = 0x11; 1426 sf_genreg_write(sc, SF_BkToBkIPG, ipg);
|
/src/sys/dev/pci/ |
mpii.c | 1635 struct mpii_cfg_ioc_pg1 ipg; local in function:mpii_cfg_coalescing 1638 hdr.page_length = sizeof(ipg) / 4; 1641 memset(&ipg, 0, sizeof(ipg)); 1642 if (mpii_req_cfg_page(sc, 0, MPII_PG_POLL, &hdr, 1, &ipg, 1643 sizeof(ipg)) != 0) { 1649 if (!ISSET(le32toh(ipg.flags), MPII_CFG_IOC_1_REPLY_COALESCING)) 1653 CLR(ipg.flags, htole32(MPII_CFG_IOC_1_REPLY_COALESCING)); 1654 if (mpii_req_cfg_page(sc, 0, MPII_PG_POLL, &hdr, 0, &ipg, 1655 sizeof(ipg)) != 0) 2218 struct mpii_cfg_ioc_pg8 ipg; local in function:mpii_target_map [all...] |