Searched refs:SURIGTEXT (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libsuri/common/
H A Dsuri_strings.h38 #define SURIGTEXT(x) dgettext(TEXT_DOMAIN, (x)) macro
43 #define ERR_SURI_NOMEM SURIGTEXT("Out of memory")
44 #define ERR_SURI_NAMETOOLONG SURIGTEXT("Name is too long")
45 #define ERR_SURI_PARSE_FAILED SURIGTEXT("Failed to parse URI")
46 #define ERR_SURI_MAP_FAILED SURIGTEXT("Failed to map URI")
48 SURIGTEXT("Failed to lookup mapping for URI")
49 #define ERR_SURI_UNMAP_FAILED SURIGTEXT("Failed to unmap URI")
50 #define ERR_SURI_EMPTY_URI SURIGTEXT("Empty URI string")
51 #define ERR_SURI_CREATE_FAILED SURIGTEXT("Failed to create object for URI")
52 #define ERR_SURI_DESTROY_FAILED SURIGTEXT("Faile
[all...]
H A Dsuri_parser.c84 #define SURI_PARSER_EMPTY_PATH SURIGTEXT("Empty path component")
85 #define SURI_PARSER_AUTHORITY SURIGTEXT("Authority not empty")
86 #define SURI_PARSER_QUERY SURIGTEXT("Unexpected query part")
87 #define SURI_PARSER_FRAGMENT SURIGTEXT("Unexpected fragment part")
405 SURIGTEXT("Missing ':' type delimiter"));
423 SURIGTEXT("Type syntax incorrect"), s);
430 suri_err_set_desc(sh, "%s", SURIGTEXT("Could not parse URI"));
505 SURIGTEXT("Unsupported type"), gen_uri->sgu_scheme);
540 SURIGTEXT("Expecting"), name, SURIGTEXT("go
[all...]
H A Dsuri_aux.c60 SURIGTEXT("Could not get status of service"), svcname);
121 SURIGTEXT("shell returned"), WEXITSTATUS(ret2));
133 SURIGTEXT("Failed to put service online"), svcname);
164 #define SURI_CANNOT_CANON SURIGTEXT("Cannot canonicalize path")
165 #define SURI_NON_CANON SURIGTEXT("Non-canonical path")
255 #define SURI_STAT_FAILED SURIGTEXT("Cannot get file status")
268 SURIGTEXT("No such file"), path);
277 SURIGTEXT("Not a regular file"), path);
287 #define SURI_NO_SUCH_DEV SURIGTEXT("No such device")
288 #define SURI_NOT_BLOCK_DEVICE SURIGTEXT("No
[all...]
H A Dsuri_iscsi.c43 #define WRN_SURI_LU_INUSE SURIGTEXT("Could not remove one or more " \
57 SURIGTEXT("Could not open iSCSI control device"),
75 SURIGTEXT("Could not get list of iSCSI host adaptors"));
82 SURIGTEXT("No iSCSI host adaptor present on the system"));
102 SURIGTEXT("Could not get discovery method properties"));
113 SURIGTEXT("Could not enable SendTargets discovery "
200 SURIGTEXT("Could not add IP discovery address"),
213 SURIGTEXT("Hostname did not resolve to IPv4/IPv6 address"),
238 SURIGTEXT("Cannot remove iSCSI "
275 suri_err_set_desc(sh, "%s", SURIGTEXT("Coul
[all...]
H A Dsuri_devinfo.c616 suri_set_warn(data->sh, SURIGTEXT("A path specific "
693 SURIGTEXT("Non-path specific"), luname,
694 SURIGTEXT("URI should be used to identify device"),
696 SURIGTEXT("which has multipathing enabled."));
722 SURIGTEXT("Logical unit has no s0 slice"));
917 SURIGTEXT("Cannot create a kernel device tree snapshot"),
929 SURIGTEXT("Cannot create a devlink snapshot"),
936 SURIGTEXT("Failed to traverse libdevinfo device nodes"),
970 SURIGTEXT("Non-path specific"), luname,
971 SURIGTEXT("UR
[all...]
H A Dsuri.c361 SURIGTEXT("Failed to create directory"),
375 SURIGTEXT("Failed to open file"), strerror(errno),
387 SURIGTEXT("Failed to set file size to"),
406 SURIGTEXT("Failed to remove file"), strerror(errno),
1500 SURIGTEXT("Creating empty storage objects is prohibited"));
1936 SURIGTEXT("Operation not supported for given URI type"),
1949 SURIGTEXT("Operation not supported for given URI type"),

Completed in 24 milliseconds