/freebsd/contrib/mtree/ |
H A D | mtree.c | 69 } flavors[] = { variable 134 for (i = 0; i < __arraycount(flavors); i++) in main() 135 if (strcmp(optarg, flavors[i].name) == 0) { in main() 136 flavor = flavors[i].flavor; in main() 139 if (i == __arraycount(flavors)) in main() 328 for (i = 0; i < __arraycount(flavors); i++) in usage() 329 fprintf(stderr, " %s", flavors[i].name); in usage()
|
/freebsd/share/man/man9/ |
H A D | VFS_CHECKEXP.9 | 60 Return value for the number of security flavors for this client. 62 Must be an array of size MAXSECFLAVORS, in which the security flavors 81 The export flags, anonymous credentials and security flavors specific to the
|
/freebsd/usr.sbin/mountd/ |
H A D | exports.5 | 237 specifies a colon separated list of acceptable security flavors to be 239 Supported security flavors are sys, krb5, krb5i and krb5p. 240 If multiple flavors are listed, they should be ordered with the most 431 option on these line(s) specifies what security flavors may be used for 435 to restrict some clients to the use of the krb5[ip] security flavors,
|
/freebsd/sys/fs/nfs/ |
H A D | nfsdport.h | 56 int nes_numsecflavor; /* # of security flavors */ 57 int nes_secflavors[MAXSECFLAVORS]; /* and the flavors */
|
/freebsd/include/rpc/ |
H A D | auth.h | 59 u_int rpcflavor; /* rpc flavors:AUTH_UNIX,AUTH_DES,RPCSEC_GSS */ 67 uint32_t rpcflavor; /* rpc flavors:AUTH_UNIX,AUTH_DES,RPCSEC_GSS */ 360 * Pseudo auth flavors for RPCSEC_GSS.
|
/freebsd/sys/rpc/ |
H A D | auth.h | 59 u_int rpcflavor; /* rpc flavors:AUTH_UNIX,AUTH_DES,RPCSEC_GSS */ 67 uint32_t rpcflavor; /* rpc flavors:AUTH_UNIX,AUTH_DES,RPCSEC_GSS */ 358 * Pseudo auth flavors for RPCSEC_GSS.
|
/freebsd/sys/contrib/dev/iwlwifi/ |
H A D | zzz_fw_ports_fwget.sh | 79 # Get a list of all device/firmware flavors as seen/supported by the driver. 80 flavors=$(awk -F\\t '{ 111 for f in ${flavors}; do 268 # Skip "undefined" flavors as we have no idea what chipset.
|
/freebsd/lib/libc/rpc/ |
H A D | svc_auth.c | 54 * The server auth flavors must implement a routine that looks 64 /* declarations to allow servers to specify new authentication flavors */
|
/freebsd/sys/contrib/device-tree/Bindings/gpio/ |
H A D | kontron,sl28cpld-gpio.yaml | 16 There are three flavors of the GPIO controller, one full featured
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/i386/pid/ |
H A D | tst.ret.d | 30 * ASSERTION: Validated the emulation of various flavors of the return
|
/freebsd/stand/kboot/kboot/ |
H A D | Makefile | 51 # instead of the more normal MACHINE since the changes between different flavors
|
/freebsd/contrib/tcpdump/ |
H A D | netdissect-stdinc.h | 33 * Include the appropriate OS header files on Windows and various flavors 228 * Includes and definitions for various flavors of UN*X.
|
/freebsd/sys/dev/isci/scil/ |
H A D | sati_read_capacity.h | 61 * translate data for both 10 byte and 16 byte read capacity flavors.
|
/freebsd/crypto/openssl/doc/HOWTO/ |
H A D | keys.txt | 12 Public keys come in several flavors, using different cryptographic
|
/freebsd/share/man/man4/ |
H A D | pim.4 | 186 flavors and modified by
|
H A D | route.4 | 62 Routing database entries come in two flavors: for a specific
|
/freebsd/sys/contrib/zlib/ |
H A D | README | 18 well, "make install" should work for most flavors of Unix. For Windows, use
|
/freebsd/contrib/libpcap/ |
H A D | portability.h | 39 * flavors of UN*X.
|
/freebsd/contrib/less/ |
H A D | prompt.c | 13 * There are three flavors of prompts, SHORT, MEDIUM and LONG, 42 * Prototypes for the three flavors of prompts.
|
/freebsd/contrib/netbsd-tests/lib/libc/gen/ |
H A D | t_fpclassify.c | 140 * XXX NetBSD doesn't have long-double flavors of frexp, ldexp, and modf,
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | imx8mm-kontron-n801x-som.dtsi | 15 * There are multiple SoM flavors with different DDR sizes.
|
H A D | imx8mm-kontron-sl.dtsi | 15 * There are multiple SoM flavors with different DDR sizes.
|
/freebsd/include/rpcsvc/ |
H A D | mount.x | 210 * authentication flavors. This file handle may only
|
/freebsd/sbin/mount_nfs/ |
H A D | mount_nfs.8 | 156 This option can be used with the KerberosV security flavors for NFSv4 mounts 365 For the RPCSEC_GSS security flavors, such as krb5, krb5i and krb5p,
|
/freebsd/contrib/llvm-project/llvm/lib/Support/BLAKE3/ |
H A D | README.md | 274 three flavors of assembly (Unix, Windows MSVC, and Windows GNU) and one
|