Home
last modified time | relevance | path

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

12

/xnu-8020.101.4/bsd/skywalk/channel/
H A Dchannel.c342 boolean_t selwake, uint32_t hint) in csi_selwakeup()
374 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_common()
388 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_one()
406 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in csi_selwakeup_all()
554 filt_chrw(struct knote *kn, long hint, int events) in filt_chrw()
575 filt_chread(struct knote *kn, long hint) in filt_chread()
586 filt_chwrite(struct knote *kn, long hint) in filt_chwrite()
865 uint32_t fflags, long *hint) in che_process_channel_event()
909 long hint = 0; in filt_che_attach() local
972 filt_che_event(struct knote *kn, long hint) in filt_che_event()
[all …]
/xnu-8020.101.4/tools/lldbmacros/core/
H A Dio.py92 def readlines(self, hint=-1): argument
/xnu-8020.101.4/bsd/vfs/
H A Dvfs_vnops.c2047 filt_vnode_common(struct knote *kn, struct kevent_qos_s *kev, vnode_t vp, long hint) in filt_vnode_common()
2092 filt_vnode(struct knote *kn, long hint) in filt_vnode()
2105 int hint = 0; in filt_vntouch() local
2132 int hint = 0; in filt_vnprocess() local
H A Dvfs_fsevents.c2018 filt_fsevent_common(struct knote *kn, struct kevent_qos_s *kev, long hint) in filt_fsevent_common()
2064 filt_fsevent(struct knote *kn, long hint) in filt_fsevent()
/xnu-8020.101.4/bsd/kern/
H A Dtty_ptmx.c607 ptsd_kqops_event(struct knote *kn, long hint) in ptsd_kqops_event()
888 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.c2611 soevent(struct socket *so, long hint) in soevent()
2633 soevupcall(struct socket *so, long hint) in soevupcall()
2873 sonullevent(struct socket *so, void *arg, long hint) in sonullevent()
H A Dtty.c2745 ttwakeup_knote(struct selinfo *sip, long hint) in ttwakeup_knote()
3451 filt_ttyevent(struct knote *kn, long hint) in filt_ttyevent()
H A Dtty_dev.c442 ptcwakeup_knote(struct selinfo *sip, long hint) in ptcwakeup_knote()
H A Dkern_event.c780 knote_post(struct knote *kn, long hint) in knote_post()
988 filt_kqueue(struct knote *kn, __unused long hint) in filt_kqueue()
1117 filt_procevent(struct knote *kn, long hint) in filt_procevent()
3530 filt_bad_event(struct knote *kn, long hint) in filt_bad_event()
4858 kqfile_wakeup(struct kqfile *kqf, long hint, wait_result_t wr) in kqfile_wakeup()
6008 knote(struct klist *list, long hint) in knote()
H A Duipc_socket.c6759 filt_soread(struct knote *kn, long hint) in filt_soread()
6927 filt_sowrite(struct knote *kn, long hint) in filt_sowrite()
7147 filt_sockev(struct knote *kn, long hint) in filt_sockev()
H A Dkern_memorystatus_notify.c217 filt_memorystatus(struct knote *kn __unused, long hint) in filt_memorystatus()
H A Dsys_generic.c2200 selwakeup_internal(struct selinfo *sip, long hint, wait_result_t wr) in selwakeup_internal()
/xnu-8020.101.4/tools/tests/TLBcoherency/
H A DTLBcoherency.c128 void *hint = reuse_addrs ? (void *)0x1000 : NULL; in initialize_arena_element() local
/xnu-8020.101.4/bsd/skywalk/nexus/netif/
H A Dnx_netif_llink.c716 nx_netif_qset_hint_decode(uint64_t hint, in nx_netif_qset_hint_decode()
740 nx_netif_find_qset(struct nx_netif *nif, uint64_t hint) in nx_netif_find_qset()
/xnu-8020.101.4/bsd/net/
H A Drtsock.c1155 struct sockaddr *sa, *hint; in rt_msg1() local
1248 struct sockaddr *sa, *hint; in rt_msg2() local
H A Droute.c718 rtm_scrub(int type, int idx, struct sockaddr *hint, struct sockaddr *sa, in rtm_scrub()
4101 struct rtentry *rt = hint0, *hint = hint0; in route_to_gwroute() local
H A Dbpf.c2631 filt_bpfread(struct knote *kn, long hint) in filt_bpfread()
/xnu-8020.101.4/bsd/netinet6/
H A Dnd6.c4056 struct rtentry *rt = hint0, *hint = hint0; in nd6_output_list() local
4667 struct sockaddr_dl *ll_dest, size_t ll_dest_len, route_t hint, in nd6_lookup_ipv6()
/xnu-8020.101.4/bsd/netinet/
H A Din_arp.c1291 struct sockaddr_dl *ll_dest, size_t ll_dest_len, route_t hint, in arp_lookup_ip()
/xnu-8020.101.4/iokit/Kernel/
H A DIOLib.cpp145 UInt32 hint; member
/xnu-8020.101.4/bsd/sys/
H A Devent.h1119 #define KNOTE(list, hint) knote(list, hint) argument
/xnu-8020.101.4/osfmk/vm/
H A Dvm_map.h495 vm_map_entry_t hint; /* hint for quick lookups */ member
/xnu-8020.101.4/bsd/miscfs/specfs/
H A Dspec_vnops.c3034 filt_specevent(struct knote *kn, long hint) in filt_specevent()
/xnu-8020.101.4/bsd/skywalk/nexus/
H A Dnexus_adapter.c1104 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in na_post_event()

12