| /freebsd/crypto/openssl/ssl/quic/ |
| H A D | quic_cfq.c | 100 static void list_remove(QUIC_CFQ_ITEM_LIST *l, QUIC_CFQ_ITEM_EX *n) in list_remove() function 257 list_remove(&cfq->free_list, item); in ossl_quic_cfq_add_frame() 268 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_mark_tx() 293 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_mark_lost() 301 list_remove(&cfq->tx_list, ex); in ossl_quic_cfq_mark_lost() 335 list_remove(&cfq->new_list, ex); in ossl_quic_cfq_release() 340 list_remove(&cfq->tx_list, ex); in ossl_quic_cfq_release()
|
| H A D | quic_stream_map.c | 35 static void list_remove(QUIC_STREAM_LIST_NODE *l, in list_remove() function 184 list_remove(&qsm->active_list, &stream->active_node); in ossl_quic_stream_map_release() 186 list_remove(&qsm->accept_list, &stream->accept_node); in ossl_quic_stream_map_release() 188 list_remove(&qsm->ready_for_gc_list, &stream->ready_for_gc_node); in ossl_quic_stream_map_release() 233 list_remove(&qsm->active_list, &s->active_node); in stream_map_mark_inactive() 769 list_remove(&qsm->accept_list, &s->accept_node); in ossl_quic_stream_map_remove_from_accept_queue()
|
| H A D | quic_txpim.c | 68 static void list_remove(QUIC_TXPIM_PKT_EX_LIST *l, QUIC_TXPIM_PKT_EX *n) in list_remove() function 129 list_remove(&txpim->free_list, ex); in ossl_quic_txpim_pkt_alloc()
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/common/ |
| H A D | list.h | 44 void *list_remove(list_t **, void *, int (*)(void *, void *, void *), void *);
|
| H A D | list.c | 79 list_remove(list_t **list, void *data, int (*cmp)(void *, void *, void *), in list_remove() function
|
| /freebsd/sys/cddl/contrib/opensolaris/uts/common/sys/ |
| H A D | list.h | 45 void list_remove(list_t *, void *);
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | list.h | 36 void list_remove(list_t *, void *);
|
| /freebsd/sys/contrib/openzfs/lib/libspl/include/sys/ |
| H A D | list.h | 36 void list_remove(list_t *, void *);
|
| /freebsd/sys/contrib/openzfs/module/zfs/ |
| H A D | fm.c | 139 list_remove(&zevent_list, ev); in zfs_zevent_drain() 338 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_next() 409 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek() 417 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek() 434 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_seek() 465 list_remove(&ze->ze_zevent->ev_ze_list, ze); in zfs_zevent_destroy()
|
| H A D | multilist.c | 374 list_remove(&mls->mls_list, obj); in multilist_sublist_move_forward() 382 list_remove(&mls->mls_list, obj); in multilist_sublist_remove()
|
| H A D | dmu_zfetch.c | 205 list_remove(&zf->zf_stream, zs); in dmu_zfetch_stream_remove() 265 list_remove(&zf->zf_stream, zs); in dmu_zfetch_stream_create() 291 list_remove(&zf->zf_stream, zs); in dmu_zfetch_stream_create()
|
| H A D | dsl_prop.c | 487 list_remove(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister() 488 list_remove(&cbr->cbr_pr->pr_cbs, cbr); in dsl_prop_unregister() 512 list_remove(&ds->ds_prop_cbs, cbr); in dsl_prop_unregister_all() 513 list_remove(&cbr->cbr_pr->pr_cbs, cbr); in dsl_prop_unregister_all()
|
| H A D | zfs_fm.c | 261 list_remove(&recent_events_list, entry); in zfs_ereport_cleaner() 313 list_remove(&recent_events_list, entry); in zfs_ereport_clear() 386 list_remove(&recent_events_list, entry); in zfs_ereport_is_duplicate() 400 list_remove(&recent_events_list, entry); in zfs_ereport_is_duplicate()
|
| H A D | spa_config.c | 242 list_remove(&target->spa_config_list, tdp); in spa_write_cachefile()
|
| H A D | vdev_queue.c | 257 list_remove(list, zio); in vdev_queue_class_remove() 558 list_remove(&vq->vq_active_list, zio); in vdev_queue_pending_remove()
|
| /freebsd/usr.sbin/moused/moused/ |
| H A D | util-list.h | 87 void list_remove(struct list *elm);
|
| H A D | util-list.c | 68 list_remove(struct list *elm) in list_remove() function
|
| /freebsd/contrib/openresolv/ |
| H A D | resolvconf.in | 809 list_remove() 1012 list_remove domain_blacklist "$dn" >/dev/null || continue 1023 *) list_remove name_server_blacklist \
|
| /freebsd/sys/contrib/openzfs/include/os/linux/spl/sys/ |
| H A D | list.h | 118 list_remove(list_t *list, void *object) in list_remove() function
|
| /freebsd/cddl/contrib/opensolaris/tools/ctf/cvt/ |
| H A D | hash.c | 139 (void) list_remove(&hash->h_buckets[bucket], key, in hash_remove()
|
| H A D | merge.c | 953 (void) list_remove(mcd->md_iitba, data, NULL, NULL); in add_iitba_cb() 1028 (void) list_remove(mcd->md_tdtbr, (void *)tdpp, NULL, NULL); in add_tdtbr_cb()
|
| /freebsd/sys/contrib/openzfs/module/os/freebsd/spl/ |
| H A D | list.c | 114 list_remove(list_t *list, void *object) in list_remove() function
|
| /freebsd/sys/contrib/openzfs/lib/libspl/ |
| H A D | list.c | 114 list_remove(list_t *list, void *object) in list_remove() function
|
| /freebsd/sys/contrib/openzfs/cmd/zed/agents/ |
| H A D | fmd_serd.c | 219 list_remove(&sgp->sg_list, sep); in fmd_serd_eng_discard()
|
| H A D | zfs_mod.c | 489 list_remove(&g_device_list, device); in zfs_process_add() 741 list_remove(&g_pool_list, pool); in zfs_iter_pool()
|