Home
last modified time | relevance | path

Searched refs:nextPid (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/bmc/
H A Ddownload_manager.cpp78 pid_t nextPid = fork(); in downloadViaTFTP() local
79 if (nextPid == 0) in downloadViaTFTP()
91 else if (nextPid < 0) in downloadViaTFTP()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dinband_code_update.cpp547 pid_t nextPid = fork(); in assembleCodeUpdateImage() local
548 if (nextPid == 0) in assembleCodeUpdateImage()
615 else if (nextPid < 0) in assembleCodeUpdateImage()