Searched refs:M_DEVTAB (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/cmd/devmgmt/cmds/ |
H A D | getdev.c | 82 #define M_DEVTAB "Cannot open the device table: %s" macro 223 (void) snprintf(txt, sizeof(txt), M_DEVTAB, devtab); in main()
|
H A D | devattr.c | 102 #define M_DEVTAB "Cannot open the device table: %s" macro 225 (void) snprintf(txt, sizeof(txt), M_DEVTAB, p); in main()
|
H A D | getdgrp.c | 85 #define M_DEVTAB "Cannot open the device table: %s" macro 253 (void) snprintf(txt, sizeof(txt), M_DEVTAB, filename); in main()
|
H A D | devfree.c | 92 #define M_DEVTAB "Cannot open the device table: %s" macro 245 (void) snprintf(msg, sizeof(msg), M_DEVTAB, devtab); in main()
|
H A D | devreserv.c | 91 #define M_DEVTAB "Cannot open the device table: %s" macro 318 (void) snprintf(txt, sizeof(txt), M_DEVTAB, devtab); in main()
|