Searched refs:hints (Results 251 - 275 of 282) sorted by relevance

<<1112

/freebsd-current/sys/fs/nfsserver/
H A Dnfs_nfsdserv.c5187 nfsattrbit_t hints; local
5197 error = nfsrv_getattrbits(nd, &hints, NULL, NULL);
5233 if ((NFSISSET_ATTRBIT(&hints, NFSV4IOHINT_WILLNEED) &&
5234 !NFSISSET_ATTRBIT(&hints, NFSV4IOHINT_DONTNEED)) ||
5235 (NFSISSET_ATTRBIT(&hints, NFSV4IOHINT_DONTNEED) &&
5236 !NFSISSET_ATTRBIT(&hints, NFSV4IOHINT_WILLNEED))) {
5238 if (NFSISSET_ATTRBIT(&hints, NFSV4IOHINT_WILLNEED)) {
5240 NFSZERO_ATTRBIT(&hints);
5242 NFSSETBIT_ATTRBIT(&hints, NFSV4IOHINT_WILLNEED);
5244 NFSSETBIT_ATTRBIT(&hints, NFSV4IOHINT_NORMA
[all...]
/freebsd-current/tools/boot/
H A Dfull-test.sh145 boot/device.hints \
156 # Note: It's OK for device.hints to be missing. It's mostly for legacy platforms.
158 boot/device.hints \
H A Drootgen.sh690 cp /boot/device.hints ${DESTDIR}/boot/device.hints
/freebsd-current/contrib/ntp/sntp/libevent/
H A Dhttp.c4434 struct evutil_addrinfo hints; local
4438 memset(&hints, 0, sizeof(hints));
4439 hints.ai_family = AF_UNSPEC;
4440 hints.ai_socktype = SOCK_STREAM;
4443 hints.ai_flags = EVUTIL_AI_PASSIVE|EVUTIL_AI_ADDRCONFIG;
4445 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai))
/freebsd-current/contrib/libevent/
H A Dhttp.c4434 struct evutil_addrinfo hints; local
4438 memset(&hints, 0, sizeof(hints));
4439 hints.ai_family = AF_UNSPEC;
4440 hints.ai_socktype = SOCK_STREAM;
4443 hints.ai_flags = EVUTIL_AI_PASSIVE|EVUTIL_AI_ADDRCONFIG;
4445 if ((ai_result = evutil_getaddrinfo(address, strport, &hints, &ai))
/freebsd-current/tests/sys/kern/
H A Dktls_test.c222 struct addrinfo hints, *ai, *tofree; local
227 memset(&hints, 0, sizeof(hints));
228 hints.ai_family = AF_UNSPEC;
229 hints.ai_socktype = SOCK_STREAM;
230 hints.ai_protocol = IPPROTO_TCP;
231 error = getaddrinfo(host, port, &hints, &tofree);
/freebsd-current/crypto/openssh/
H A Dservconf.c796 struct addrinfo hints, *ai, *aitop; local
823 memset(&hints, 0, sizeof(hints));
824 hints.ai_family = options->address_family;
825 hints.ai_socktype = SOCK_STREAM;
826 hints.ai_flags = (addr == NULL) ? AI_PASSIVE : 0;
828 if ((gaierr = getaddrinfo(addr, strport, &hints, &aitop)) != 0)
/freebsd-current/contrib/ntp/ntpd/
H A Dntp_proto.c4863 struct addrinfo hints; local
4888 ZERO(hints);
4889 hints.ai_family = AF(&pool->srcadr);
4890 hints.ai_socktype = SOCK_DGRAM;
4891 hints.ai_protocol = IPPROTO_UDP;
4896 &hints,
5011 const struct addrinfo * hints,
5005 pool_name_resolved( int rescode, int gai_errno, void * context, const char * name, const char * service, const struct addrinfo * hints, const struct addrinfo * res ) argument
/freebsd-current/usr.sbin/ndp/
H A Dndp.c503 struct addrinfo hints = { .ai_family = AF_INET6 }; local
506 int gai_error = getaddrinfo(host, NULL, &hints, &res);
/freebsd-current/libexec/rtld-elf/
H A Drtld.c219 static const char *ld_elf_hints_path; /* Environment variable for alternative hints path */
1852 * ldconfig hints (if -z nodefaultlib, filter out default library directories
2051 * Return the search path from the ldconfig hints file, reading it if
2055 * Returns NULL if there are problems with the hints file,
2062 static const char *hints; local
2078 bool is_le; /* Does the hints file use little endian */
2081 /* First call, read the hints file */
2082 if (hints == NULL) {
2083 /* Keep from trying again in case the hints file is bad. */
2084 hints
[all...]
/freebsd-current/sbin/pfctl/
H A Dpfctl.c561 struct addrinfo hints, *res; local
571 bzero(&hints, sizeof(hints));
573 hints.ai_flags |= AI_NUMERICHOST;
575 if ((ret_ga = getaddrinfo(addr, NULL, &hints, &res))) {
/freebsd-current/contrib/googletest/googletest/src/
H A Dgtest.cc4926 addrinfo hints;
4927 memset(&hints, 0, sizeof(hints));
4928 hints.ai_family = AF_UNSPEC; // To allow both IPv4 and IPv6 addresses.
4929 hints.ai_socktype = SOCK_STREAM;
4935 getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
/freebsd-current/sys/conf/
H A Dkern.post.mk449 config.o env.o hints.o vers.o vnode_if.o:
H A Dkern.pre.mk344 SYSTEM_CFILES= config.c env.c hints.c vnode_if.c
H A Dkmod.mk366 echo ".${DISTBASE}${KMODDIR}/linker.hints type=file mode=0644 uname=root gname=wheel" | \
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_encoder.c591 pos = pt_encode_int(pos, packet->payload.mwait.hints,
H A Dpt_query_decoder.c3551 event->variant.mwait.hints = packet.hints;
/freebsd-current/contrib/processor-trace/libipt/test/src/
H A Dptunit-packet.c411 pfix->packet[0].payload.mwait.hints = 0xc;
/freebsd-current/stand/common/
H A Dmodule.c52 u_char *d_hints; /* content of linker.hints file */
53 int d_hintsz; /* size of hints data */
618 * in the linker.hints file, we should check if it have
1219 * If nothing found or hints is absent - fallback to the old way
1674 * Read linker.hints file into memory performing some sanity checks.
1685 path = moduledir_fullpath(mdp, "linker.hints");
/freebsd-current/contrib/llvm-project/lld/COFF/
H A DDLL.cpp695 hints.push_back(c);
H A DWriter.cpp901 if (!idata.hints.empty())
902 add(".idata$6", idata.hints);
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp.h233 an invalid combination of hints to mean that another, larger field
1530 __kmp_mm_monitor(void *cacheline, unsigned extensions, unsigned hints) { argument
1531 _mm_monitor(cacheline, extensions, hints);
1537 __kmp_mm_mwait(unsigned extensions, unsigned hints) { argument
1538 _mm_mwait(extensions, hints);
/freebsd-current/include/
H A DMakefile20 dirent.h dlfcn.h elf.h elf-hints.h endian.h err.h fmtmsg.h fnmatch.h \
/freebsd-current/sys/fs/nfsclient/
H A Dnfs_clrpcops.c7438 nfsattrbit_t hints; local
7441 NFSZERO_ATTRBIT(&hints);
7443 NFSSETBIT_ATTRBIT(&hints, NFSV4IOHINT_WILLNEED);
7445 NFSSETBIT_ATTRBIT(&hints, NFSV4IOHINT_DONTNEED);
7454 nfsrv_putattrbit(nd, &hints);
7477 nfsattrbit_t hints; local
7483 NFSZERO_ATTRBIT(&hints);
7485 NFSSETBIT_ATTRBIT(&hints, NFSV4IOHINT_WILLNEED);
7487 NFSSETBIT_ATTRBIT(&hints, NFSV4IOHINT_DONTNEED);
7501 nfsrv_putattrbit(nd, &hints);
[all...]
/freebsd-current/targets/pseudo/userland/
H A DMakefile.depend625 usr.sbin/ntp/doc/hints \

Completed in 617 milliseconds

<<1112