Searched refs:pPAFileName (Results 1 - 6 of 6) sorted by relevance

/hardware/ti/omap4-aah/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_os.h53 int smcPAStart(const char* pPAFileName, const char* pConfFileName);
H A Dsmc_pa_ctrl.c76 char* pPAFileName = NULL; local
149 pPAFileName = malloc(strlen(argv[0]) + 1);
150 if (pPAFileName == NULL)
156 strcpy(pPAFileName, argv[0]);
190 nStatus = smcPAStart(pPAFileName, pConfFileName);
215 free(pPAFileName);
H A Dsmc_pa_ctrl_linux.c154 int smcPAStart(const char* pPAFileName, const char* pConfFileName) argument
164 printf("Starting the SMC BOOT PA '%s'. Driver name : %s", pPAFileName, SMC_DRIVER_NAME);
166 printf("Starting the SMC PA '%s'", pPAFileName);
180 paCtrl.pPABuffer = readLocalFile(pPAFileName, &paCtrl.nPASize, false);
223 printf("Boot time PA '%s' has been launched successfully.\n", pPAFileName);
225 printf("Starting the SMC PA '%s': Done\n", pPAFileName);
/hardware/ti/omap4xxx/security/smc_pa_ctrl/
H A Dsmc_pa_ctrl_os.h53 int smcPAStart(const char* pPAFileName, const char* pConfFileName);
H A Dsmc_pa_ctrl.c76 char* pPAFileName = NULL; local
149 pPAFileName = malloc(strlen(argv[0]) + 1);
150 if (pPAFileName == NULL)
156 strcpy(pPAFileName, argv[0]);
190 nStatus = smcPAStart(pPAFileName, pConfFileName);
215 free(pPAFileName);
H A Dsmc_pa_ctrl_linux.c154 int smcPAStart(const char* pPAFileName, const char* pConfFileName) argument
164 printf("Starting the SMC BOOT PA '%s'. Driver name : %s", pPAFileName, SMC_DRIVER_NAME);
166 printf("Starting the SMC PA '%s'", pPAFileName);
180 paCtrl.pPABuffer = readLocalFile(pPAFileName, &paCtrl.nPASize, false);
223 printf("Boot time PA '%s' has been launched successfully.\n", pPAFileName);
225 printf("Starting the SMC PA '%s': Done\n", pPAFileName);

Completed in 2668 milliseconds