Go to the documentation of this file.
18 #define PSM_VERBOSE 0x8000
19 #define PSM_INTERNAL 0x4000
20 #define PSM_SYSCALL 0x2000
21 #define PSM_DEAD 0x1000
22 #define _fv(_a) ((_a) | PSM_VERBOSE)
23 #define _fi(_a) ((_a) | PSM_INTERNAL)
24 #define _fs(_a) ((_a) | (PSM_INTERNAL | PSM_SYSCALL))
25 #define _fd(_a) ((_a) | (PSM_INTERNAL | PSM_DEAD))
134 const char * msg,
const char * fn,
unsigned ln)
137 #define rpmpsmUnlink(_psm, _msg) XrpmpsmUnlink(_psm, _msg, __FILE__, __LINE__)
153 const char * fn,
unsigned ln)
156 #define rpmpsmLink(_psm, _msg) XrpmpsmLink(_psm, _msg, __FILE__, __LINE__)
188 #define rpmpsmUNSAFE rpmpsmSTAGE