Home
last modified time | relevance | path

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

/dragonfly/test/stress/fsx/
H A Dfsx.c131 int maxoplen = 64 * 1024; /* -o flag */ variable
815 unsigned long size = maxoplen; in test()
849 size = random() % (maxoplen+1); in test()
1030 maxoplen = getnum(optarg, &endp); in main()
1031 if (maxoplen <= 0) in main()
1165 temp_buf = (char *) malloc(maxoplen); in main()
1166 memset(temp_buf, '\0', maxoplen); in main()
/dragonfly/sys/opencrypto/
H A Dcrypto.c630 crypto_register(u_int32_t driverid, int alg, u_int16_t maxoplen, in crypto_register() argument
649 cap->cc_max_op_len[alg] = maxoplen; in crypto_register()
655 , maxoplen in crypto_register()
H A Dcryptodev.h421 extern int crypto_register(u_int32_t driverid, int alg, u_int16_t maxoplen,