Searched defs:M_RSVTAB (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevfree.c85 * M_RSVTAB Error opening the device-reservation table
94 #define M_RSVTAB "Cannot open the device-reservation table: %s"
222 (void) snprintf(msg, sizeof(msg), M_RSVTAB, rsvtab);
281 (void) snprintf(msg, sizeof(msg), M_RSVTAB, rsvtab);
93 #define M_RSVTAB macro
H A Ddevreserv.c84 * M_RSVTAB Can't access device reservation table (for r/w)
93 #define M_RSVTAB "Cannot open the device-reservation table: %s"
244 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab);
294 (void) snprintf(txt, sizeof(txt), M_RSVTAB, rsvtab);
92 #define M_RSVTAB macro

Completed in 56 milliseconds