Home
last modified time | relevance | path

Searched refs:DB_PERMS (Results 1 – 2 of 2) sorted by last modified time

/illumos-gate/usr/src/lib/libdevinfo/
H A Ddevinfo_devlink.c262 if ((fd = open(path, flg, DB_PERMS)) == -1) { in open_db()
H A Ddevinfo_devlink.h195 #define DB_PERMS (S_IRUSR | S_IRGRP | S_IROTH | S_IWUSR) macro
196 #define DB_LOCK_PERMS DB_PERMS