Home
last modified time | relevance | path

Searched refs:pValue (Results 1 – 8 of 8) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/SetSockOpt/
DSetSockOpt.c172 char * pValue in GetOptionValue() argument
199 Values = sscanf ( pValue, "%d", Value.i32 ); in GetOptionValue()
207 Values = sscanf ( pValue, "%d.%d", in GetOptionValue()
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/Pccts/antlr/
Dlex.c687 char *pValue; local
695 &pValue,
761 char *pValue; local
771 &pValue,
841 char *pValue; local
851 &pValue,
Dmisc.c1608 char *pValue; local
1618 &pValue,
1623 if (pValue == NULL) return NULL;
1624 return strBetween(pValue, NULL, pSeparator);
Dgen.c4650 char *pValue; local
4662 &pValue,
4666 if (pValue != NULL) {
4670 q = strBetween(pValue, NULL, pSeparator);
4689 char *pValue; local
4702 &pValue,
4712 if (pValue != NULL) {
4713 q = strBetween(pValue, NULL, pSeparator);
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/TftpServer/
DTftpServer.c1264 UINT8 * pValue; in TftpOptions() local
1300 pValue = pNextOption; in TftpOptions()
1305 Status = TftpOptionGet ( pValue, pEnd, &pNextOption ); in TftpOptions()
1310 Status = TftpOptionValue ( pValue, &Value ); in TftpOptions()
1353 Status = TftpOptionGet ( pValue, pEnd, &pNextOption ); in TftpOptions()
1355 Status = TftpOptionValue ( pValue, &Value ); in TftpOptions()
1391 Status = TftpOptionGet ( pValue, pEnd, &pNextOption ); in TftpOptions()
1393 Status = TftpOptionValue ( pValue, &Value ); in TftpOptions()
1458 IN INT32 * pValue in TftpOptionValue() argument
1495 *pValue = Value; in TftpOptionValue()
DTftpServer.h368 IN INT32 * pValue
/device/google/marlin/camera/QCamera2/stack/mm-camera-interface/src/
Dmm_camera.c2499 char *pValue) { in cam_get_dbg_level() argument
2503 if (!strcmp(pValue, "none")) { in cam_get_dbg_level()
2505 } else if (!strcmp(pValue, "warn")) { in cam_get_dbg_level()
2507 } else if (!strcmp(pValue, "debug")) { in cam_get_dbg_level()
2509 } else if (!strcmp(pValue, "error")) { in cam_get_dbg_level()
2511 } else if (!strcmp(pValue, "low")) { in cam_get_dbg_level()
2513 } else if (!strcmp(pValue, "high")) { in cam_get_dbg_level()
2515 } else if (!strcmp(pValue, "info")) { in cam_get_dbg_level()
2518 ALOGE("Invalid %s debug log level %s\n", module, pValue); in cam_get_dbg_level()
/device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/DataSource/
DDataSource.c145 UINT32 * pValue in GetDigit() argument
174 *pValue = Value; in GetDigit()