Searched defs:sv_guard_s (Results 1 – 1 of 1) sorted by relevance
139 typedef struct sv_guard_s { struct140 int sg_magic; /* Magic # */141 int sg_version; /* Version # */142 char *sg_pathname; /* Pathname of device to guard */143 char *sg_module; /* Module name of client */144 int sg_kernel; /* Prevent user access if true */145 spcs_s_info_t sg_error; /* Error to be returned to client */