Searched refs:M_RSVTAB (Results 1 – 2 of 2) sorted by relevance
/titanic_41/usr/src/cmd/devmgmt/cmds/ |
H A D | devfree.c | 93 #define M_RSVTAB "Cannot open the device-reservation table: %s" macro 220 (void) snprintf(msg, sizeof(msg), M_RSVTAB, rsvtab); in main() 279 (void) snprintf(msg, sizeof(msg), M_RSVTAB, rsvtab); in main()
|
H A D | devreserv.c | 92 #define M_RSVTAB "Cannot open the device-reservation table: %s" macro 242 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab); in main() 292 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab); in main()
|