Searched refs:lookup_method (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/sys/ofed/drivers/infiniband/core/
H A Dlocal_sa.c84 static unsigned long lookup_method; variable
85 module_param_call(lookup_method, set_lookup_method, get_lookup_method,
86 &lookup_method, 0644);
87 MODULE_PARM_DESC(lookup_method, "Method used to return path records when "
751 (lookup_method == SA_DB_LOOKUP_LEAST_USED) ? '*' : ' ',
753 (lookup_method == SA_DB_LOOKUP_RANDOM) ? '*' : ' ',
767 lookup_method = method;
1044 if (lookup_method == SA_DB_LOOKUP_RANDOM)
/freebsd-10.1-release/crypto/openssl/engines/
H A De_capi.c197 int lookup_method; member in struct:CAPI_CTX_st
285 "lookup_method",
379 ctx->lookup_method = i;
1348 switch (ctx->lookup_method) {
1435 switch (ctx->lookup_method) {
1486 ctx->lookup_method = CAPI_LU_SUBSTR;

Completed in 161 milliseconds