Home
last modified time | relevance | path

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

12345

/freebsd-src/contrib/llvm-project/clang/lib/Headers/
H A Davx512pfintrin.h
/freebsd-src/sys/geom/
H A Dgeom_kern.c157 sysctl_kern_geom_confany(struct sysctl_req *req, g_event_t *func, size_t *hint) in sysctl_kern_geom_confany()
183 static size_t hint = PAGE_SIZE; in sysctl_kern_geom_conftxt() local
191 static size_t hint = PAGE_SIZE; in sysctl_kern_geom_confdot() local
199 static size_t hint = PAGE_SIZE; in sysctl_kern_geom_confxml() local
/freebsd-src/tools/tools/kdrv/
H A DKernelDriver85 proc findDrvFile_try {hint} { argument
125 proc findDrvFile {hint} { argument
963 proc getKpath {hint} { argument
/freebsd-src/contrib/llvm-project/lld/MachO/
H A DRelocations.cpp97 std::string hint; in reportRangeError() local
111 std::string hint; in reportRangeError() local
/freebsd-src/sys/fs/fuse/
H A Dfuse_device.c215 fuse_device_filt_read(struct knote *kn, long hint) in fuse_device_filt_read() argument
241 fuse_device_filt_write(struct knote *kn, long hint) in fuse_device_filt_write() argument
/freebsd-src/usr.bin/finger/
H A Dnet.c61 static struct addrinfo hint; in netfinger() local
/freebsd-src/sys/kern/
H A Dsys_eventfd.c287 filt_eventfdread(struct knote *kn, long hint) in filt_eventfdread() argument
300 filt_eventfdwrite(struct knote *kn, long hint) in filt_eventfdwrite() argument
H A Dsys_pipe.c1801 filt_piperead(struct knote * kn,long hint) filt_piperead() argument
1823 filt_pipewrite(struct knote * kn,long hint) filt_pipewrite() argument
1861 filt_pipenotsup(struct knote * kn,long hint) filt_pipenotsup() argument
H A Dtty_pts.c450 pts_kqops_read_event(struct knote *kn, long hint) in pts_kqops_read_event() argument
476 pts_kqops_write_event(struct knote *kn, long hint) in pts_kqops_write_event() argument
H A Dsubr_log.c210 logkqread(struct knote *kn, long hint) in logkqread() argument
H A Dkern_event.c401 filt_kqueue(struct knote *kn, long hint) in filt_kqueue() argument
489 filt_proc(struct knote *kn, long hint) in filt_proc() argument
957 filt_timer(struct knote *kn, long hint) in filt_timer() argument
988 filt_user(struct knote *kn, __unused long hint) in filt_user() argument
2371 knote(struct knlist *list, long hint, in argument
[all...]
/freebsd-src/usr.sbin/config/
H A Dconfig.h207 struct hint { struct
208 hint_namehint global() argument
H A Dconfig.y192 struct hint *hint; global() variable
/freebsd-src/sys/dev/bhnd/
H A Dbhnd_erom.h145 const struct bhnd_chipid *hint, struct bhnd_chipid *cid) in bhnd_erom_probe()
/freebsd-src/crypto/openssl/test/
H A Ddtls_mtu_test.c25 static unsigned int clnt_psk_callback(SSL *ssl, const char *hint, in clnt_psk_callback()
/freebsd-src/sys/opencrypto/
H A Dcrypto.c1413 crypto_dispatch_one(struct cryptop * crp,int hint) crypto_dispatch_one() argument
1486 int hint; crypto_dispatch_batch() local
1525 crypto_invoke(struct cryptocap * cap,struct cryptop * crp,int hint) crypto_invoke() argument
1770 int result, hint; crypto_dispatch_thread() local
[all...]
/freebsd-src/contrib/sendmail/editmap/
H A Deditmap.c287 char *hint; local
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/
H A Demutls.c145 static void win_error(DWORD last_err, const char *hint) { in win_error()
158 static __inline void win_abort(DWORD last_err, const char *hint) { in win_abort()
/freebsd-src/crypto/openssl/apps/
H A Dciphers.c79 static unsigned int dummy_psk(SSL *ssl, const char *hint, char *identity, in dummy_psk()
/freebsd-src/sys/dev/beri/
H A Dberi_ring.c
/freebsd-src/sys/sys/
H A Devent.h243 #define KNOTE(list, hint, flags) knote(list, hint, flags) argument
244 #define KNOTE_LOCKED(list, hint) knote(list, hint, KNF_LISTLOCKED) argument
245 #define KNOTE_UNLOCKED(list, hint) knote(list, hint, 0) argument
/freebsd-src/sys/crypto/openssl/
H A Dossl.c420 ossl_process(device_t dev, struct cryptop *crp, int hint) in ossl_process() argument
/freebsd-src/usr.bin/sort/
H A Dcoll.h106 struct key_hint hint[0]; /* key sort hint */ member
/freebsd-src/sys/dev/ioat/
H A Dioat_internal.h135 uint32_t hint:1; member
168 uint32_t hint:1; member
225 uint32_t hint:1; member
304 uint32_t hint:1; member
342 uint32_t hint:1; member
384 uint32_t hint:1; member
/freebsd-src/sys/x86/acpica/
H A Dacpi_apm.c429 apmreadfilt(struct knote *kn, long hint) in apmreadfilt() argument

12345