tags 1102 dev/ic/aic79xx.h bus_space_tag_t tags[2]; tags 168 dev/ic/aic79xx_openbsd.h bus_space_read_1((ahd)->tags[(port) >> 8], \ tags 172 dev/ic/aic79xx_openbsd.h bus_space_write_1((ahd)->tags[(port) >> 8], \ tags 176 dev/ic/aic79xx_openbsd.h aic_le16toh(bus_space_read_2((ahd)->tags[(port) >> 8], \ tags 180 dev/ic/aic79xx_openbsd.h bus_space_write_2((ahd)->tags[(port) >> 8], \ tags 185 dev/ic/aic79xx_openbsd.h bus_space_write_multi_1((ahd)->tags[(port) >> 8], \ tags 190 dev/ic/aic79xx_openbsd.h bus_space_read_multi_1((ahd)->tags[(port) >> 8], \ tags 409 dev/pci/ahd_pci.c memtype, 0, &ahd->tags[0], &ahd->bshs[0], NULL, tags 412 dev/pci/ahd_pci.c ahd->tags[1] = ahd->tags[0]; tags 413 dev/pci/ahd_pci.c bus_space_subregion(ahd->tags[0], ahd->bshs[0], tags 429 dev/pci/ahd_pci.c "0x%lx, shs1 0x%lx\n", ahd_name(ahd), ahd->tags[0], tags 430 dev/pci/ahd_pci.c ahd->tags[1], ahd->bshs[0], ahd->bshs[1]); tags 437 dev/pci/ahd_pci.c PCI_MAPREG_TYPE_IO, 0, &ahd->tags[0], &ahd->bshs[0], NULL, tags 442 dev/pci/ahd_pci.c PCI_MAPREG_TYPE_IO, 0, &ahd->tags[1], &ahd->bshs[1], NULL, tags 447 dev/pci/ahd_pci.c "shs1 0x%lx\n", ahd_name(ahd), ahd->tags[0], ahd->tags[1], tags 194 kern/uipc_mbuf.c SLIST_INIT(&m->m_pkthdr.tags); tags 278 kern/uipc_mbuf2.c SLIST_INSERT_HEAD(&m->m_pkthdr.tags, t, m_tag_link); tags 285 kern/uipc_mbuf2.c SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link); tags 295 kern/uipc_mbuf2.c while ((p = SLIST_FIRST(&m->m_pkthdr.tags)) != NULL) { tags 296 kern/uipc_mbuf2.c SLIST_REMOVE_HEAD(&m->m_pkthdr.tags, m_tag_link); tags 308 kern/uipc_mbuf2.c p = SLIST_FIRST(&m->m_pkthdr.tags); tags 344 kern/uipc_mbuf2.c SLIST_FOREACH(p, &from->m_pkthdr.tags, m_tag_link) { tags 351 kern/uipc_mbuf2.c SLIST_INSERT_HEAD(&to->m_pkthdr.tags, t, m_tag_link); tags 363 kern/uipc_mbuf2.c SLIST_INIT(&m->m_pkthdr.tags); tags 370 kern/uipc_mbuf2.c return (SLIST_FIRST(&m->m_pkthdr.tags)); tags 1094 netinet/ip_ipsp.c SLIST_HEAD(packet_tags, m_tag) tags; tags 1112 netinet/ip_ipsp.c SLIST_INIT(&tags); tags 1157 netinet/ip_ipsp.c return SLIST_FIRST(&tags); tags 1171 netinet/ip_ipsp.c SLIST_INSERT_HEAD(&tags, tags 1216 netinet/ip_ipsp.c return SLIST_FIRST(&tags); tags 1234 netinet/ip_ipsp.c return SLIST_FIRST(&tags); tags 1250 netinet/ip_ipsp.c return SLIST_FIRST(&tags); tags 1256 netinet/ip_ipsp.c return SLIST_FIRST(&tags); tags 1264 netinet/ip_ipsp.c return SLIST_FIRST(&tags); tags 1299 netinet/ip_ipsp.c SLIST_INSERT_HEAD(&tags, mtag, m_tag_link); tags 1316 netinet/ip_ipsp.c return SLIST_FIRST(&tags); /* We're done. */ tags 96 sys/mbuf.h SLIST_HEAD(packet_tags, m_tag) tags; /* list of packet tags */ tags 331 sys/mbuf.h SLIST_INIT(&(from)->m_pkthdr.tags); \ tags 339 sys/mbuf.h SLIST_INIT(&(to)->m_pkthdr.tags); \