Searched defs:MSG (Results 1 - 10 of 10) sorted by relevance

/illumos-gate/usr/src/ucbcmd/whoami/
H A Dwhoami.c23 #define MSG "whoami: no login associated with uid %u.\n" macro
46 (void) printf(gettext(MSG), euid);
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dstart.S41 #define MSG(x) movw $ABS(x), %si; call message define
70 MSG(notification_string)
294 (MSG modifies SI, which is saved, and unused AX and BX) */
296 MSG(notification_step)
313 MSG(notification_done)
326 MSG(geometry_error_string)
333 MSG(read_error_string)
336 MSG(general_error_string)
H A Dstart_eltorito.S49 #define MSG(x) mov $ABS(x), %si; call message; define
96 MSG(notification_string)
112 MSG(notification_done)
162 MSG(notification_step)
203 MSG(read_error_string)
/illumos-gate/usr/src/psm/stand/bootblks/ufs/i386/
H A Dmboot.S99 #define MSG(label, string) label: .ascii string; label##_end: define
378 MSG(GeomErrMsg, "Can't read geometry")
379 MSG(NoActiveErrMsg, "No active partition")
380 MSG(ReadErrMsg, "Can't read PBR")
381 MSG(SigErrMsg, "Bad PBR sig")
382 MSG(ReturnErrMsg, "!!!")
383 MSG(lbastring, "LBA")
384 MSG(chsstring, "CHS")
/illumos-gate/usr/src/lib/libbc/csu/common/
H A Dmon.c66 #define MSG "No space for monitor buffer(s)\n" macro
98 write(2, MSG, sizeof(MSG));
/illumos-gate/usr/src/lib/libresolv2/common/isc/
H A Dtree.c77 # define MSG(msg) fprintf(stderr, "MSG(%s)\n", msg); macro
82 # define MSG(msg) ; macro
196 MSG("grounded. adding new node, setting h=true")
215 MSG("LESS. sprouting left.")
219 MSG("LESS: left branch has grown")
223 MSG("LESS: case 1.. bal restored implicitly")
229 MSG("LESS: case 0.. balnce bad but still ok")
234 MSG("LESS: case -1: rebalancing")
237 MSG("LES
[all...]
/illumos-gate/usr/src/grub/grub-0.97/stage1/
H A Dstage1.S33 #define MSG(x) movw $ABS(x), %si; call message define
154 MSG(notification_string)
381 MSG(geometry_error_string)
388 MSG(hd_probe_error_string)
395 MSG(read_error_string)
398 MSG(general_error_string)
474 MSG(fd_probe_error_string)
/illumos-gate/usr/src/cmd/gencat/
H A Dgencat.c71 #define MSG(n) gettext(MSG ## n) macro
173 FPRINTF(stderr, MSG(6));
291 FPRINTF(stderr, MSG(6));
427 FPRINTF(stderr, MSG(3), pathname);
536 FPRINTF(stderr, MSG(4), hdr.__hdr_magic);
540 FPRINTF(stderr, MSG(5), pathname);
552 FPRINTF(stderr, MSG(5), pathname);
557 FPRINTF(stderr, MSG(6));
562 FPRINTF(stderr, MSG(
[all...]
/illumos-gate/usr/src/cmd/passwd/
H A Dpasswd.c1762 #define MSG(a) (void) fprintf(stderr, gettext((a))); macro
1764 MSG("usage:\n");
1765 MSG("\tpasswd [-r files | -r nis | -r ldap] [name]\n");
1766 MSG("\tpasswd [-r files] [-egh] [name]\n");
1767 MSG("\tpasswd [-r files] -sa\n");
1768 MSG("\tpasswd [-r files] -s [name]\n");
1769 MSG("\tpasswd [-r files] [-d|-l|-N|-u] [-f] [-n min] [-w warn] "
1771 MSG("\tpasswd -r nis [-eg] [name]\n");
1772 MSG("\t\t[-x max] name\n");
1773 MSG("\tpassw
1778 #undef MSG macro
[all...]
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs_client.c2548 #define MSG(x) (nfs_write_error_to_cons_only ? (x) : (x) + 1) macro
2586 zcmn_err(getzoneid(), CE_CONT, MSG("^%s"), buf);
2631 MSG("^File: userid=%d, groupid=%d\n"),
2636 MSG("^User: userid=%d, groupid=%d\n"),
2646 MSG("^nfs_bio: cred is%s kcred\n"),

Completed in 1478 milliseconds