Home
last modified time | relevance | path

Searched refs:maxoplen (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/tools/regression/fsx/
Dfsx.c117 int maxoplen = 64 * 1024; /* -o flag */ variable
821 off_t size = maxoplen; in test()
857 size = random() % (maxoplen+1); in test()
1042 maxoplen = getnum(optarg, &endp); in main()
1043 if (maxoplen <= 0) in main()
1184 temp_buf = (char *) malloc(maxoplen); in main()
1185 memset(temp_buf, '\0', maxoplen); in main()
/freebsd-12-stable/sys/opencrypto/
Dcrypto.c875 crypto_register(u_int32_t driverid, int alg, u_int16_t maxoplen, in crypto_register() argument
894 cap->cc_max_op_len[alg] = maxoplen; in crypto_register()
900 , maxoplen in crypto_register()
Dcryptodev.h511 extern int crypto_register(u_int32_t driverid, int alg, u_int16_t maxoplen,