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

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgtxt.c68 #define DB_OPEN 2 /* Already tried to open */ macro
149 db->flag = DB_OPEN;
179 if ((db->flag & (DB_OPEN|DB_EXIST)) ==
180 (DB_OPEN|DB_EXIST)) {
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c233 assert(!DB_OPEN(hdp));
474 if (DB_OPEN(hdp)) {
1018 if (!DB_OPEN(hdp)) {
2078 if (DB_OPEN(hdp)) {
2139 assert(DB_OPEN(hdp));
2180 assert(!DB_OPEN(hdp));
2183 if (hdp == NULL || !HDL_RDONLY(hdp) || DB_OPEN(hdp)) {
H A Ddevinfo_devlink.h259 #define DB_OPEN(h) (DB_HDR(h) != NULL) macro

Completed in 32 milliseconds