Searched refs:mode (Results 276 - 300 of 948) sorted by relevance

<<11121314151617181920>>

/haiku/src/tests/system/kernel/file_corruption/fs/
H A DNode.h33 Node(Volume* volume, mode_t mode);
53 inline uint32 Mode() const { return fNode.mode; }
66 void SetMode(uint32 mode);
79 void Touched(int32 mode);
/haiku/src/apps/activitymonitor/
H A DActivityWindow.h35 status_t _OpenSettings(BFile& file, uint32 mode);
/haiku/src/apps/expander/
H A DDirectoryFilePanel.h31 file_panel_mode mode = B_OPEN_PANEL,
/haiku/src/apps/charactermap/
H A DCharacterWindow.h33 status_t _OpenSettings(BFile& file, uint32 mode);
/haiku/src/bin/
H A Dfdinfo.cpp126 info_mode mode = kList; local
148 mode = kFilterDevice;
161 mode = kFilterFile;
174 switch (mode) {
/haiku/src/apps/mediaplayer/interface/
H A DDurationView.h35 void SetMode(uint32 mode);
/haiku/src/add-ons/kernel/drivers/network/wlan/realtekwifi/dev/rtwn/rtl8188e/
H A Dr88e_fw_cmd.h56 uint8_t mode; member in struct:r88e_fw_cmd_pwrmode
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dacls.h150 int ntfs_merge_mode_posix(struct POSIX_SECURITY *pxdesc, mode_t mode);
152 const struct POSIX_SECURITY *pxdesc, mode_t mode,
155 const struct POSIX_SECURITY *pxdesc, mode_t mode,
176 char *ntfs_build_descr(mode_t mode,
H A Dreparse.h43 int ntfs_reparse_set_wsl_not_symlink(ntfs_inode *ni, mode_t mode);
/haiku/src/apps/webpositive/
H A DDownloadWindow.h44 bool _OpenSettingsFile(BFile& file, uint32 mode);
/haiku/src/system/boot/loader/file_systems/bfs/
H A DDirectory.h27 virtual status_t Open(void **_cookie, int mode);
/haiku/src/system/boot/loader/file_systems/amiga_ffs/
H A DFile.h23 virtual status_t Open(void **_cookie, int mode);
H A DDirectory.h27 virtual status_t Open(void **_cookie, int mode);
/haiku/src/tools/bfs_shell/
H A Dcommand_checkfs.cpp83 if ((result.mode & (S_INDEX_DIR | 0777)) == S_INDEX_DIR)
85 else if (result.mode & S_ATTR_DIR)
87 else if (result.mode & S_ATTR)
89 else if (S_ISDIR(result.mode))
/haiku/headers/private/shared/
H A DBitmapButton.h39 void SetBackgroundMode(uint32 mode);
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageDirectory.h20 PackageDirectory(Package* package, mode_t mode);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A Dbfs_control.h52 uint32 mode; member in struct:check_control
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dacos.s25 fabs # fix sign of zero (matters in downward rounding mode)
/haiku/src/tests/kits/net/service/
H A DTestServer.h54 TestServer(TestServerMode mode);
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211.c121 /* NB: OFDM rates are handled specially based on mode */
181 * Identify mode capabilities.
251 * Set auto mode to reset active channel state and any desired channel.
268 ic_printf(ic, "need promiscuous mode update callback\n");
613 /* NB: bg scanning only makes sense for station mode right now */
618 /* NB: DFS support only makes sense for ap mode right now */
692 /* NB: strip explicit mode; we're actually in autoselect */
1463 KASSERT(flags[0] != 0, ("%s: no correct mode provided\n", __func__));
1709 KASSERT(flags[0] != 0, ("%s: no correct mode provided\n", __func__));
1737 KASSERT(flags[0] != 0, ("%s: no correct mode provide
1853 addmedia(struct ifmedia *media, int caps, int addsta, int mode, int mword) argument
1904 enum ieee80211_phymode mode; local
2027 enum ieee80211_phymode mode; local
2097 media2mode(const struct ifmedia_entry *ime, uint32_t flags, uint16_t *mode) argument
2231 enum ieee80211_phymode mode; local
2274 ieee80211_setmode(struct ieee80211com *ic, enum ieee80211_phymode mode) argument
2353 ieee80211_rate2media(struct ieee80211com *ic, int rate, enum ieee80211_phymode mode) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/
H A Dntfs.h51 mode_t mode; member in struct:vnode
/haiku/headers/private/kernel/posix/
H A Drealtime_sem.h28 mode_t mode, uint32 semCount, sem_t* userSem,
/haiku/src/add-ons/kernel/bus_managers/ps2/
H A Dps2_elantech.h41 uint8 mode; member in struct:__anon12
/haiku/src/preferences/backgrounds/
H A DImageFilePanel.h38 ImageFilePanel(file_panel_mode mode = B_OPEN_PANEL,
/haiku/src/tests/kits/net/netservices2/
H A DHttpProtocolTest.h37 HttpIntegrationTest(TestServerMode mode);

Completed in 242 milliseconds

<<11121314151617181920>>