Searched defs:M_DEVTAB (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevattr.c97 * M_DEVTAB Can't open the device table
104 #define M_DEVTAB "Cannot open the device table: %s"
228 (void) snprintf(txt, sizeof(txt), M_DEVTAB, p);
102 #define M_DEVTAB macro
H A Ddevfree.c84 * M_DEVTAB Error opening the device table
93 #define M_DEVTAB "Cannot open the device table: %s"
247 (void) snprintf(msg, sizeof(msg), M_DEVTAB, devtab);
92 #define M_DEVTAB macro
H A Dgetdev.c77 * M_DEVTAB Can't open the device table
83 #define M_DEVTAB "Cannot open the device table: %s"
225 (void) snprintf(txt, sizeof(txt), M_DEVTAB, devtab);
82 #define M_DEVTAB macro
H A Dgetdgrp.c80 * M_DEVTAB Device table couldn't be opened
86 #define M_DEVTAB "Cannot open the device table: %s"
255 (void) snprintf(txt, sizeof(txt), M_DEVTAB, filename);
85 #define M_DEVTAB macro
H A Ddevreserv.c83 * M_DEVTAB Can't access device table (for reading)
92 #define M_DEVTAB "Cannot open the device table: %s"
320 (void) snprintf(txt, sizeof(txt), M_DEVTAB, devtab);
91 #define M_DEVTAB macro

Completed in 47 milliseconds