Searched refs:mode (Results 451 - 475 of 948) sorted by relevance

<<11121314151617181920>>

/haiku/src/bin/fwcontrol/
H A Dfwdv.c194 if (pkt->mode.stream.len <= sizeof(struct ciphdr))
305 pkt->mode.stream.len = DSIZE + sizeof(struct ciphdr);
306 pkt->mode.stream.sy = 0;
307 pkt->mode.stream.tcode = FWTCODE_STREAM;
308 pkt->mode.stream.chtag = ich;
311 pkt->mode.stream.len = sizeof(struct ciphdr);
/haiku/src/apps/codycam/
H A DFtpClient.cpp196 FtpClient::PutFile(const string& local, const string& remote, ftp_mode mode) argument
209 if (mode == binary_mode)
233 if (mode == ascii_mode) {
279 FtpClient::GetFile(const string& remote, const string& local, ftp_mode mode) argument
293 if (mode == binary_mode)
320 if (mode == ascii_mode) {
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c321 fc->irx_post(fc, fp->mode.ld);
323 tinfo = &xfer->fc->tcode[fp->mode.hdr.tcode];
418 fc->irx_post(fc, fp->mode.ld);
419 if (fp->mode.stream.len == 0) {
424 // fp->mode.stream.len + sizeof(uint32_t), uio);
425 len = fp->mode.stream.len + sizeof(uint32_t);
473 tinfo = &d->fc->tcode[pkt.mode.hdr.tcode];
605 // err = uiomove((caddr_t)fp->mode.stream.payload,
606 // fp->mode.stream.len, uio);
607 len = fp->mode
[all...]
/haiku/src/libs/compat/freebsd_wlan/net80211/
H A Dieee80211_scan_sta.c378 /* XXX only for STA mode? */
482 enum ieee80211_phymode mode, const uint16_t freq[], int nfreq)
489 KASSERT(mode < nitems(chanflags), ("Unexpected mode %u", mode)); local
490 modeflags = chanflags[mode];
498 if (mode == IEEE80211_MODE_AUTO) {
500 ("%s: wrong channel for 'auto' mode %u / %u\n",
515 uint16_t mode; member in struct:scanlist
560 * in normal mode (
480 add_channels(struct ieee80211vap *vap, struct ieee80211_scan_state *ss, enum ieee80211_phymode mode, const uint16_t freq[], int nfreq) argument
616 enum ieee80211_phymode mode; local
1349 enum ieee80211_phymode mode; local
[all...]
/haiku/headers/cpp/
H A Deditbuf.h74 // FILE *open_file(char *mode);
83 edit_streambuf(edit_string* bstr, int mode);
87 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
H A Dparsestream.h73 virtual streampos seekoff(streamoff, _seek_dir, int mode=ios::in|ios::out);
/haiku/src/add-ons/translators/raw/
H A DReadHelper.h179 off_t Seek(off_t offset, int32 mode) argument
180 { return fStream.Seek(offset, mode); }
/haiku/src/apps/bootmanager/
H A DFileSelectionPage.cpp31 const char* name, const char* description, file_panel_mode mode)
35 fMode(mode),
30 FileSelectionPage(BMessage* settings, BRect frame, const char* name, const char* description, file_panel_mode mode) argument
/haiku/src/apps/icon-o-matic/shape/
H A DPathManipulator.h97 void _SetMode(uint32 mode);
133 uint32 mode) const;
/haiku/src/libs/glut/
H A DglutInit.cpp241 // Try to restore initial screen mode...
270 * DESCRIPTION: set initial display mode
272 void glutInitDisplayMode(unsigned int mode) { argument
273 gState.displayMode = mode;
/haiku/src/tests/kits/mail/
H A Dheader_test.cpp51 enum mode { enum
56 static mode gParseMode = PARSE_HEADER;
/haiku/src/tools/fs_shell/
H A Dsyscalls.h48 const char *toPath, int mode);
53 fssh_status_t _kern_access(const char *path, int mode);
/haiku/src/apps/webpositive/
H A DCredentialsStorage.cpp244 CredentialsStorage::_OpenSettingsFile(BFile& file, uint32 mode) const
252 return file.SetTo(path.Path(), mode) == B_OK;
/haiku/src/system/libroot/posix/musl/math/x86/
H A Dexpl.s3 # exact log2e*x calculation depends on nearest rounding mode
30 # it will be wrong on non-nearest rounding mode
/haiku/src/system/libroot/posix/musl/math/x86_64/
H A Dexpl.s3 # exact log2e*x calculation depends on nearest rounding mode
30 # it will be wrong on non-nearest rounding mode
/haiku/src/add-ons/kernel/file_systems/btrfs/
H A DInode.h76 Inode* parent, int32 mode, uint64 size = 0,
81 Inode* parent, const char* name, int32 mode);
/haiku/src/libs/util/
H A Dpidfile.c88 pidfile_open(const char *path, mode_t mode, pid_t *pidptr) argument
116 fd = open(pfh->pf_path, O_WRONLY | O_CREAT | O_NONBLOCK, mode);
/haiku/src/add-ons/kernel/power/cpuidle/intel_cstates/
H A Dintel_cstates.cpp61 cstates_set_scheduler_mode(scheduler_mode mode) argument
63 if (mode == SCHEDULER_MODE_POWER_SAVING) {
/haiku/src/preferences/time/
H A Dntp.cpp64 uint8 mode : 3; member in struct:ntp_data
134 message.mode = MODE_CLIENT;
/haiku/src/add-ons/kernel/file_systems/packagefs/package/
H A DPackageFile.cpp131 PackageFile::PackageFile(Package* package, mode_t mode, const PackageData& data) argument
133 PackageLeafNode(package, mode),
/haiku/src/system/kernel/posix/
H A Drealtime_sem.cpp79 status_t Init(const char* name, mode_t mode, int32 semCount) argument
91 fPermissions = mode;
200 status_t OpenNamedSem(const char* name, int openFlags, mode_t mode, argument
230 status_t error = sem->Init(name, mode, semCount);
432 status_t OpenSem(const char* name, int openFlags, mode_t mode, argument
437 status_t error = sSemTable.OpenNamedSem(name, openFlags, mode, semCount,
676 mode_t mode, uint32 semCount, sem_t* userSem, sem_t** _usedUserSem)
708 error = context->OpenSem(name, openFlagsOrShared, mode, semCount, userSem,
675 _user_realtime_sem_open(const char* userName, int openFlagsOrShared, mode_t mode, uint32 semCount, sem_t* userSem, sem_t** _usedUserSem) argument
/haiku/src/system/kernel/scheduler/
H A Dscheduler.cpp525 scheduler_set_operation_mode(scheduler_mode mode) argument
527 if (mode != SCHEDULER_MODE_LOW_LATENCY
528 && mode != SCHEDULER_MODE_POWER_SAVING) {
532 dprintf("scheduler: switching to %s mode\n", sSchedulerModes[mode]->name);
536 gCurrentModeID = mode;
537 gCurrentMode = sSchedulerModes[mode];
833 _user_set_scheduler_mode(int32 mode) argument
835 scheduler_mode schedulerMode = static_cast<scheduler_mode>(mode);
/haiku/headers/libs/x86emu/x86emu/
H A Ddecode.h50 #define DECODE_CLEAR_SEGOVR() M.x86.mode &= ~SYSMODE_CLRMASK
55 extern "C" { /* Use "C" linkage when in C++ mode */
/haiku/headers/private/kernel/
H A Ddebug_paranoia.h25 // mode for set_paranoia_check()
43 size_t size, paranoia_set_check_mode mode);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A DVolume.h87 const char* target, int mode);
95 virtual status_t Access(void* node, int mode);
102 int openMode, int mode, void** cookie,
117 int mode);

Completed in 279 milliseconds

<<11121314151617181920>>