Home
last modified time | relevance | path

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

/freebsd-13.1/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"
157 common_head "Test AES_CTR crypto"
170 common_head "Test AES_CTR crypto"
183 common_head "Test AES_GCM_16 crypto"
196 common_head "Test MD5 crypto"
209 common_head "Test MD5_HMAC crypto"
222 common_head "Test NULL_CBC crypto"
[all …]
/freebsd-13.1/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-13.1/sys/tools/
H A Dvnode_if.awk172 common_head = \
182 printp(common_head)
189 printq(common_head)
193 printh(common_head "extern struct vnodeop_desc vop_default_desc;");
199 printc(common_head \
H A Dmakeobjops.awk433 common_head = \
446 printc(common_head "\n" \
452 printh(common_head);
/freebsd-13.1/tests/sys/kern/
H A Dkcov.c233 common_head(int *fdp) in common_head() function
267 buf = common_head(&fd); in basic_test()
315 buf = common_head(&fd); in thread_test()
373 data.buf = common_head(&data.fd); in ATF_TC_BODY()