Searched refs:list_remove (Results 1 - 25 of 56) sorted by relevance

123

/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dlist.h44 void *list_remove(list_t **, void *, int (*)(void *, void *, void *), void *);
H A Dlist.c79 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *), function
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dlist.h45 void list_remove(list_t *, void *);
/freebsd-13-stable/sys/contrib/openzfs/include/os/freebsd/spl/sys/
H A Dlist.h45 void list_remove(list_t *, void *);
/freebsd-13-stable/sys/cddl/contrib/opensolaris/uts/common/sys/
H A Dlist.h45 void list_remove(list_t *, void *);
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dbplist.c70 list_remove(&bpl->bpl_list, bpe);
87 list_remove(&bpl->bpl_list, bpe);
H A Drefcount.c92 list_remove(&rc->rc_list, ref);
98 list_remove(&rc->rc_removed, ref);
172 list_remove(&rc->rc_list, ref);
181 list_remove(&rc->rc_removed, ref);
H A Dzfs_onexit.c91 list_remove(&zo->zo_actions, ap);
H A Dmultilist.c356 list_remove(&mls->mls_list, obj);
364 list_remove(&mls->mls_list, obj);
H A Dfm.c148 list_remove(&zevent_list, ev);
152 list_remove(&ev->ev_ze_list, ze);
344 list_remove(&ze->ze_zevent->ev_ze_list, ze);
416 list_remove(&ze->ze_zevent->ev_ze_list, ze);
424 list_remove(&ze->ze_zevent->ev_ze_list, ze);
441 list_remove(&ze->ze_zevent->ev_ze_list, ze);
472 list_remove(&ze->ze_zevent->ev_ze_list, ze);
H A Dzfs_fuid.c654 list_remove(&fuidp->z_fuids, zfuid);
705 list_remove(&fuidp->z_fuids, zfuid);
714 list_remove(&fuidp->z_domains, zdomain);
H A Dzil.c780 list_remove(&zilog->zl_lwb_list, lwb);
1167 list_remove(&lwb->lwb_itxs, itx);
1175 list_remove(&lwb->lwb_waiters, zcw);
1855 list_remove(list, itx);
1864 list_remove(list, itx);
1926 list_remove(&clean_list, itx);
2196 list_remove(&zilog->zl_itx_commit_list, itx);
2282 list_remove(&zilog->zl_itx_commit_list, itx);
2371 list_remove(&nolwb_waiters, zcw);
2380 list_remove(
[all...]
H A Ddsl_prop.c468 list_remove(&ds->ds_prop_cbs, cbr);
469 list_remove(&cbr->cbr_pr->pr_cbs, cbr);
493 list_remove(&ds->ds_prop_cbs, cbr);
494 list_remove(&cbr->cbr_pr->pr_cbs, cbr);
H A Dzfs_fm.c226 list_remove(&recent_events_list, entry);
279 list_remove(&recent_events_list, entry);
353 list_remove(&recent_events_list, entry);
367 list_remove(&recent_events_list, entry);
1439 list_remove(&recent_events_list, entry);
H A Dvdev_indirect.c302 list_remove(&iv->iv_splits, is);
306 list_remove(&is->is_unique_child, ic);
1667 list_remove(&is->is_unique_child, ic);
H A Dzvol.c760 list_remove(&zvol_state_list, zv);
1158 list_remove(&minors_list, job);
1260 list_remove(&free_list, zv);
/freebsd-13-stable/sys/contrib/openzfs/cmd/zed/agents/
H A Dzfs_mod.c369 list_remove(&g_device_list, device);
588 list_remove(&g_pool_list, pool);
943 list_remove(&g_pool_list, pool);
950 list_remove(&g_device_list, device);
H A Dzfs_agents.c347 list_remove(&agent_events, event);
412 list_remove(&agent_events, event);
H A Dfmd_serd.c214 list_remove(&sgp->sg_list, sep);
/freebsd-13-stable/sys/contrib/openzfs/include/os/linux/spl/sys/
H A Dlist.h117 list_remove(list_t *list, void *object) function
/freebsd-13-stable/contrib/openresolv/
H A Dresolvconf.in509 list_remove()
625 list_remove domain_blacklist "$dn" >/dev/null || continue
636 *) list_remove name_server_blacklist \
649 DOMAIN="$(list_remove domain_blacklist $DOMAIN)"
651 SEARCH="$(list_remove domain_blacklist $SEARCH)"
653 NAMESERVERS="$(list_remove name_server_blacklist $NAMESERVERS)"
655 LOCALNAMESERVERS="$(list_remove name_server_blacklist $LOCALNAMESERVERS)"
/freebsd-13-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dhash.c139 (void) list_remove(&hash->h_buckets[bucket], key,
/freebsd-13-stable/sys/contrib/openzfs/lib/libspl/
H A Dlist.c122 list_remove(list_t *list, void *object) function
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dlist.c123 list_remove(list_t *list, void *object) function
/freebsd-13-stable/contrib/apr/memory/unix/
H A Dapr_pools.c744 /* list_remove() removes 'node' from its list. */
745 #define list_remove(node) do { \ macro
849 list_remove(node);
883 list_remove(active);
1279 list_remove(node);
1297 list_remove(active);
1458 list_remove(active);

Completed in 313 milliseconds

123