Searched defs:ERR_MEMORY (Results 1 - 14 of 14) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dqstrdup.c41 #define ERR_MEMORY "memory allocation failure, errno=%d" macro
51 progerr(gettext(ERR_MEMORY), errno);
H A Deptstat.c50 #define ERR_MEMORY "memory allocation failure, errno=%d" macro
118 progerr(gettext(ERR_MEMORY), errno);
H A Dpathdup.c42 #define ERR_MEMORY "memory allocation failure, errno=%d" macro
95 progerr(gettext(ERR_MEMORY), errno);
H A Dprocmap.c45 #define ERR_MEMORY "memory allocation failure" macro
212 progerr(gettext(ERR_MEMORY));
242 progerr(gettext(ERR_MEMORY));
265 progerr(gettext(ERR_MEMORY));
H A Dsetlist.c56 #define ERR_MEMORY "memory allocation failure" macro
67 progerr(gettext(ERR_MEMORY));
75 progerr(gettext(ERR_MEMORY));
H A Dpkgobjmap.c44 #define ERR_MEMORY "memory allocation failure" macro
206 progerr(gettext(ERR_MEMORY));
229 progerr(gettext(ERR_MEMORY));
327 progerr(gettext(ERR_MEMORY));
363 progerr(gettext(ERR_MEMORY));
/illumos-gate/usr/src/cmd/svr4pkg/pkgremove/
H A Ddelmap.c51 #define ERR_MEMORY "no memory, errno=%d" macro
80 progerr(gettext(ERR_MEMORY), errno);
87 progerr(gettext(ERR_MEMORY), errno);
148 progerr(gettext(ERR_MEMORY), errno);
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h87 #define ERR_MEMORY 4 macro
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c60 #define ERR_MEMORY "memory allocation failure, errno=%d" macro
490 progerr(gettext(ERR_MEMORY), errno);
/illumos-gate/usr/src/cmd/svr4pkg/pkgmk/
H A Dsplpkgmap.c54 #define ERR_MEMORY "memory allocation failure, errno=%d" macro
114 progerr(gettext(ERR_MEMORY), errno);
120 progerr(gettext(ERR_MEMORY), errno);
127 progerr(gettext(ERR_MEMORY), errno);
461 progerr(gettext(ERR_MEMORY), errno);
490 progerr(gettext(ERR_MEMORY), errno);
607 progerr(gettext(ERR_MEMORY), errno);
H A Dmain.c88 #define ERR_MEMORY "memory allocation failure, errno=%d" macro
798 progerr(gettext(ERR_MEMORY), errno);
809 progerr(gettext(ERR_MEMORY), errno);
/illumos-gate/usr/src/lib/libinstzones/common/
H A Dzones_strings.h144 #define ERR_MEMORY ILIBSTR("memory allocation failure, errno=%d") macro
/illumos-gate/usr/src/lib/libpkg/common/
H A Dpkglibmsgs.h242 #define ERR_MEMORY "memory allocation failure, errno=%d" macro
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dmessages.h505 #define ERR_MEMORY gettext("memory allocation failure, errno=%d") macro

Completed in 95 milliseconds