Searched refs:LIST_REMOVE (Results 101 - 125 of 264) sorted by relevance

1234567891011

/freebsd-13-stable/sys/contrib/ngatm/netnatm/api/
H A Dcc_conn.c257 LIST_REMOVE(conn, port_link);
275 LIST_REMOVE(conn, port_link);
327 LIST_REMOVE(conn, port_link);
329 LIST_REMOVE(p, link);
366 LIST_REMOVE(party, link);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/dtrace/
H A Dfasttrap.c366 LIST_REMOVE(scrspc, ftss_next);
414 LIST_REMOVE(scrspc, ftss_next);
1550 LIST_REMOVE(scrblk, ftsb_next);
1554 LIST_REMOVE(scrspc, ftss_next);
1558 LIST_REMOVE(scrspc, ftss_next);
/freebsd-13-stable/sys/dev/hwpmc/
H A Dhwpmc_mod.c852 LIST_REMOVE(po, po_next);
1023 LIST_REMOVE(ptgt, pt_next);
2390 LIST_REMOVE(pt, pt_next);
2438 LIST_REMOVE(pt, pt_next);
2446 LIST_REMOVE(pt, pt_next);
2460 LIST_REMOVE(pt, pt_next);
2506 LIST_REMOVE(pt, pt_next);
2604 LIST_REMOVE(pp, pp_next);
2640 LIST_REMOVE(pp, pp_next);
2654 LIST_REMOVE(pmc_t
[all...]
/freebsd-13-stable/sys/geom/part/
H A Dg_part.c950 LIST_REMOVE(entry, gpe_entry);
1145 LIST_REMOVE(entry, gpe_entry);
1193 LIST_REMOVE(entry, gpe_entry);
1221 LIST_REMOVE(entry, gpe_entry);
1509 LIST_REMOVE(entry, gpe_entry);
1527 LIST_REMOVE(entry, gpe_entry);
1583 LIST_REMOVE(entry, gpe_entry);
H A Dg_part_ldm.c995 LIST_REMOVE(xvblk, entry);
1001 LIST_REMOVE(vblk, entry);
1091 LIST_REMOVE(xvblk, entry);
/freebsd-13-stable/sys/netinet/libalias/
H A Dalias_sctp.c1537 LIST_REMOVE(G_Addr, list_Gaddr);
1552 LIST_REMOVE(G_Addr, list_Gaddr);
2362 LIST_REMOVE(assoc, list_L);
2368 LIST_REMOVE(assoc, list_G);
2448 LIST_REMOVE(assoc, timer_Q);/* Note this is O(1) */
2500 LIST_REMOVE(assoc, timer_Q);
/freebsd-13-stable/sys/netgraph/
H A Dng_pptpgre.c440 LIST_REMOVE(hpriv, sessions);
545 LIST_REMOVE(hpriv, sessions);
568 LIST_REMOVE(&priv->uppersess, sessions);
/freebsd-13-stable/lib/libc/gen/
H A Dsem_new.c279 LIST_REMOVE(ni, next);
/freebsd-13-stable/contrib/dma/
H A Ddma.c221 LIST_REMOVE(it, next);
/freebsd-13-stable/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_plist.c340 LIST_REMOVE(entry, pl_hash_link);
/freebsd-13-stable/sys/fs/tmpfs/
H A Dtmpfs_subr.c575 LIST_REMOVE(node, tn_entries);
1351 LIST_REMOVE(de, uh.td_dup.entries);
1352 LIST_REMOVE(de, uh.td_dup.index_entries);
1382 LIST_REMOVE(dde, uh.td_dup.entries);
/freebsd-13-stable/sys/netinet/
H A Dsctp_auth.c532 LIST_REMOVE(skey, next);
1207 LIST_REMOVE(skey, next);
1239 LIST_REMOVE(skey, next);
1352 LIST_REMOVE(skey, next);
/freebsd-13-stable/sys/kern/
H A Dkern_osd.c359 LIST_REMOVE(osd, osd_next);
/freebsd-13-stable/sys/security/mac/
H A Dmac_framework.c630 LIST_REMOVE(mpc, mpc_list);
/freebsd-13-stable/sys/vm/
H A Duma_int.h216 LIST_REMOVE(slab_tohashslab(s), uhs_hlink)
/freebsd-13-stable/sys/dev/ixl/
H A Dixl_iw.c291 LIST_REMOVE(pf_entry, node);
/freebsd-13-stable/sys/arm/ti/twl/
H A Dtwl_clks.c622 LIST_REMOVE(clk, link);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_pt.c552 LIST_REMOVE(&done_ccb->ccb_h, periph_links.le);
/freebsd-13-stable/usr.sbin/bluetooth/bthidd/
H A Dparser.y317 LIST_REMOVE(d, next);
/freebsd-13-stable/usr.sbin/pmcstat/
H A Dpmcpl_gprof.c379 LIST_REMOVE(pgf, pgf_next);
/freebsd-13-stable/sys/netipsec/
H A Dsubr_ipsec.c199 LIST_REMOVE(xsp, chain);
/freebsd-13-stable/sbin/ggate/ggated/
H A Dggated.c419 LIST_REMOVE(conn, c_next);
521 LIST_REMOVE(conn, c_next);
/freebsd-13-stable/contrib/bsnmp/snmpd/
H A Dconfig.c296 LIST_REMOVE(input, link);
1177 LIST_REMOVE(m, link);
/freebsd-13-stable/contrib/libevent/
H A Devmap.c406 LIST_REMOVE(ev, ev_io_next);
479 LIST_REMOVE(ev, ev_signal_next);
/freebsd-13-stable/sys/dev/hyperv/utilities/
H A Dhv_snapshot.c759 LIST_REMOVE(reqp, link);
940 LIST_REMOVE(reqp, link);

Completed in 385 milliseconds

1234567891011