| /src/tests/include/sys/ |
| t_list.c | 62 LIST_INSERT_HEAD(&old_head, n1, entries); 66 LIST_INSERT_HEAD(&old_head, n2, entries);
|
| /src/lib/libc/citrus/ |
| citrus_hash.h | 45 LIST_INSERT_HEAD(&(head)->chh_table[hashval], elm, field)
|
| /src/sbin/fsck_lfs/ |
| bufcache.c | 130 LIST_INSERT_HEAD(&np[bp->b_hashval], bp, b_hash); 284 LIST_INSERT_HEAD(&bufhash[bp->b_hashval], bp, b_hash); 285 LIST_INSERT_HEAD(&vp->v_cleanblkhd, bp, b_vnbufs); 332 LIST_INSERT_HEAD(&bufhash[bp->b_hashval], bp, b_hash); 372 LIST_INSERT_HEAD(&vp->v_dirtyblkhd, bp, b_vnbufs); 374 LIST_INSERT_HEAD(&vp->v_cleanblkhd, bp, b_vnbufs);
|
| vnode.c | 110 LIST_INSERT_HEAD(&vgrlist, vgr, vgr_list); 172 LIST_INSERT_HEAD(&getvnodelist[hash], vp, v_getvnodes);
|
| /src/sys/arch/macppc/stand/ofwboot/ |
| alloc.c | 203 LIST_INSERT_HEAD(&allocatedlist, f, list); 223 LIST_INSERT_HEAD(&freelist, a, list);
|
| /src/sys/arch/shark/stand/ofwboot/ |
| alloc.c | 204 LIST_INSERT_HEAD(&allocatedlist, f, list); 224 LIST_INSERT_HEAD(&freelist, a, list);
|
| /src/sys/arch/sparc/stand/ofwboot/ |
| alloc.c | 204 LIST_INSERT_HEAD(&allocatedlist, f, list); 224 LIST_INSERT_HEAD(&freelist, a, list);
|
| /src/sys/fs/ntfs/ |
| ntfs_ihash.c | 93 LIST_INSERT_HEAD(&hash[val], ip, i_hash); 143 LIST_INSERT_HEAD(ipp, ip, i_hash);
|
| /src/sys/dev/fdt/ |
| fdt_power.c | 62 LIST_INSERT_HEAD(&fdtbus_power_controllers, power, power_next);
|
| fdt_syscon.c | 64 LIST_INSERT_HEAD(&fdtbus_syscons, sc, sc_next);
|
| fdt_dai.c | 62 LIST_INSERT_HEAD(&fdtbus_dai_controllers, dc, dc_next);
|
| fdt_mmc_pwrseq.c | 62 LIST_INSERT_HEAD(&fdtbus_mmc_pwrseqs, mps, mps_next);
|
| fdt_pwm.c | 62 LIST_INSERT_HEAD(&fdtbus_pwm_controllers, pc, pc_next);
|
| fdt_powerdomain.c | 79 LIST_INSERT_HEAD(&fdtbus_powerdomain_controllers, pdc, pdc_next);
|
| /src/usr.sbin/mtree/ |
| excludes.c | 99 LIST_INSERT_HEAD(&excludes, e, link);
|
| /src/sys/dev/isa/ |
| elink.c | 89 LIST_INSERT_HEAD(&elink_all_resets, er, er_link);
|
| /src/usr.bin/kdump/ |
| setemul.c | 243 LIST_INSERT_HEAD(&emul_ctx, ctx, ctx_link); 247 LIST_INSERT_HEAD(&emul_ctx, ctx, ctx_link);
|
| /src/sys/dev/acpi/acpica/ |
| OsdInterrupt.c | 116 LIST_INSERT_HEAD(&acpi_interrupt_list, aih, aih_list);
|
| /src/sys/dev/wscons/ |
| wsemulconf.c | 114 LIST_INSERT_HEAD(&wsemuls, wep, next);
|
| /src/sys/net/ |
| raw_cb.c | 88 LIST_INSERT_HEAD(rawcbhead, rp, rcb_list);
|
| /src/sys/kern/ |
| vfs_hooks.c | 64 LIST_INSERT_HEAD(&vfs_hooks_head, vfs_hooks, vfs_hooks_list);
|
| /src/sys/dev/usb/ |
| usb_mem.c | 260 LIST_INSERT_HEAD(&usb_blk_freelist, b, next); 291 LIST_INSERT_HEAD(&usb_blk_fulllist, p->udma_block, next); 320 LIST_INSERT_HEAD(&usb_blk_fraglist, b, next); 327 LIST_INSERT_HEAD(&usb_frag_freelist, f, ufd_next); 376 LIST_INSERT_HEAD(&usb_frag_freelist, f, ufd_next);
|
| /src/usr.sbin/acpitools/aml/ |
| aml_memman.c | 108 LIST_INSERT_HEAD(&bmp->block_list, memblock, links); 113 LIST_INSERT_HEAD(&bmp->free_node_list, &memnodes[i], links); 174 LIST_INSERT_HEAD(&bmp->occupied_node_list, memnode, links); 254 LIST_INSERT_HEAD(&memman->flexmem_info_list, info, links); 342 LIST_INSERT_HEAD(&bmp->free_node_list, memnode, links);
|
| /src/sys/rump/librump/rumpkern/ |
| lwproc.c | 155 LIST_INSERT_HEAD(&initproc->p_children, child, p_sibling); 276 LIST_INSERT_HEAD(&allproc, p, p_list); 277 LIST_INSERT_HEAD(&parent->p_children, p, p_sibling); 350 LIST_INSERT_HEAD(&p->p_lwps, l, l_sibling); 374 LIST_INSERT_HEAD(&alllwp, l, l_list);
|
| /src/sys/net/npf/ |
| npf_conndb.c | 269 LIST_INSERT_HEAD(&cd->cd_list, con, c_entry); 335 LIST_INSERT_HEAD(&cd->cd_gclist, con, c_entry); 405 LIST_INSERT_HEAD(&cd->cd_gclist, con, c_entry);
|