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

/xnu-2422.115.4/bsd/vfs/
H A Dvfs_xattr.c1464 static int get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context);
1770 * Open the file locked since setting an attribute
2713 get_xattrinfo(vnode_t xvp, int setting, attr_info_t *ainfop, vfs_context_t context) argument
2734 /* When setting attributes, allow room for the header to grow. */
2735 if (setting)
2798 * Ignore zero-length resource forks when getting. If setting,
2802 if (filehdr->entries[i].length == 0 && !setting)
2811 if (filehdr->entries[i].length == sizeof(rsrcfork_header_t) && !setting) {
2860 if (setting && ainfop->finderinfo->length == FINDERINFOSIZE) {
/xnu-2422.115.4/iokit/Kernel/
H A DIOPMrootDomain.cpp358 * Internal object to track each PM setting controller
3527 // Allows kexts to safely read setting values, without being subscribed to
3570 // Kexts may register for notifications when a particular setting is changed.
3621 // New array of callbacks for this setting
3632 // Return handle to the caller, the setting object is private.
4362 const OSSymbol * setting = OSSymbol::withCString(kIOPMSettingRestartOnPowerLossKey); local
4364 if (setting && num)
4366 setPMSetting(setting, num);
4367 setting->release();
8213 // Since there is now at least one listener to this setting, publis
[all...]

Completed in 41 milliseconds