Searched refs:Mode (Results 1 - 25 of 107) sorted by path

12345

/haiku/headers/os/package/hpkg/
H A DPackageEntry.h28 mode_t Mode() const { return fMode; } function in class:BPackageKit::BHPKG::BPackageEntry
/haiku/headers/os/package/hpkg/v1/
H A DPackageEntry.h30 mode_t Mode() const { return fMode; } function in class:BPackageKit::BHPKG::V1::BPackageEntry
/haiku/src/add-ons/input_server/methods/t9/
H A DDictionaryInputServerMethod.cpp54 T9Mode Mode() const { return fMode; }; function in class:T9InputServerMethod
91 fDeskbarMenu = new BMenu(_T("Mode"));
H A DT9InputServerMethod.cpp55 T9Mode Mode() const { return fMode; }; function in class:T9InputServerMethod
92 fDeskbarMenu = new BMenu(_T("Mode"));
/haiku/src/add-ons/kernel/drivers/network/wlan/marvell88w8363/dev/mwl/
H A Dmwlhal.c899 pCmd->Mode = htole32(mode);
1984 pCmd->Mode = mode;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DIndex.cpp111 switch (fNode->Mode() & (S_STR_INDEX | S_INT_INDEX | S_UINT_INDEX
140 int32 mode = fNode->Mode() & (S_STR_INDEX | S_INT_INDEX | S_UINT_INDEX
H A Dbfs.h224 int32 Mode() const { return BFS_ENDIAN_TO_HOST_INT32(mode); } function in struct:BFS::bfs_inode
/haiku/src/add-ons/kernel/file_systems/bindfs/
H A DNode.h21 mode_t Mode() const { return fMode; } function in class:Node
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DInode.cpp140 Inode::Mode() const function in class:Inode
160 return check_access_permissions(accessMode, Mode(), (gid_t)GroupID(),
H A DInode.h55 { return S_ISDIR(Mode()); }
57 { return S_ISREG(Mode()); }
59 { return S_ISLNK(Mode()); }
62 mode_t Mode() const;
/haiku/src/add-ons/kernel/file_systems/packagefs/nodes/
H A DDirectory.cpp45 Directory::Mode() const function in class:Directory
H A DDirectory.h32 virtual mode_t Mode() const;
H A DNode.h69 virtual mode_t Mode() const = 0;
H A DUnpackingLeafNode.h22 virtual mode_t Mode() const;
/haiku/src/add-ons/kernel/file_systems/packagefs/package_links/
H A DPackageLinkSymlink.h33 virtual mode_t Mode() const;
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h98 mode_t Mode() { return (IsDirectory() ? S_IFDIR : S_IFREG) function in class:Icb
H A DVolume.cpp295 &gUDFVnodeOps, fRootIcb->Mode(), 0);
/haiku/src/add-ons/kernel/network/ppp/ipcp/
H A DProtocol.cpp171 if (Interface().Mode() == PPP_SERVER_MODE)
/haiku/src/add-ons/kernel/network/ppp/modem/
H A Dmodem.cpp27 if (mainInterface.Mode() != PPP_CLIENT_MODE || type != PPP_DEVICE_KEY_TYPE)
/haiku/src/add-ons/kernel/network/ppp/pppoe/
H A Dpppoe.cpp282 if (mainInterface.Mode() != PPP_CLIENT_MODE || type != PPP_DEVICE_KEY_TYPE)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPProtocol.cpp69 if (interface.Mode() == PPP_CLIENT_MODE)
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/headers/
H A DKPPPInterface.h173 ppp_mode Mode() const function in class:KPPPInterface
/haiku/src/apps/icon-o-matic/generic/gui/panel/color_picker/
H A DColorPickerPanel.cpp118 msg.AddInt32("panel mode", fColorPickerView->Mode());
H A DColorPickerView.h45 SelectedColorMode Mode() const function in class:ColorPickerView
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.h36 uint32 Mode() const function in class:DurationView

Completed in 140 milliseconds

12345