Searched refs:acc_mode (Results 1 - 2 of 2) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/dc/bios/
H A Dbios_parser_helper.c60 uint32_t acc_mode; local
61 REG_GET(BIOS_SCRATCH_6, S6_ACC_MODE, &acc_mode);
62 return (acc_mode == 1);
/openbsd-current/sys/kern/
H A Dvfs_subr.c1613 * while acc_mode and cred are from the VOP_ACCESS parameter list
1617 mode_t acc_mode, struct ucred *cred)
1624 if ((acc_mode & VEXEC) && type != VDIR &&
1634 if (acc_mode & VEXEC)
1636 if (acc_mode & VREAD)
1638 if (acc_mode & VWRITE)
1645 if (acc_mode & VEXEC)
1647 if (acc_mode & VREAD)
1649 if (acc_mode & VWRITE)
1655 if (acc_mode
1616 vaccess(enum vtype type, mode_t file_mode, uid_t uid, gid_t gid, mode_t acc_mode, struct ucred *cred) argument
[all...]

Completed in 116 milliseconds