Searched refs:SLIST_REMOVE (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOStatistics.cpp402 SLIST_REMOVE(&found->parentKext->classList, found, ClassNode, lLink);
474 SLIST_REMOVE(&counter->parentClass->counterList, counter, IOEventSourceCounter, link);
524 SLIST_REMOVE(&counter->parentKext->workLoopList, counter, IOWorkLoopCounter, link);
575 SLIST_REMOVE(&counter->parentClass->userClientList, counter, IOUserClientCounter, link);
/darwin-on-arm/xnu/bsd/netinet6/
H A Dnd6_prproxy.c295 SLIST_REMOVE(up_head, up, nd6_prproxy_prelist, ndprl_le);
340 SLIST_REMOVE(down_head, down, nd6_prproxy_prelist, ndprl_le);
801 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le);
932 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le);
1069 SLIST_REMOVE(&ndprl_head, ndprl, nd6_prproxy_prelist, ndprl_le);
H A Dmld6.c255 SLIST_REMOVE(_head, _in6m, in6_multi, in6m_dtle); \
/darwin-on-arm/xnu/bsd/hfs/
H A Dhfs_encodings.c143 SLIST_REMOVE(&hfs_encoding_list, encp, hfs_encoding, link);
212 SLIST_REMOVE(&hfs_encoding_list, encp, hfs_encoding, link);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_newsysctl.c302 SLIST_REMOVE(old_oidp->oid_parent, old_oidp, sysctl_oid, oid_link);
310 SLIST_REMOVE(oidp->oid_parent, oidp, sysctl_oid, oid_link);
H A Duipc_mbuf2.c541 SLIST_REMOVE(&m->m_pkthdr.tags, t, m_tag, m_tag_link);
H A Dkern_event.c2441 SLIST_REMOVE(list, kn, knote, kn_selnext);
2606 SLIST_REMOVE(list, kn, knote, kn_link);
/darwin-on-arm/xnu/bsd/netinet/
H A Dip_dummynet.c1909 SLIST_REMOVE(&flowsethash[i], fs, dn_flow_set, next);
1914 SLIST_REMOVE(&pipehash[i], pipe, dn_pipe, next);
2291 SLIST_REMOVE(&pipehash[HASH(b->pipe_nr)], b, dn_pipe, next);
2333 SLIST_REMOVE( &flowsethash[HASH(b->fs_nr)], b, dn_flow_set, next);
H A Digmp.c296 SLIST_REMOVE(_head, _inm, in_multi, inm_dtle); \
/darwin-on-arm/xnu/bsd/sys/
H A Dqueue.h230 #define SLIST_REMOVE(head, elm, type, field) do { \ macro
/darwin-on-arm/xnu/bsd/net/
H A Dkpi_interface.c1364 SLIST_REMOVE(&ifal_head, ifal, ifnet_addr_list, ifal_le);
1717 SLIST_REMOVE(&ifl_head, ifl, ifnet_list, ifl_le);
H A Ddlil.c4144 SLIST_REMOVE(&ifp->if_proto_hash[proto_hash_value(proto_family)],
5737 SLIST_REMOVE(fcl, fce, sfb_bin_fcentry, fce_link);
5812 SLIST_REMOVE(&ifnet_fclist, fce, sfb_bin_fcentry, fce_link);
H A Dpf_ioctl.c407 SLIST_REMOVE(&token_list_head, entry,
427 SLIST_REMOVE(&token_list_head, entry, pfioc_kernel_token, next);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_gss.c1544 SLIST_REMOVE(&req->r_gss_seqlist, gsp, gss_seq, gss_seqnext);

Completed in 200 milliseconds