| /xnu-8020.101.4/bsd/skywalk/channel/ |
| H A D | channel.c | 342 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 D | io.py | 92 def readlines(self, hint=-1): argument
|
| /xnu-8020.101.4/bsd/vfs/ |
| H A D | vfs_vnops.c | 2047 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 D | vfs_fsevents.c | 2018 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 D | tty_ptmx.c | 607 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 D | sys_pipe.c | 1418 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 D | uipc_socket2.c | 2611 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 D | tty.c | 2745 ttwakeup_knote(struct selinfo *sip, long hint) in ttwakeup_knote() 3451 filt_ttyevent(struct knote *kn, long hint) in filt_ttyevent()
|
| H A D | tty_dev.c | 442 ptcwakeup_knote(struct selinfo *sip, long hint) in ptcwakeup_knote()
|
| H A D | kern_event.c | 780 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 D | uipc_socket.c | 6759 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 D | kern_memorystatus_notify.c | 217 filt_memorystatus(struct knote *kn __unused, long hint) in filt_memorystatus()
|
| H A D | sys_generic.c | 2200 selwakeup_internal(struct selinfo *sip, long hint, wait_result_t wr) in selwakeup_internal()
|
| /xnu-8020.101.4/tools/tests/TLBcoherency/ |
| H A D | TLBcoherency.c | 128 void *hint = reuse_addrs ? (void *)0x1000 : NULL; in initialize_arena_element() local
|
| /xnu-8020.101.4/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_llink.c | 716 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 D | rtsock.c | 1155 struct sockaddr *sa, *hint; in rt_msg1() local 1248 struct sockaddr *sa, *hint; in rt_msg2() local
|
| H A D | route.c | 718 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 D | bpf.c | 2631 filt_bpfread(struct knote *kn, long hint) in filt_bpfread()
|
| /xnu-8020.101.4/bsd/netinet6/ |
| H A D | nd6.c | 4056 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 D | in_arp.c | 1291 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 D | IOLib.cpp | 145 UInt32 hint; member
|
| /xnu-8020.101.4/bsd/sys/ |
| H A D | event.h | 1119 #define KNOTE(list, hint) knote(list, hint) argument
|
| /xnu-8020.101.4/osfmk/vm/ |
| H A D | vm_map.h | 495 vm_map_entry_t hint; /* hint for quick lookups */ member
|
| /xnu-8020.101.4/bsd/miscfs/specfs/ |
| H A D | spec_vnops.c | 3034 filt_specevent(struct knote *kn, long hint) in filt_specevent()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | nexus_adapter.c | 1104 boolean_t within_kevent, boolean_t selwake, uint32_t hint) in na_post_event()
|