Searched refs:LIST_REMOVE (Results 1 - 25 of 261) sorted by relevance

1234567891011

/freebsd-9.3-release/sys/geom/vinum/
H A Dgeom_vinum_rm.c220 LIST_REMOVE(v, volume);
255 LIST_REMOVE(p, plex);
258 LIST_REMOVE(p, in_volume);
281 LIST_REMOVE(s, in_plex);
293 LIST_REMOVE(s, from_drive);
294 LIST_REMOVE(s, sd);
356 LIST_REMOVE(fl, freelist);
360 LIST_REMOVE(d, drive);
377 LIST_REMOVE(d, drive);
H A Dgeom_vinum_events.c229 LIST_REMOVE(fl, freelist);
245 LIST_REMOVE(s, from_drive);
253 LIST_REMOVE(d, drive);
/freebsd-9.3-release/lib/libc/iconv/
H A Dcitrus_hash.h45 #define _CITRUS_HASH_REMOVE(elm, field) LIST_REMOVE(elm, field)
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_stack.c170 LIST_REMOVE(spare_stack, qe);
183 LIST_REMOVE(spare_stack, qe);
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_sleepq.c137 LIST_REMOVE(sq, sq_hash);
159 LIST_REMOVE(sq, sq_hash);
H A Dthr_stack.c225 LIST_REMOVE(spare_stack, qe);
238 LIST_REMOVE(spare_stack, qe);
/freebsd-9.3-release/sys/dev/drm/
H A Ddrm_hashtab.c163 LIST_REMOVE(entry, head);
171 LIST_REMOVE(item, head);
/freebsd-9.3-release/sys/dev/drm2/
H A Ddrm_hashtab.c163 LIST_REMOVE(entry, head);
171 LIST_REMOVE(item, head);
/freebsd-9.3-release/sys/kern/
H A Dvfs_hash.c109 LIST_REMOVE(vp, v_hashlist);
158 LIST_REMOVE(vp, v_hashlist);
H A Dkern_lockf.c383 LIST_REMOVE(lo, lo_link);
615 LIST_REMOVE(ls, ls_link);
631 LIST_REMOVE(ls, ls_link);
742 LIST_REMOVE(freestate, ls_link);
791 LIST_REMOVE(lock, lf_link);
828 LIST_REMOVE(lock, lf_link);
832 LIST_REMOVE(state, ls_link);
945 LIST_REMOVE(e, le_outlink);
946 LIST_REMOVE(e, le_inlink);
1118 LIST_REMOVE(wakeloc
[all...]
/freebsd-9.3-release/lib/libc/gen/
H A Dtelldir.c107 LIST_REMOVE(lp, loc_lqe);
/freebsd-9.3-release/sys/dev/syscons/
H A Dscterm.c83 LIST_REMOVE(sw, link);
/freebsd-9.3-release/sys/fs/ntfs/
H A Dntfs_ihash.c127 LIST_REMOVE(ip, i_hash);
/freebsd-9.3-release/sys/net/
H A Draw_cb.c115 LIST_REMOVE(rp, list);
/freebsd-9.3-release/sys/netnatm/
H A Dnatm_pcb.c87 LIST_REMOVE(npcb, pcblist);
/freebsd-9.3-release/sys/netgraph/atm/
H A Dngatmbase.c226 LIST_REMOVE(h, link);
248 LIST_REMOVE(m, link);
307 LIST_REMOVE(d, link);
341 LIST_REMOVE(h, link);
359 LIST_REMOVE(a, link);
/freebsd-9.3-release/sys/netpfil/ipfw/
H A Dip_fw_nat.c128 LIST_REMOVE(s, _next);
132 LIST_REMOVE(r, _next);
428 LIST_REMOVE(ptr, _next);
461 LIST_REMOVE(cfg, _next);
486 LIST_REMOVE(ptr, _next);
611 LIST_REMOVE(ptr, _next);
/freebsd-9.3-release/lib/librt/
H A Dsigev_thread.c279 LIST_REMOVE(sn, sn_link);
342 LIST_REMOVE(tn, tn_link);
387 LIST_REMOVE(tn, tn_link);
/freebsd-9.3-release/sys/netinet/
H A Din_pcbgroup.c275 LIST_REMOVE(inp, inp_pcbgroup_wild);
324 LIST_REMOVE(inp, inp_pcbgrouphash);
442 LIST_REMOVE(inp, inp_pcbgrouphash);
H A Dtcp_reass.c134 LIST_REMOVE(qe, tqe_q);
303 LIST_REMOVE(q, tqe_q);
338 LIST_REMOVE(q, tqe_q);
/freebsd-9.3-release/contrib/openbsm/libbsm/
H A Dbsm_mask.c105 LIST_REMOVE(aemp, ev_list);
/freebsd-9.3-release/sys/fs/coda/
H A Dcoda_fbsd.c100 LIST_REMOVE(mnt, mi_list);
/freebsd-9.3-release/sys/fs/devfs/
H A Ddevfs_dir.c141 LIST_REMOVE(dle, link);
/freebsd-9.3-release/usr.bin/csup/
H A Dthreads.c171 LIST_REMOVE(td, runlist);
/freebsd-9.3-release/contrib/nvi/common/
H A Dcut.c231 LIST_REMOVE(del_cbp, q);
296 LIST_REMOVE(cbp, q);

Completed in 285 milliseconds

1234567891011