Home
last modified time | relevance | path

Searched defs:ENOSPC (Results 1 – 4 of 4) sorted by relevance

/openbmc/webui-vue/src/utilities/
H A DNBDServer.js24 const ENOSPC = 28; constant
/openbmc/phosphor-webui/app/server-control/controllers/
H A Dvirtual-media-controller.js96 const ENOSPC = 28; constant
/openbmc/u-boot/fs/yaffs2/
H A Dyportenv.h170 #define ENOSPC 28 macro
/openbmc/u-boot/include/linux/
H A Derrno.h31 #define ENOSPC 28 /* No space left on device */ macro