HomeSort by: relevance | last modified time | path
    Searched defs:thisfunc (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/dev/cardbus/
cardbus_exrom.c 94 static const char thisfunc[] = "cardbus_read_exrom"; local
109 thisfunc, rom_image, val);
130 printf("%s: bus_space_subregion failed", thisfunc);
  /src/crypto/external/apache2/openssl/dist/test/
p_test.c 41 char *thisfunc; member in struct:p_test_ctx
167 ctx->thisfunc, NULL);
299 ctx->thisfunc = strdup(OPENSSL_FUNC);
306 p_set_error(ERR_LIB_PROV, 2, ctx->thisfile, OPENSSL_LINE, ctx->thisfunc,
329 p_set_error(ERR_LIB_PROV, 1, ctx->thisfile, OPENSSL_LINE, ctx->thisfunc, NULL);
344 free(ctx->thisfunc);
  /src/crypto/external/bsd/openssl/dist/test/
p_test.c 41 char *thisfunc; member in struct:p_test_ctx
167 ctx->thisfunc, NULL);
299 ctx->thisfunc = strdup(OPENSSL_FUNC);
306 p_set_error(ERR_LIB_PROV, 2, ctx->thisfile, OPENSSL_LINE, ctx->thisfunc,
329 p_set_error(ERR_LIB_PROV, 1, ctx->thisfile, OPENSSL_LINE, ctx->thisfunc, NULL);
344 free(ctx->thisfunc);

Completed in 16 milliseconds