Searched refs:DB_OPEN (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dgtxt.c69 #define DB_OPEN 2 /* Already tried to open */ macro
150 db->flag = DB_OPEN;
180 if ((db->flag & (DB_OPEN|DB_EXIST)) ==
181 (DB_OPEN|DB_EXIST)) {
/illumos-gate/usr/src/uts/sun4u/sys/pci/
H A Ddb21554_debug.h65 #define DB_OPEN 0x10000000 macro
/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c229 assert(!DB_OPEN(hdp));
470 if (DB_OPEN(hdp)) {
1014 if (!DB_OPEN(hdp)) {
2074 if (DB_OPEN(hdp)) {
2135 assert(DB_OPEN(hdp));
2176 assert(!DB_OPEN(hdp));
2179 if (hdp == NULL || !HDL_RDONLY(hdp) || DB_OPEN(hdp)) {
H A Ddevinfo_devlink.h260 #define DB_OPEN(h) (DB_HDR(h) != NULL) macro
/illumos-gate/usr/src/uts/sun4u/io/pci/
H A Ddb21554.c3018 case DB_OPEN: s = "open"; break;

Completed in 161 milliseconds