Home
last modified time | relevance | path

Searched defs:hint (Results 1 – 25 of 32) sorted by relevance

12

/xnu-12377.41.6/bsd/skywalk/channel/
H A Dchannel.c333 boolean_t selwake, uint32_t hint) in csi_selwakeup()
365 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_common()
379 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_one()
397 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_all()
545 filt_chrw(struct knote *kn, long hint, int events) in filt_chrw()
567 filt_chread(struct knote *kn, long hint) in filt_chread()
578 filt_chwrite(struct knote *kn, long hint) in filt_chwrite()
867 uint32_t fflags, long *hint) in che_process_channel_event()
911 long hint = 0; in filt_che_attach() local
973 filt_che_event(struct knote *kn, long hint) in filt_che_event()
[all …]
/xnu-12377.41.6/tools/lldbmacros/core/
H A Dio.py88 def readlines(self, hint=-1): argument
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_vnops.c2163 filt_vnode_common(struct knote *kn, struct kevent_qos_s *kev, vnode_t vp, long hint) in filt_vnode_common()
2208 filt_vnode(struct knote *kn, long hint) in filt_vnode()
2221 int hint = 0; in filt_vntouch() local
2248 int hint = 0; in filt_vnprocess() local
H A Dvfs_fsevents.c2417 filt_fsevent_common(struct knote *kn, struct kevent_qos_s *kev, long hint) in filt_fsevent_common()
2463 filt_fsevent(struct knote *kn, long hint) in filt_fsevent()
/xnu-12377.41.6/bsd/kern/
H A Dtty_ptmx.c618 ptsd_kqops_event(struct knote *kn, long hint) in ptsd_kqops_event()
903 ptmx_kqops_event(struct knote *kn, long hint) in ptmx_kqops_event()
H A Dsys_pipe.c1418 filt_pipenotsup(struct knote *kn, long hint) in filt_pipenotsup()
1481 filt_piperead(struct knote *kn, long hint) in filt_piperead()
1543 filt_pipewrite(struct knote *kn, long hint) in filt_pipewrite()
H A Duipc_socket2.c2687 soevupcall(struct socket *so, uint32_t hint) in soevupcall()
2700 soevent(struct socket *so, uint32_t hint) in soevent()
2941 sonullevent(struct socket *so, void *arg, uint32_t hint) in sonullevent()
H A Dtty.c2856 ttwakeup_knote(struct selinfo *sip, long hint) in ttwakeup_knote()
3578 filt_ttyevent(struct knote *kn, long hint) in filt_ttyevent()
H A Dtty_dev.c456 ptcwakeup_knote(struct selinfo *sip, long hint) in ptcwakeup_knote()
H A Dkern_event.c812 knote_post(struct knote *kn, long hint) in knote_post()
1051 filt_kqueue(struct knote *kn, __unused long hint) in filt_kqueue()
1180 filt_procevent(struct knote *kn, long hint) in filt_procevent()
3736 filt_bad_event(struct knote *kn, long hint) in filt_bad_event()
5202 kqfile_wakeup(struct kqfile *kqf, long hint, wait_result_t wr)
6590 knote(struct klist *list, long hint, bool autodetach)
H A Duipc_socket.c6651 filt_soread(struct knote *kn, long hint) in filt_soread()
6857 filt_sowrite(struct knote *kn, long hint) in filt_sowrite()
7079 filt_sockev(struct knote *kn, long hint) in filt_sockev()
H A Dkern_memorystatus_notify.c205 filt_memorystatus(struct knote *kn __unused, long hint) in filt_memorystatus()
H A Dkern_sig.c3301 filt_signal(struct knote *kn, long hint) in filt_signal()
/xnu-12377.41.6/bsd/skywalk/nexus/netif/
H A Dnx_netif_llink.c672 nx_netif_qset_hint_decode(uint64_t hint, in nx_netif_qset_hint_decode()
696 nx_netif_find_qset(struct nx_netif *nif, uint64_t hint) in nx_netif_find_qset()
/xnu-12377.41.6/tools/tests/TLBcoherency/
H A DTLBcoherency.c128 void *hint = reuse_addrs ? (void *)0x1000 : NULL; in initialize_arena_element() local
/xnu-12377.41.6/osfmk/vm/
H A Dvm_map_store.c566 vm_map_offset_t hint, in vm_map_store_find_space()
H A Dvm_map_xnu.h429 vm_map_entry_t hint; /* hint for quick lookups */ member
/xnu-12377.41.6/bsd/net/
H A Drtsock.c1339 struct sockaddr *sa, *hint; in rt_msg1() local
1433 struct sockaddr *sa, *hint; in rt_msg2() local
H A Droute.c777 rtm_scrub(int type, int idx, struct sockaddr *hint, struct sockaddr *sa, in rtm_scrub()
4220 rtentry_ref_t hint = hint0; in route_to_gwroute() local
/xnu-12377.41.6/bsd/netinet6/
H A Dnd6.c3886 rtentry_ref_t rt = hint0, hint = hint0; in nd6_output_list() local
4451 struct sockaddr_dl *ll_dest, size_t ll_dest_len, route_t hint, in nd6_lookup_ipv6()
/xnu-12377.41.6/bsd/netinet/
H A Din_arp.c1284 size_t ll_dest_len, route_t hint, in arp_lookup_ip()
/xnu-12377.41.6/bsd/sys/
H A Devent_private.h838 #define KNOTE(list, hint) knote(list, hint, false) argument
/xnu-12377.41.6/osfmk/kern/
H A Dexclaves_resource.c1602 filt_exclaves_notification_event(struct knote *kn, long hint) in filt_exclaves_notification_event()
/xnu-12377.41.6/bsd/miscfs/specfs/
H A Dspec_vnops.c3128 filt_specevent(struct knote *kn, long hint) in filt_specevent()
/xnu-12377.41.6/bsd/skywalk/nexus/
H A Dnexus_adapter.c1110 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in na_post_event()

12