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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIONVRAM.cpp298 UInt32 propType, propPerm; local
305 propPerm = getOFVariablePerm(aKey);
308 if (propPerm != kOFVariablePermUserWrite) return false;
310 if (propPerm == kOFVariablePermKernelOnly && current_task() != kernel_task) return 0;
365 UInt32 propPerm; local
370 propPerm = getOFVariablePerm(aKey);
373 if (propPerm != kOFVariablePermUserWrite) return;
375 if (propPerm == kOFVariablePermKernelOnly && current_task() != kernel_task) return;

Completed in 73 milliseconds