Home
last modified time | relevance | path

Searched refs:common_head (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/netbsd-tests/crypto/opencrypto/
H A Dt_opencrypto.sh45 common_head() { function
74 common_head "Test ARC4 crypto"
92 common_head "Test CAMELLIA_CBC crypto"
105 common_head "Test DES_CBC crypto"
118 common_head "Test GZIP_COMP Compression"
131 common_head "Test DEFLATE_COMP Compression"
144 common_head "Test DEFLATE_COMP Compression with random data"
157 common_head "Test AES_CTR crypto"
170 common_head "Test AES_CTR crypto"
183 common_head "Test AES_GCM_16 crypto"
[all …]
/freebsd/contrib/netbsd-tests/dev/sysmon/
H A Dt_swsensor.sh67 common_head() { function
334 common_head "Test a simple sensor"
347 common_head "Test a sensor with internal limit"
360 common_head "Test a sensor with internal checking"
373 common_head "Test a simple sensor that provides entropy"
386 common_head "Test a sensor that provides entropy without polling"
/freebsd/sys/tools/
H A Dvnode_if.awk168 common_head = \
176 printp(common_head)
183 printq(common_head)
187 printh(common_head "extern struct vnodeop_desc vop_default_desc;");
193 printc(common_head \
H A Dmakeobjops.awk423 common_head = \
436 printc(common_head "\n" \
442 printh(common_head);
/freebsd/tests/sys/kern/
H A Dkcov.c278 common_head(int *fdp) in common_head() function
312 buf = common_head(&fd); in basic_test()
370 buf = common_head(&fd); in thread_test()
443 data.buf = common_head(&data.fd); in ATF_TC_BODY()