/dflybsd-src/sys/dev/powermng/perfbias/ |
H A D | perfbias.c | 160 int error, hint; in perfbias_sysctl() local 176 uint64_t hint = msg->ch_cbarg1; in perfbias_set_handler() local 187 perfbias_set(struct perfbias_softc *sc, int hint) in perfbias_set()
|
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | diagnostic-show-locus.c | 846 const fixit_hint *hint = richloc->get_fixit_hint (i); in layout() local 1039 const fixit_hint *hint = m_fixit_hints[i]; in get_expanded_location() local 1055 layout::validate_fixit_hint_p (const fixit_hint *hint) in validate_fixit_hint_p() 1070 get_line_span_for_fixit_hint (const fixit_hint *hint) in get_line_span_for_fixit_hint() 1125 const fixit_hint *hint = m_fixit_hints[i]; in calculate_line_spans() local 1306 const fixit_hint *hint = m_fixit_hints[i]; in print_leading_fixits() local 1458 get_affected_columns (const fixit_hint *hint) in get_affected_columns() 1469 get_printed_columns (const fixit_hint *hint) in get_printed_columns() 1638 line_corrections::add_hint (const fixit_hint *hint) in add_hint() 1720 const fixit_hint *hint = m_fixit_hints[i]; in print_trailing_fixits() local [all …]
|
/dflybsd-src/contrib/gdb-7/gdb/python/ |
H A D | py-prettyprint.c | 249 PyObject *hint; in gdbpy_get_display_hint() local 306 print_string_repr (PyObject *printer, const char *hint, in print_string_repr() 473 print_children (PyObject *printer, const char *hint, in print_children() 702 char *hint = NULL; in apply_val_pretty_printer() local
|
/dflybsd-src/sys/kern/ |
H A D | tty_tty.c | 312 cttyfilt_read(struct knote *kn, long hint) in cttyfilt_read() 323 cttyfilt_write(struct knote *kn, long hint) in cttyfilt_write()
|
H A D | kern_event.c | 284 filt_kqueue(struct knote *kn, long hint) in filt_kqueue() 361 filt_proc(struct knote *kn, long hint) in filt_proc() 518 filt_timer(struct knote *kn, long hint) in filt_timer() 572 filt_user(struct knote *kn, long hint) in filt_user() 672 filt_fs(struct knote *kn, long hint) in filt_fs() 1787 filter_event(struct knote *kn, long hint) in filter_event() 1810 knote(struct klist *list, long hint) in knote()
|
H A D | kern_memio.c | 663 mm_filter_read(struct knote *kn, long hint) in mm_filter_read() 669 mm_filter_write(struct knote *kn, long hint) in mm_filter_write()
|
H A D | sys_pipe.c | 1341 filt_piperead(struct knote *kn, long hint) in filt_piperead() 1403 filt_pipewrite(struct knote *kn, long hint) in filt_pipewrite()
|
H A D | subr_log.c | 223 logfiltread(struct knote *kn, long hint) in logfiltread()
|
H A D | tty_pty.c | 915 filt_ptcread (struct knote *kn, long hint) in filt_ptcread() 946 filt_ptcwrite (struct knote *kn, long hint) in filt_ptcwrite()
|
/dflybsd-src/sys/vfs/fuse/ |
H A D | fuse_device.c | 282 filt_fusedevread(struct knote *kn, long hint) in filt_fusedevread() 296 filt_fusedevwrite(struct knote *kn, long hint) in filt_fusedevwrite()
|
/dflybsd-src/sys/platform/pc64/x86_64/ |
H A D | machdep.c | 515 int hint; member 657 int hint = cpu_mwait_hints[i]; in cpu_mwait_attach() local 692 int hint = cpu_mwait_deep_hints[i]; in cpu_mwait_attach() local 1129 int hint, cx_idx; in cpu_mwait_cx_hint() local 3375 cpu_mwait_hint_valid(uint32_t hint) in cpu_mwait_hint_valid() 3403 cpu_mwait_cx_hint2name(int hint, char *name, int namelen, boolean_t allow_auto) in cpu_mwait_cx_hint2name() 3436 int cx_idx, sub, hint; in cpu_mwait_cx_name2hint() local 3497 int error, cx_idx, old_cx_idx, hint; in cpu_mwait_cx_select_sysctl() local 3526 int error, cx_idx, old_cx_idx, hint; in cpu_mwait_cx_setname() local 3550 int hint = cpu_mwait_halt_global; in cpu_mwait_cx_idle_sysctl() local
|
/dflybsd-src/sys/dev/raid/vinum/ |
H A D | vinum.c | 585 vinumfilt_rd(struct knote *kn, long hint) in vinumfilt_rd() 596 vinumfilt_wr(struct knote *kn, long hint) in vinumfilt_wr()
|
/dflybsd-src/sys/vfs/procfs/ |
H A D | procfs_vnops.c | 1203 procfs_filt_read(struct knote *kn, long hint) in procfs_filt_read() 1218 procfs_filt_write(struct knote *kn, long hint) in procfs_filt_write() 1227 procfs_filt_vnode(struct knote *kn, long hint) in procfs_filt_vnode()
|
/dflybsd-src/sys/dev/crypto/ubsec/ |
H A D | ubsec.c | 1023 ubsec_process(device_t dev, struct cryptop *crp, int hint) in ubsec_process() 2103 ubsec_kprocess(device_t dev, struct cryptkop *krp, int hint) in ubsec_kprocess() 2142 ubsec_kprocess_modexp_sw(struct ubsec_softc *sc, struct cryptkop *krp, int hint) in ubsec_kprocess_modexp_sw() 2339 ubsec_kprocess_modexp_hw(struct ubsec_softc *sc, struct cryptkop *krp, int hint) in ubsec_kprocess_modexp_hw() 2532 ubsec_kprocess_rsapriv(struct ubsec_softc *sc, struct cryptkop *krp, int hint) in ubsec_kprocess_rsapriv()
|
/dflybsd-src/usr.bin/finger/ |
H A D | net.c | 60 static struct addrinfo hint; in netfinger() local
|
/dflybsd-src/sys/vfs/fifofs/ |
H A D | fifo_vnops.c | 512 filt_fiforead(struct knote *kn, long hint) in filt_fiforead() 546 filt_fifowrite(struct knote *kn, long hint) in filt_fifowrite()
|
/dflybsd-src/sys/dev/misc/cmx/ |
H A D | cmx.c | 697 cmx_filter_read(struct knote *kn, long hint) in cmx_filter_read() 725 cmx_filter_write(struct knote *kn, long hint) in cmx_filter_write()
|
/dflybsd-src/sys/bus/firewire/ |
H A D | fwdev.c | 755 fwfilt_read(struct knote *kn, long hint) in fwfilt_read() 767 fwfilt_write(struct knote *kn, long hint) in fwfilt_write()
|
/dflybsd-src/sys/vfs/ufs/ |
H A D | ufs_vnops.c | 2168 filt_ufsread(struct knote *kn, long hint) in filt_ufsread() 2192 filt_ufswrite(struct knote *kn, long hint) in filt_ufswrite() 2206 filt_ufsvnode(struct knote *kn, long hint) in filt_ufsvnode()
|
/dflybsd-src/sys/dev/misc/snp/ |
H A D | snp.c | 672 snpfilter_rd(struct knote *kn, long hint) in snpfilter_rd() 692 snpfilter_wr(struct knote *kn, long hint) in snpfilter_wr()
|
/dflybsd-src/sys/net/tap/ |
H A D | if_tap.c | 1024 tap_filter_read(struct knote *kn, long hint) in tap_filter_read() 1037 tap_filter_write(struct knote *kn, long hint) in tap_filter_write()
|
/dflybsd-src/sys/vfs/ext2fs/ |
H A D | ext2_vnops.c | 1490 filt_ext2read(struct knote *kn, long hint) in filt_ext2read() 1513 filt_ext2write(struct knote *kn, long hint) in filt_ext2write() 1527 filt_ext2vnode(struct knote *kn, long hint) in filt_ext2vnode()
|
/dflybsd-src/sys/net/tun/ |
H A D | if_tun.c | 1009 tun_filter_write(struct knote *kn, long hint) in tun_filter_write() 1016 tun_filter_read(struct knote *kn, long hint) in tun_filter_read()
|
/dflybsd-src/sys/vfs/dirfs/ |
H A D | dirfs_vnops.c | 1500 filt_dirfsread(struct knote *kn, long hint) in filt_dirfsread() 1529 filt_dirfswrite(struct knote *kn, long hint) in filt_dirfswrite() 1538 filt_dirfsvnode(struct knote *kn, long hint) in filt_dirfsvnode()
|
/dflybsd-src/sys/vfs/tmpfs/ |
H A D | tmpfs_vnops.c | 2045 filt_tmpfsread(struct knote *kn, long hint) in filt_tmpfsread() 2074 filt_tmpfswrite(struct knote *kn, long hint) in filt_tmpfswrite() 2083 filt_tmpfsvnode(struct knote *kn, long hint) in filt_tmpfsvnode()
|