Home
last modified time | relevance | path

Searched defs:rpipe (Results 1 – 2 of 2) sorted by relevance

/openbmc/openpower-inventory-upload/
H A Dinventory_upload.py96 rpipe, wpipe = os.pipe() variable
97 rpipe = os.fdopen(rpipe, 'r') variable
/openbmc/u-boot/common/
H A Dcli_hush.c1766 struct pipe *rpipe; local