Searched refs:descr (Results 1 - 25 of 271) sorted by relevance

1234567891011

/freebsd-current/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_scariness_score.h38 descr[0] = 0;
42 if (descr[0])
43 internal_strlcat(descr, "-", sizeof(descr));
44 internal_strlcat(descr, reason, sizeof(descr));
48 const char *GetDescription() const { return descr; }
51 Printf("SCARINESS: %d (%s)\n", score, descr);
53 static void PrintSimple(int score, const char *descr) { argument
56 SSB.Scare(score, descr);
62 char descr[1024]; member in struct:__asan::ScarinessScoreBase
[all...]
H A Dasan_descriptions.cpp86 ShadowAddressDescription descr; local
87 if (!GetShadowAddressInformation(addr, &descr)) return false;
88 descr.Print();
92 bool GetShadowAddressInformation(uptr addr, ShadowAddressDescription *descr) { argument
96 if (shadow_kind != kShadowKindGap) descr->shadow_byte = *(u8 *)addr;
97 descr->addr = addr;
98 descr->kind = shadow_kind;
103 static void GetAccessToHeapChunkInformation(ChunkAccess *descr, argument
106 descr->bad_addr = addr;
107 if (chunk.AddrIsAtLeft(addr, access_size, &descr
126 PrintHeapChunkAccess(uptr addr, const ChunkAccess &descr) argument
155 GetHeapAddressInformation(uptr addr, uptr access_size, HeapAddressDescription *descr) argument
181 HeapAddressDescription descr; local
193 GetStackAddressInformation(uptr addr, uptr access_size, StackAddressDescription *descr) argument
269 StackAddressDescription descr; local
301 GetGlobalAddressInformation(uptr addr, uptr access_size, GlobalAddressDescription *descr) argument
313 GlobalAddressDescription descr; local
[all...]
/freebsd-current/sbin/pfctl/tests/
H A Dmacro.sh5 atf_set descr "Test macros with spaces"
/freebsd-current/contrib/netbsd-tests/usr.bin/make/
H A Dt_make.sh60 local descr="${1}"; shift
64 if [ -n '${descr}' ]; then \
65 atf_set descr '${descr}'; \
75 local filename basename atfname descr
81 descr='' # XXX
82 test_case "${atfname}" "${basename}" "${descr}"
/freebsd-current/tests/sys/kern/
H A Dsonewconn_overflow.sh31 atf_set descr "Check the operation of the sonewconn() listen queue overflow messages"
/freebsd-current/contrib/openpam/lib/libpam/
H A Dopenpam_features.c38 #define STRUCT_OPENPAM_FEATURE(name, descr, dflt) \
41 descr, \
/freebsd-current/lib/libregex/tests/
H A Dlibregex_test.sh43 local descr="${1}"; shift
46 eval "${name}_head() { atf_set 'descr' '${descr}'; }"
/freebsd-current/tests/sys/netipsec/tunnel/
H A Dempty.sh7 atf_set descr 'IPSec inet4 tunnel using NULL encryption'
25 atf_set descr 'IPSec inet6 tunnel using NULL encryption'
H A Dchacha20_poly1305.sh7 atf_set descr 'IPSec inet4 tunnel using chacha20-poly1305'
24 atf_set descr 'IPSec inet6 tunnel using chacha20-poly1305'
H A Daesni_aes_gcm_256.sh7 atf_set descr 'IPSec inet4 tunnel using aes-gcm-256 and AESNI'
27 atf_set descr 'IPSec inet6 tunnel using aes-gcm-256 and AESNI'
H A Daesni_aes_gcm_128.sh7 atf_set descr 'IPSec inet4 tunnel using aes-gcm-128 and AESNI'
27 atf_set descr 'IPSec inet6 tunnel using aes-gcm-128 and AESNI'
H A Daesni_aes_cbc_256_hmac_sha2_256.sh7 atf_set descr 'IPSec inet4 tunnel using aes-cbc-256-hmac-sha2-256 and AESNI'
27 atf_set descr 'IPSec inet6 tunnel using aes-cbc-256-hmac-sha2-256 and AESNI'
H A Daesni_aes_cbc_128_hmac_sha1.sh7 atf_set descr 'IPSec inet4 tunnel using aes-cbc-128-hmac-sha1 and AESNI'
27 atf_set descr 'IPSec inet6 tunnel using aes-cbc-128-hmac-sha1 and AESNI'
H A Daes_cbc_256_hmac_sha2_256.sh7 atf_set descr 'IPSec inet4 tunnel using aes-cbc-256-hmac-sha2-256'
27 atf_set descr 'IPSec inet6 tunnel using aes-cbc-256-hmac-sha2-256'
H A Daes_cbc_128_hmac_sha1.sh7 atf_set descr 'IPSec inet4 tunnel using aes-cbc-128-hmac-sha1'
27 atf_set descr 'IPSec inet6 tunnel using aes-cbc-128-hmac-sha1'
/freebsd-current/contrib/netbsd-tests/sbin/newfs/
H A Dquotas_common.sh48 local descr="${1}"; shift
53 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-current/sys/sys/
H A Dsysctl.h291 #define SYSCTL_OID_RAW(id, parent_child_head, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
302 .oid_descr = __DESCR(descr), \
309 #define SYSCTL_OID(parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
311 handler, fmt, descr, NULL)
313 #define SYSCTL_OID_WITH_LABEL(parent, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
316 nbr, #name, kind, a1, a2, handler, fmt, descr, label)
319 #define SYSCTL_OID_GLOBAL(parent, nbr, name, kind, a1, a2, handler, fmt, descr, label) \
322 nbr, #name, kind, a1, a2, handler, fmt, descr, label)
324 #define SYSCTL_ADD_OID(ctx, parent, nbr, name, kind, a1, a2, handler, fmt, descr) \
328 fmt, __DESCR(descr), NUL
[all...]
/freebsd-current/tests/sys/devrandom/
H A Duint128_test.c88 u128_check_equality(uint128_t a, uint128_t b, const char *descr) argument
96 "Expected: [%s] != Actual: [%s]: %s", fmtbufa, fmtbufb, descr); local
105 const char *descr; member in struct:u128_inc_tc
110 .descr = "0 -> 1",
115 .descr = "0 -> 2",
120 .descr = "0xff -> 0x100 (byte carry)",
125 .descr = "2^32 - 1 -> 2^32 (word carry)",
130 .descr = "2^64 - 1 -> 2^64 (u128t_word0 carry)",
135 .descr = "2^96 - 1 -> 2^96 (word carry)",
148 u128_check_equality(le128dec(expectedle), a, tests[i].descr);
159 const char *descr; member in struct:u128_add64_tc
218 const char *descr; member in struct:u128_chacha_tc
[all...]
/freebsd-current/tests/sys/vm/
H A Dmmap_map_32bit_test.sh10 atf_set descr "MAP_32BIT with ASLR"
22 atf_set descr "MAP_32BIT without ASLR"
/freebsd-current/tests/sys/capsicum/
H A Dfunctional.sh36 atf_set descr 'Run capsicum-test as root'
48 atf_set descr 'Run capsicum-test as an unprivileged user'
/freebsd-current/contrib/netbsd-tests/fs/ffs/
H A Dffs_common.sh42 local descr="${1}"; shift
47 atf_set "descr" "${descr}"
68 local descr="${1}"; shift
73 atf_set "descr" "${descr}"
/freebsd-current/usr.bin/uniq/tests/
H A Duniq_test.sh19 atf_set descr "basic test without options"
29 atf_set descr "basic test showing counts"
40 atf_set descr "print repeated lines only"
51 atf_set descr "count and print repeated lines only"
61 atf_set descr "print every instance of repeated lines"
72 atf_set descr "skip fields"
84 atf_set descr "skip fields (with tabs)"
96 atf_set descr "ignore case"
107 atf_set descr "skip chars"
119 atf_set descr "prin
[all...]
/freebsd-current/contrib/netbsd-tests/sbin/fsck_ffs/
H A Dquotas_common.sh24 local descr="${1}"; shift
29 atf_set "descr" "Checks ${descr} quotas inodes"
/freebsd-current/tests/sys/netpfil/pf/
H A Dscrub_compat.sh34 atf_set descr 'Test IPv4 scrub "mss" rule'
59 atf_set descr 'Test IPv6 scrub "mss" rule'
84 atf_set descr 'Test IPv4 scub "set-tos" rule'
105 atf_set descr 'Test IPv6 scub "set-tos" rule'
126 atf_set descr 'Test IPv4 scub "min-ttl" rule'
147 atf_set descr 'Test IPv6 scub "min-ttl" rule'
168 atf_set descr 'Test IPv4 "no scrub" rule'
191 atf_set descr 'Test IPv6 "no scrub" rule'
H A Dscrub.sh33 atf_set descr 'Test IPv4 scrub "mss" rule'
58 atf_set descr 'Test IPv6 scrub "mss" rule'
83 atf_set descr 'Test IPv4 scub "set-tos" rule'
104 atf_set descr 'Test IPv6 scub "set-tos" rule'
125 atf_set descr 'Test IPv4 scub "min-ttl" rule'
146 atf_set descr 'Test IPv6 scub "min-ttl" rule'
167 atf_set descr 'Test IPv4 "no scrub" rule'
190 atf_set descr 'Test IPv6 "no scrub" rule'

Completed in 284 milliseconds

1234567891011