Searched refs:owner (Results 201 - 225 of 236) sorted by relevance

12345678910

/haiku/src/add-ons/kernel/file_systems/btrfs/
H A Dbtrfs.h106 uint64 owner; member in struct:btrfs_header
115 { return B_LENDIAN_TO_HOST_INT64(owner); }
178 uint64 owner; member in struct:btrfs_chunk
188 uint64 Owner() const { return B_LENDIAN_TO_HOST_INT64(owner); }
/haiku/src/add-ons/kernel/generic/tty/
H A Dtty_private.h37 void Init(RequestOwner *owner, tty_cookie *cookie, size_t bytesNeeded);
/haiku/src/add-ons/kernel/network/ppp/pap/
H A DProtocol.cpp30 PAPHandler::PAPHandler(PAP& owner, KPPPInterface& interface) argument
32 fOwner(owner)
/haiku/src/kits/shared/
H A DCalendarView.cpp216 BCalendarView::DrawDay(BView* owner, BRect frame, const char* text, argument
219 _DrawItem(owner, frame, text, isSelected, isEnabled, focus, highlight);
224 BCalendarView::DrawDayName(BView* owner, BRect frame, const char* text) argument
228 _DrawItem(owner, frame.InsetByCopy(-1.0, -1.0), text, true);
233 BCalendarView::DrawWeekNumber(BView* owner, BRect frame, const char* text) argument
237 _DrawItem(owner, frame.InsetByCopy(-1.0, -1.0), text, true);
1106 BCalendarView::_DrawItem(BView* owner, BRect frame, const char* text, argument
1149 float offsetV = frame.Height() / 2.0 + FontHeight(owner) / 2.0 - 2.0;
/haiku/src/preferences/repositories/
H A DTaskLooper.cpp143 newTask->owner = this;
320 task->owner->PostMessage(&reply);
/haiku/src/system/kernel/device_manager/
H A DIORequest.h231 void SetOwner(IORequestOwner* owner) argument
232 { fOwner = owner; }
/haiku/src/kits/media/experimental/
H A DAdapterIO.cpp21 RelativePositionIO(BAdapterIO* owner, BPositionIO* buffer, argument
25 fOwner(owner),
H A DMediaClientNode.cpp22 BMediaClient* owner, media_type type)
28 fOwner(owner)
21 BMediaClientNode(const char* name, BMediaClient* owner, media_type type) argument
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dsecurity.c1166 * Check whether current thread owner is member of file group
1248 * Check whether current thread owner is member of file group
1741 * Fetch owner, group and permission of a file, if cached
1961 /* owner and root access */
1964 /* root access if owner or other execution */
2075 * Takes into account the relation of user to file (owner, group, ...)
2088 const SID *usid; /* owner of file/directory */
2127 securattr[le32_to_cpu(phead->owner)];
2152 * fetch owner and group for cacheing
2190 const SID *usid; /* owner o
[all...]
H A Dacls.c136 * SID for generic creator-owner
291 offowner = le32_to_cpu(phead->owner);
500 * Find Linux owner mapped to a usid
630 * and owner and group SID are valid
636 offowner = le32_to_cpu(phead->owner);
659 && !(phead->owner & const_cpu_to_le32(3))
852 * creator-owner (and creator-group)
862 * Replace generic creator-owner and
863 * creator-group by owner and group
937 * Prepare grouping similar ACE for owner
2944 merge_permissions(BOOL isdir, le32 owner, le32 group, le32 world, le32 special) argument
[all...]
H A Dlayout.h1565 * security descriptor and owner.
1572 /* Right to change the owner in the object's security descriptor. */
1745 * of an owner.
1804 * Self-relative security descriptor. Contains the owner and group SIDs as well
1812 le32 owner; /* Byte offset to a SID representing an object's member in struct:__anon66
1813 owner. If this is NULL, no owner SID is present in
1832 * Does not contain the owner and group SIDs, nor the sacl and dacl ACLs inside
1844 SID *owner; /* Points to a SID representing an object's owner member in struct:__anon67
[all...]
/haiku/src/add-ons/kernel/file_systems/xfs/
H A DNode.cpp588 fData.info.owner = B_BENDIAN_TO_HOST_INT64(fData.info.owner);
631 return fData.info.owner;
H A DLeafDirectory.cpp535 fData.info.owner = B_BENDIAN_TO_HOST_INT64(fData.info.owner);
578 return fData.info.owner;
H A DInode.h125 uint64 owner; member in struct:BlockInfoV5
/haiku/headers/private/kernel/
H A Dthread_types.h166 void SetOwner(AssociatedDataOwner* owner) argument
167 { fOwner = owner; }
169 virtual void OwnerDeleted(AssociatedDataOwner* owner);
/haiku/src/preferences/shortcuts/
H A DShortcutsSpec.cpp286 ShortcutsSpec::_CacheViewFont(BView* owner) argument
290 owner->GetFont(&sViewFont);
/haiku/src/apps/firstbootprompt/
H A DBootPromptWindow.cpp99 void DrawItem(BView* owner, BRect frame, bool complete) argument
101 BStringItem::DrawItem(owner, frame, true/*complete*/);
/haiku/src/servers/app/
H A DServerPicture.cpp1159 ServerPicture::SetOwner(ServerApp* owner) argument
1161 if (owner == fOwner)
1166 // Setting fOwner to NULL would access free'd memory. If owner is another
1174 if (owner == NULL)
1177 if (!owner->AddPicture(this))
1180 fOwner = owner;
/haiku/src/build/libroot/
H A Dfs.cpp1355 // user is node owner
1489 _haiku_build_fchown(int fd, uid_t owner, gid_t group) argument
1491 return _haiku_build_fchownat(fd, NULL, owner, group, AT_SYMLINK_NOFOLLOW);
1496 _haiku_build_fchownat(int fd, const char* path, uid_t owner, gid_t group, argument
1500 return fchownat(fd, path, owner, group, flag);
1503 st.st_uid = owner;
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPConnectionWorker.cpp528 IMAPConnectionWorker::IMAPConnectionWorker(IMAPProtocol& owner, argument
531 fOwner(owner),
/haiku/src/system/kernel/
H A Dsystem_info.cpp195 virtual void OwnerDeleted(AssociatedDataOwner* owner);
403 SystemNotificationService::Listener::OwnerDeleted(AssociatedDataOwner* owner) argument
/haiku/src/add-ons/input_server/devices/keyboard/
H A DKeyboardInputDevice.cpp127 KeyboardDevice::KeyboardDevice(KeyboardInputDevice* owner, const char* path) argument
130 fOwner(owner),
/haiku/src/system/kernel/debug/
H A Dsystem_profiler.cpp1108 IORequestOwner* owner = request->Owner();
1112 event->team = owner->team;
1113 event->thread = owner->thread;
1118 event->priority = owner->priority;
/haiku/src/servers/launch/
H A DLaunchDaemon.cpp219 _FindExternalEventSource(const char* owner,
693 const char* name = message->GetString("owner");
1023 message.AddString("owner", eventSource->OwnerName());
1051 const char* ownerName = message->GetString("owner");
1097 const char* ownerName = message->GetString("owner");
1133 const char* ownerName = message->GetString("owner");
1157 const char* ownerName = message->GetString("owner");
1923 LaunchDaemon::_FindExternalEventSource(const char* owner, const char* name) const argument
1935 if (owner == NULL)
1939 eventName.Prepend(get_leaf(owner));
[all...]
/haiku/src/apps/mediaplayer/
H A DController.cpp52 TrackSupplierReleaser(PlaylistItemRef& owner) argument
54 fOwner(owner),

Completed in 162 milliseconds

12345678910