Searched refs:mode (Results 51 - 75 of 389) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/include/sys/
H A D_semaphore.h46 int ksem_open(semid_t *idp, const char *name, int oflag, mode_t mode,
H A Dipc.h80 unsigned short mode; /* r/w permission */ member in struct:ipc_perm_old
91 mode_t mode; /* r/w permission */ member in struct:ipc_perm
97 /* common mode bits */
/barrelfish-2018-10-04/lib/posixcompat/
H A Daccess.c16 int access(const char *pathname, int mode) argument
/barrelfish-2018-10-04/lib/x86emu/
H A Dops.c180 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
207 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
234 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
261 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
355 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
380 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
405 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
430 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
482 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
491 if (M.x86.mode
[all...]
H A Ddecode.c89 original real mode call.
245 cpu-state-varible M.x86.mode. There are several potential states:
259 Each of the above 7 items are handled with a bit in the mode field.
264 switch (M.x86.mode & SYSMODE_SEGMASK) {
753 M.x86.mode |= SYSMODE_SEG_DS_SS;
762 M.x86.mode |= SYSMODE_SEG_DS_SS;
844 if (M.x86.mode & SYSMODE_PREFIX_ADDR) {
885 M.x86.mode |= SYSMODE_SEG_DS_SS;
889 M.x86.mode |= SYSMODE_SEG_DS_SS;
928 if (!((M.x86.mode
[all...]
/barrelfish-2018-10-04/lib/zlib/
H A Dinfback.c270 state->mode = TYPE;
282 switch (state->mode) {
287 state->mode = DONE;
297 state->mode = STORED;
303 state->mode = LEN; /* decode codes */
308 state->mode = TABLE;
312 state->mode = BAD;
323 state->mode = BAD;
346 state->mode = TYPE;
361 state->mode
[all...]
H A Dgzio.c67 char mode; /* 'w' or 'r' */ member in struct:gz_stream
76 local gzFile gz_open OF((const char *path, const char *mode, int fd));
85 Opens a gzip (.gz) file for reading or writing. The mode parameter
93 local gzFile gz_open (path, mode, fd)
95 const char *mode;
101 char *p = (char*)mode;
103 char fmode[80]; /* copy of mode, without the compression level */
106 if (!path || !mode) return Z_NULL;
133 s->mode = '\0';
135 if (*p == 'r') s->mode
[all...]
H A Dzutil.h110 # define F_OPEN(name, mode) \
111 fopen((name), (mode), "mbc=60", "ctx=stm", "rfm=fix", "mrs=512")
131 # define fdopen(fd,mode) NULL /* No fdopen() */
151 # define fdopen(fd,mode) NULL /* No fdopen() */
156 # define fdopen(fd,mode) NULL /* No fdopen() */
173 # define F_OPEN(name, mode) fopen((name), (mode))
/barrelfish-2018-10-04/lib/lua/src/
H A Dliolib.c35 ** Check whether 'mode' matches '[rwa]%+?b?'.
39 #define lua_checkmode(mode) \
40 (*mode != '\0' && strchr("rwa", *(mode++)) != NULL && \
41 (*mode != '+' || ++mode) && /* skip if char is '+' */ \
42 (*mode != 'b' || ++mode) && /* skip if char is 'b' */ \
43 (*mode == '\0'))
218 static void opencheck (lua_State *L, const char *fname, const char *mode) { argument
228 const char *mode = luaL_optstring(L, 2, "r"); local
248 const char *mode = luaL_optstring(L, 2, "r"); local
273 g_iofile(lua_State *L, const char *f, const char *mode) argument
547 static const int mode[] = {SEEK_SET, SEEK_CUR, SEEK_END}; local
566 static const int mode[] = {_IONBF, _IOFBF, _IOLBF}; local
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsprofile.tex43 %\item provide mode declarations for the program
58 it is not necessary to use a special compilation mode or set
64 is called, the profiler executes the {\it Goal} in the profiling mode,
151 %compiled in {\bf dbgcomp}-mode and it must be run with the debugger
170 %In coroutine mode the table has 2 more columns for DELAY and WAKE ports.
182 %\item [DELAY -] counts DELAY ports (in coroutine mode only)
183 %\item [WAKE -] counts WAKE ports (in coroutine mode only)
192 %\item subgoals of predicates that are compiled in {\bf nodbgcomp}-mode
205 %\item {\bf mode} - like {\bf all}, but the mode usag
[all...]
/barrelfish-2018-10-04/lib/libc/gdtoa/
H A D_ldtoa.c47 __ldtoa(long double *ld, int mode, int ndigits, int *decpt, int *sign, argument
104 ret = gdtoa(&fpi, be, vbits, &kind, mode, ndigits, decpt, rve);
/barrelfish-2018-10-04/lib/libc/stdio/
H A Dfdopen.c50 fdopen(int fd, const char *mode) argument
67 if ((flags = __sflags(mode, &oflags)) == 0)
70 /* Make sure the mode the user wants is a subset of the actual mode. */
H A Dfopen.c52 fopen(const char * __restrict file, const char * __restrict mode) argument
58 if ((flags = __sflags(mode, &oflags)) == 0)
87 * When opening in append mode, even though we use O_APPEND,
/barrelfish-2018-10-04/include/bench/
H A Dbench.h49 enum bench_ctl_mode mode; member in struct:bench_ctl
65 * @param mode Mode of the benchmark (enum bench_ctl_mode)
72 bench_ctl_t *bench_ctl_init(enum bench_ctl_mode mode,
/barrelfish-2018-10-04/include/octopus_server/
H A Dquery.h75 * \param mode A combination of modes as defined in getset.h.
81 errval_t set_record(struct ast_object* ast, uint64_t mode,
103 * \param mode When to trigger the watch (del or set).
111 uint64_t mode, struct oct_reply_state* drs, uint64_t* wid);
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_cpu.c39 static void cpu_change_event(octopus_mode_t mode, const char* record, void* state) argument
41 if (mode & OCT_ON_SET) {
66 if (mode & OCT_ON_DEL) {
72 assert(!(mode & OCT_REMOVED));
91 static void delete_inheritcn(octopus_mode_t mode, const char *record, void *state) argument
95 if (mode & OCT_ON_SET) {
235 static void spawnd_change_event(octopus_mode_t mode, const char* record, argument
241 if (mode & OCT_ON_SET) {
/barrelfish-2018-10-04/lib/tommath/
H A Dbn_mp_exptmod_fast.c36 int err, bitbuf, bitcpy, bitcnt, mode, digidx, x, y, winsize; local
193 /* set initial mode and bit cnt */
194 mode = 0;
217 /* if the bit is zero and mode == 0 then we ignore it
222 if (mode == 0 && y == 0) {
226 /* if the bit is zero and mode == 1 then we square */
227 if (mode == 1 && y == 0) {
239 mode = 2;
264 mode = 1;
269 if (mode
[all...]
/barrelfish-2018-10-04/lib/barrelfish/
H A Devent_queue.c42 * \param mode Operating mode for the queue
45 enum event_queue_mode mode)
51 q->mode = mode;
81 assert(q->mode == EVENT_QUEUE_CONTINUOUS);
112 * \brief Cancel the runner if mode is continuous and queue is empty.
123 if (q->head == NULL && q->mode == EVENT_QUEUE_CONTINUOUS) {
159 // was empty: need to trigger queue runner if in continuous mode
160 if (q->mode
44 event_queue_init(struct event_queue *q, struct waitset *waitset, enum event_queue_mode mode) argument
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Ddlfcn_simple.c78 void *dlopen(const char *path, int mode) argument
97 | (mode & RTLD_GLOBAL) ? 0 : NSLINKMODULE_OPTION_PRIVATE
98 | (mode & RTLD_LAZY) ? 0 : NSLINKMODULE_OPTION_BINDNOW);
/barrelfish-2018-10-04/lib/octopus/client/
H A Dlocking.c32 * using sequential set mode. This means we create a queue of records
55 uint64_t mode = 0; local
104 err = cl->recv.trigger(cl, &tid, NULL, &mode, NULL, NULL);
106 assert(mode & OCT_REMOVED);
/barrelfish-2018-10-04/usr/tests/octopus/
H A Dd2pubsub.c26 static void message_handler(oct_mode_t mode, char* record, void* st) argument
30 if (mode & OCT_ON_PUBLISH) {
45 else if (mode & OCT_REMOVED) {
/barrelfish-2018-10-04/lib/gdtoa/
H A Ddtoa.c48 * mode 0 renders 1e23 as 1e23 rather than 9.999999999999999e22.
78 (d0, mode, ndigits, decpt, sign, rve)
79 double d0; int mode, ndigits, *decpt, *sign; char **rve;
81 (double d0, int mode, int ndigits, int *decpt, int *sign, char **rve)
90 mode:
94 e.g. with IEEE P754 arithmetic , mode 0 gives
95 1e23 whereas mode 1 gives 9.999999999999999e22.
104 round-nearest mode) with the tests of mode 0 to
109 6-9 ==> Debugging modes similar to mode
[all...]
H A Dgdtoa.c91 * mode 0 renders 1e23 as 1e23 rather than 9.999999999999999e22.
114 (fpi, be, bits, kindp, mode, ndigits, decpt, rve)
116 int *kindp, mode, ndigits, *decpt; char **rve;
118 (FPI *fpi, int be, ULong *bits, int *kindp, int mode, int ndigits, int *decpt, char **rve)
128 mode:
132 e.g. with IEEE P754 arithmetic , mode 0 gives
133 1e23 whereas mode 1 gives 9.999999999999999e22.
142 4 <= mode <= 9 ==> same return as mode
143 2 + (mode
[all...]
H A Dg_ddfmt.c44 int bx, by, decpt, ex, ey, i, j, mode; local
153 mode = 2;
159 mode = 0;
166 s = gdtoa(&fpi, ex, bits, &i, mode, ndig, &decpt, &se);
/barrelfish-2018-10-04/usr/eclipseclp/Mercury/
H A Dm_map.pl103 % :- mode init(uo) is det.
114 % :- mode is_empty(in) is semidet.
125 % :- mode contains(in, in) is semidet.
147 % :- mode member(in, out, out) is nondet.
173 % :- mode search(in, in, in) is semidet. % implied
174 % :- mode search(in, in, out) is semidet.
198 % :- mode lookup(in, in, out) is det.
223 % :- mode lower_bound_search(in, in, out, out) is semidet.
251 % :- mode lower_bound_lookup(in, in, out, out) is det.
280 % :- mode upper_bound_searc
[all...]

Completed in 228 milliseconds

1234567891011>>