Home
last modified time | relevance | path

Searched full:permitted (Results 1 – 25 of 5269) sorted by relevance

12345678910>>...211

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp116 static const char *strings[] = {"Not Permitted", "Permitted"}; in ARM_ISA_use()
121 static const char *strings[] = {"Not Permitted", "Thumb-1", "Thumb-2", "Permitted"}; in THUMB_ISA_use()
127 "Not Permitted", "VFPv1", "VFPv2", "VFPv3", "VFPv3-D16", in FP_arch()
133 static const char *strings[] = {"Not Permitted", "WMMXv1", "WMMXv2"}; in WMMX_arch()
138 static const char *strings[] = {"Not Permitted", "NEONv1", "NEONv2+FMA", in Advanced_SIMD_arch()
144 static const char *strings[] = {"Not Permitted", "MVE integer", in MVE_arch()
163 "Not Permitted"}; in ABI_PCS_RW_data()
168 static const char *strings[] = {"Absolute", "PC-relative", "Not Permitted"}; in ABI_PCS_RO_data()
173 static const char *strings[] = {"Not Permitted", "Direct", "GOT-Indirect"}; in ABI_PCS_GOT_use()
178 static const char *strings[] = {"Not Permitted", "Unknown", "2-byte", in ABI_PCS_wchar_t()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMBuildAttributes.h135 AllowFPv2 = 2, // v2 FP ISA permitted (implies use of the v1 FP ISA)
136 AllowFPv3A = 3, // v3 FP ISA permitted (implies use of the v2 FP ISA)
137 AllowFPv3B = 4, // v3 FP ISA permitted, but only D0-D15, S0-S31
138 AllowFPv4A = 5, // v4 FP ISA permitted (implies use of v3 FP ISA)
139 AllowFPv4B = 6, // v4 FP ISA was permitted, but only D0-D15, S0-S31
140 AllowFPARMv8A = 7, // Use of the ARM v8-A FP ISA was permitted
141 AllowFPARMv8B = 8, // Use of the ARM v8-A FP ISA was permitted, but only
145 AllowWMMXv1 = 1, // The user permitted this entity to use WMMX v1
146 AllowWMMXv2 = 2, // The user permitted this entity to use WMMX v2
149 AllowNeon = 1, // SIMDv1 was permitted
[all …]
/freebsd/share/man/man4/
H A Daio.46 .\" modification, are permitted provided that the following conditions
83 The maximum number of processes permitted in the pool.
85 The amount of time a process is permitted to idle in clock ticks.
102 The maximum number of processes permitted in the pool.
104 The amount of time a process is permitted to idle in clock ticks.
120 The maximum number of queued asynchronous I/O requests for raw disks permitted
134 The maximum number of outstanding asynchronous I/O requests permitted for a
145 The maximum number of outstanding asynchronous I/O requests permitted
H A Dng_ip_input.44 .\" modification, are permitted provided that the following conditions
32 .\" without modifications are expressly permitted by Whistle Communications;
42 .\" TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO
/freebsd/contrib/elftoolchain/libdwarf/
H A Ddwarf_formref.35 .\" modification, are permitted provided that the following conditions
64 Permitted forms for argument
86 Permitted forms for argument
125 was not of a permitted kind.
/freebsd/sys/dev/isci/scil/
H A Dsci_base_controller.h32 * modification, are permitted provided that the following conditions
103 * are permitted.
110 * initialized. In this state no new IO operations are permitted.
117 * ready (i.e. starting). In this state no new IO operations are permitted.
142 * In this state no new IO operations are permitted, but existing IO
150 * In this state no new IO operations are permitted.
157 * initialized. In this state no new IO operations are permitted.
H A Dsci_base_remote_device.h32 * modification, are permitted provided that the following conditions
89 * stopped. In this state no new IO operations are permitted.
98 * are permitted.
112 * stopping. In this state no new IO operations are permitted, but
121 * In this state no new IO operations are permitted.
129 * In this state no new IO operations are permitted.
H A Dsci_base_domain.h32 * modification, are permitted provided that the following conditions
88 * In this state no new IO operations are permitted.
105 * In this state no new IO operations are permitted, but existing IO
114 * In this state no new IO operations are permitted.
123 * new user IO requests are permitted.
H A Dsci_base_phy.h32 * modification, are permitted provided that the following conditions
87 * In this state no new IO operations are permitted on this phy.
97 * ready. In this state no new IO operations are permitted on this phy.
114 * In this state no new IO operations are permitted on this phy.
/freebsd/sys/contrib/dev/iwn/
HDiwlwifi-6000g2a-18.168.6.1.fw.uu5 modification, are permitted provided that the following conditions are
15 is permitted.
15099 modification, are permitted provided that the following conditions are
15109 is permitted.
HDiwnwifi-2030-18.168.6.1.fw.uu5 modification, are permitted provided that the following conditions are
15 is permitted.
12457 modification, are permitted provided that the following conditions are
12467 is permitted.
/freebsd/lib/libc/tests/stdio/
H A Dperror_test.c6 * modification, are permitted provided that the following conditions
81 ATF_REQUIRE_MSG(strcmp(s, "Operation not permitted\n") == 0, in ATF_TC_BODY()
85 ATF_REQUIRE_MSG(strcmp(s, "Operation not permitted\n") == 0, in ATF_TC_BODY()
90 strcmp(s, "perror_test: Operation not permitted\n") == 0, in ATF_TC_BODY()
/freebsd/crypto/heimdal/doc/
H A Dcopyright.texi29 modification, are permitted provided that the following conditions
96 modification, are permitted provided that the following conditions
138 modification, are permitted provided that the following conditions
186 modification, are permitted provided that the following conditions
223 modification, are permitted provided that the following conditions
262 modification, are permitted provided that the following conditions
295 modification, are permitted provided that the following conditions
328 modification, are permitted provided that the following conditions
450 modification, are permitted provided that the following conditions
490 modification, are permitted provided that the following conditions are met:
/freebsd/share/man/man9/
H A Dkernacc.910 .\" modification, are permitted provided that the following conditions
53 are permitted in the range of virtual addresses given by
77 is permitted.
/freebsd/contrib/libpcap/rpcapd/
H A Drpcapd-config.manfile.in5 .\" modification, are permitted provided that: (1) source code distributions
78 means that null authentication is permitted;
80 means that it is not permitted.
/freebsd/lib/libsys/
H A Dsetuid.25 .\" modification, are permitted provided that the following conditions
67 system call is permitted if the specified ID is equal to the real user ID
91 system call is permitted if the specified ID is equal to the real group ID
140 defined with the permitted extensions from Appendix B.4.2.2.
/freebsd/sys/dev/iommu/
H A Diommu_gas.h10 * modification, are permitted provided that the following conditions
54 #define IOMMU_MAP_ENTRY_READ 0x1000 /* Read permitted */
55 #define IOMMU_MAP_ENTRY_WRITE 0x2000 /* Write permitted */
/freebsd/usr.bin/chpass/
H A Dchpass.15 .\" modification, are permitted provided that the following conditions
315 Exception: the super-user on the NIS master server is permitted to
345 The super-user on the NIS master server is permitted to add new records
350 flag to permitted additions (it refuses them by default).
358 .Em "Password changes are not permitted".
374 Exception: the super-user on the NIS master server is permitted to
/freebsd/share/doc/psd/05.sysman/
H A D1.7.t5 .\" modification, are permitted provided that the following conditions
31 the calls in this section are permitted only to a privileged user.
44 will not be permitted and access times will not be updated
/freebsd/crypto/openssl/test/certs/
H A Dsetup.sh242 NC="permitted;DNS:www.good.org, permitted;DNS:good.com,"
243 NC="$NC permitted;email:good@good.org, permitted;email:good.com,"
244 NC="$NC permitted;IP:127.0.0.1/255.255.255.255, permitted;IP:192.168.0.0/255.255.0.0"
260 # and now excludes bad.ok.good.com (allowed in permitted subtrees
263 NC="permitted;DNS:www.good.net, permitted;DNS:ok.good.com, "
291 # Some DNS-like CNs not permitted by CA1, no DNS SANs.
319 # other@good.org not permitted by CA1
/freebsd/crypto/openssh/
H A Dauth-options.h60 /* Permitted port forwardings */
64 /* Permitted listens (remote forwarding) */
69 * Permitted host/addresses (comma-separated)
H A Dssh-add.119 .\" modification, are permitted provided that the following conditions
180 hop must be permitted for the attempt to succeed.
187 was permitted from the origin host and the subsequent
189 hop is also permitted by destination constraints.
215 a permitted destination).
H A DLICENCE59 FOR THE PROGRAM, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN
70 REDISTRIBUTE THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES,
85 * permitted provided that due credit is given to the author and the
124 * modification, are permitted provided that the following conditions
192 * modification, are permitted provided that the following conditions
237 * modification, are permitted provided that the following conditions
319 * modification, are permitted provided that the following conditions
350 * modification, are permitted provided that the following conditions
/freebsd/sys/netgraph/
H A Dng_ip_input.h11 * modification, are permitted provided that the following conditions
39 * without modifications are expressly permitted by Whistle Communications;
49 * TO THE MAXIMUM EXTENT PERMITTED BY LAW, WHISTLE COMMUNICATIONS MAKES NO
/freebsd/crypto/openssl/test/recipes/
H A D25-test_verify.t358 "Name Constraints everything permitted");
364 "Name Constraints nested test all permitted");
367 "Name Constraints CNs permitted");
370 "Name Constraints CNs permitted - no SAN extension");
373 "Name Constraints CNs not permitted");
376 "Name Constraints hostname not permitted");
382 "Name Constraints email address not permitted");
385 "Name Constraints subject email address not permitted");
388 "Name Constraints IP address not permitted");
391 "Name Constraints CN hostname not permitted");
[all …]

12345678910>>...211