Lines Matching refs:ILIBSTR

54 #ifndef ILIBSTR
55 #define ILIBSTR(x) dgettext(TEXT_DOMAIN, x)
70 #define DBG_ARG ILIBSTR("argument <%d> = <%s>")
71 #define DBG_LIBRARY_NOT_FOUND ILIBSTR("unable to dlopen library <%s>: %s")
72 #define DBG_ZONES_ADJLCKOBJ_EXIT ILIBSTR("lock object <%s> adjusted to <%s> for root path <%s> resolved <%s>")
73 #define DBG_ZONES_APLK ILIBSTR("acquire lock zone <%s> lock <%s> pid <%ld>")
74 #define DBG_ZONES_APLK_EXIT ILIBSTR("acquire lock failure zone <%s> lock <%s> pid <%ld>: return <%d> status <%d> <%s>")
75 #define DBG_ZONES_APLK_RESULTS ILIBSTR("acquire lock success zone <%s> lock <%s> key <%s> results <%s>")
76 #define DBG_ZONES_ARE_IMPLEMENTED ILIBSTR("zones are implemented")
77 #define DBG_ZONES_GET_ZONE_STATE ILIBSTR("state of zone <%s> is <%ld>")
78 #define DBG_ZONES_LCK_OBJ ILIBSTR("lock zone object <%s> zone <%s> pid <%ld> locks <%s>")
79 #define DBG_ZONES_LCK_OBJ_FOUND ILIBSTR("lock zone examining object <%s> key <%s>: match")
80 #define DBG_ZONES_LCK_OBJ_NOTFOUND ILIBSTR("lock zone examining object <%s> key <%s>: NO MATCH")
81 #define DBG_ZONES_LCK_OBJ_NOTHELD ILIBSTR("object <%s> not locked on zone <%s>")
82 #define DBG_ZONES_LCK_THIS ILIBSTR("lock this zone flags <0x%08lx>")
83 #define DBG_ZONES_NOT_IMPLEMENTED ILIBSTR("zones are NOT implemented")
84 #define DBG_ZONES_RELK ILIBSTR("release lock zone <%s> lock <%s> key <%s>")
85 #define DBG_ZONES_RELK_EXIT ILIBSTR("release lock <%s> key <%s> to zone <%s>: return <%d> status <%d> results <%s>")
86 #define DBG_ZONES_ULK_OBJ ILIBSTR("unlock zone object <%s> zone <%s> locks <%s>")
87 #define DBG_ZONES_ULK_OBJ_FOUND ILIBSTR("unlock zone examining object <%s> key <%s>: match")
88 #define DBG_ZONES_ULK_OBJ_NONE ILIBSTR("no objects locked on zone <%s>")
89 #define DBG_ZONES_ULK_OBJ_NOTFOUND ILIBSTR("unlock zone examining object <%s> key <%s>: NO MATCH")
90 #define DBG_ZONES_ULK_OBJ_NOTHELD ILIBSTR("object <%s> not locked on zone <%s>")
91 #define DBG_ZONES_ULK_THIS ILIBSTR("unlock this zone flags <0x%08lx>")
92 #define DBG_ZONE_EXEC_CMD_ENTER ILIBSTR("execute command <%s> on zone <%s> this zone <%s>")
93 #define DBG_BRANDS_ARE_IMPLEMENTED ILIBSTR("brands are implemented")
94 #define DBG_BRANDS_NOT_IMPLEMENTED ILIBSTR("brands are NOT implemented")
101 #define ERR_CANNOT_CREATE_CONTRACT ILIBSTR("unable to create contract: %s")
102 #define ERR_FORK ILIBSTR("unable to create new process: %s")
103 #define ERR_MALLOC ILIBSTR("unable to allocate %s memory, errno %d: %s")
104 #define ERR_MEM ILIBSTR("unable to allocate memory.")
105 #define ERR_MEMORY ILIBSTR("memory allocation failure, errno=%d")
106 #define ERR_ZEXEC_ASSEMBLE ILIBSTR("unable to establish connection with zone <%s>: could not assemble new environment")
107 #define ERR_ZEXEC_BADSTATE ILIBSTR("unable to establish connection with zone <%s>: zone is in state '%s'")
108 #define ERR_ZEXEC_BADZONE ILIBSTR("unable to establish connection with zone <%s>: no such zone")
109 #define ERR_ZEXEC_EFAULT ILIBSTR("one or more file descriptors may be non-local (such as open across nfs): %s")
110 #define ERR_ZEXEC_EXECFAILURE ILIBSTR("unable to establish connection with zone <%s>: exec failure: %s")
111 #define ERR_ZEXEC_GETPPRIV ILIBSTR("unable to establish connection with zone <%s>: getppriv failed: %s")
112 #define ERR_ZEXEC_GZUSED ILIBSTR("unable to establish connection with zone <%s>: global zone specified")
113 #define ERR_ZEXEC_NOTRUNNING ILIBSTR("unable to establish connection with zone <%s>: not running - in state '%s'")
114 #define ERR_ZEXEC_NOT_IN_GZ ILIBSTR("unable to establish connection with zone <%s>: not in the global zone")
115 #define ERR_ZEXEC_NOZONEID ILIBSTR("unable to establish connection with zone <%s>: cannot get zone id: %s")
116 #define ERR_ZEXEC_PRIVS ILIBSTR("unable to establish connection with zone <%s>: you lack sufficient privilege to access the zone")
117 #define ERR_ZEXEC_PRIV_ALLOCSET ILIBSTR("unable to establish connection with zone <%s>o: priv_allocset failed: %s")
118 #define ERR_ZEXEC_ZONEENTER ILIBSTR("unable to establish connection with zone <%s>: could not enter zone: %s")
119 #define ERR_ZONEINDEX_OPEN ILIBSTR("unable to open zone index file %s: %s")
120 #define ERR_ZONES_LCK_THIS_PKGADM ILIBSTR("Unable to acquire package administration lock for this system; try again later")
121 #define ERR_ZONES_NOT_IMPLEMENTED ILIBSTR("error: zones not implemented")
122 #define ERR_ZONES_ULK_THIS_PACKAGE ILIBSTR("Unable to release package administration lock for this system; try again later")
123 #define ERR_ZONE_LIST_EMPTY ILIBSTR("empty zone list specified")
124 #define ERR_ZONE_NAME_ILLEGAL ILIBSTR("illegal zone name %.*s")
125 #define ERR_ZONE_NONEXISTENT ILIBSTR("zone %s does not exist")
126 #define ERR_OPEN_READ ILIBSTR("unable to open <%s> for reading: (%d) %s")
127 #define ERR_BRAND_GETBRAND ILIBSTR("unable to get zone brand: zonecfg_get_brand: %s")
134 #define MSG_PROG_ERR ILIBSTR("ERROR: %s")
135 #define MSG_ZONES_LCK_THIS_PKGADM ILIBSTR("## Waiting for up to <%ld> seconds for package administration commands to become available (another user is administering packages)")