Searched refs:mode (Results 76 - 100 of 389) sorted by relevance

1234567891011>>

/barrelfish-2018-10-04/lib/octopus/client/
H A Dnameservice_client.c54 octopus_mode_t mode;
73 cl->recv.trigger(cl, &mode, &fn, &state, &record);
/barrelfish-2018-10-04/kernel/arch/x86/
H A Dpit.c25 * \brief Set hardware timer mode and count value
27 * Sets timer 0 as either a rate generator (mode 2) or one-shot timer (mode 0)
37 .bcd = 0, // Binary mode (no BCD)
38 .mode = periodic ? lpc_timer_rtgen : lpc_timer_oseoc, // Operating mode
/barrelfish-2018-10-04/lib/posixcompat/
H A Dunixsock.h51 enum _unix_socket_mode mode; // See enum _unix_socket_mode member in struct:_unix_socket::__anon1392::__anon1394
/barrelfish-2018-10-04/lib/zlib/
H A Dinflate.h56 (most modes can go to the BAD or MEM mode -- not shown for clarity)
78 inflate_mode mode; /* current inflate mode */ member in struct:inflate_state
H A Dinffast.c42 state->mode == LEN
48 On return, state->mode is one of:
179 state->mode = BAD;
191 state->mode = BAD;
267 state->mode = BAD;
277 state->mode = TYPE;
282 state->mode = BAD;
/barrelfish-2018-10-04/include/
H A Dcpiobin.h36 cpio_mode_bits_t mode; member in struct:__anon58
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dmiscdevice.h45 umode_t mode; member in struct:miscdevice
/barrelfish-2018-10-04/usr/tests/testdesc/
H A Dtestdesc.h56 enum _unix_socket_mode mode; // See enum _unix_socket_mode member in struct:_unix_socket::__anon1802::__anon1804
/barrelfish-2018-10-04/lib/cpio/
H A Dcpiobin.c29 uint8_t mode[2]; member in struct:__anon576
45 char mode[8]; member in struct:__anon577
218 return (cpio_mode_bits_t)c2u16(h, h->mode);
264 return (cpio_mode_bits_t)a8u32(h->mode);
326 g->mode = cpio_bin_mode(h);
333 (cv(visited, g, arg) && (g->mode != 0)))
360 g->mode = cpio_newc_mode(h);
367 (cv(visited, g, arg) && (g->mode != 0)))
435 int match = (cfi.header == &h) && cpio_mode_is_file(h.mode);
458 if (cpio_mode_is_file(header->mode))
[all...]
/barrelfish-2018-10-04/usr/eclipseclp/documents/userman/
H A Dumsflags.tex51 \item[Access mode : ] read/write
59 \item[Access mode : ] read/write
72 \item[Access mode : ] read/write
81 \item[Access mode : ] read/write
90 \item[Access mode : ] read/write
99 \item[Access mode :] read-only
104 or enabled. \bipref{trace/0}{../bips/kernel/debug/trace-0.html} sets the {\tt creep} mode, \bipref{debug/0}{../bips/kernel/debug/debug-0.html} sets the
105 {\tt leap} mode, the other modes are set with the debugger options.
110 \item[Access mode :] read/write
121 % \item[Access mode
[all...]
/barrelfish-2018-10-04/usr/drivers/vbe/
H A Dvbe.h109 uint32_t vbe_mode_info(uint16_t mode, struct vbemodeinfoblock *mib);
110 uint32_t vbe_setmode(uint16_t mode, bool linear, bool clear);
H A Dvbe.c48 /// The current video mode
78 uint32_t vbe_mode_info(uint16_t mode, struct vbemodeinfoblock *mib) argument
82 .ecx = mode,
93 uint32_t vbe_setmode(uint16_t mode, bool linear, bool clear) argument
97 .ebx = (mode & 0x1ff) | (linear ? 1 << 14 : 0) | (clear ? 0 : 1 << 15)
103 current_mode = mode;
313 printf("Current mode: 0x%x %s\n", curmode, islinear ? "linear": "windowed");
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Dint_types.h70 typedef int ti_int __attribute__ ((mode (TI)));
71 typedef unsigned tu_int __attribute__ ((mode (TI)));
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_int_ctrl.c64 static void int_controller_change_event(octopus_mode_t mode, argument
72 if (mode & OCT_ON_SET) {
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Dordset.pl126 :- mode list_to_ord_set(+, ?).
159 :- mode ord_memberchk(?,+).
177 :- mode ord_del_element(+,?,?).
203 :- mode ord_selectchk(?,+,?).
219 :- mode ord_nonmember(?,+).
245 :- mode ord_compare(?,+,+).
249 :- mode ord_compare1(?, +, +, +).
280 :- mode ord_disjoint(+,+).
286 :- mode ord_disjoint1(+, +).
320 :- mode ord_add_elemen
[all...]
/barrelfish-2018-10-04/lib/x86emu/
H A Dops2.c348 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
375 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
402 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
429 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
469 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
500 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
531 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
562 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
605 if (M.x86.mode & SYSMODE_PREFIX_DATA) {
632 if (M.x86.mode
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Dbss_file.c119 BIO *BIO_new_file(const char *filename, const char *mode) argument
152 MultiByteToWideChar(CP_UTF8,0,mode,strlen(mode)+1,
158 file = fopen(filename,mode);
162 file = fopen(filename,mode);
165 file=fopen(filename,mode);
170 ERR_add_error_data(5,"fopen('",filename,"','",mode,"')");
339 /* Set correct text/binary mode */
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c115 void irix_locking_callback(int mode,int type,char *file,int line);
116 void solaris_locking_callback(int mode,int type,char *file,int line);
117 void win32_locking_callback(int mode,int type,char *file,int line);
118 void pthreads_locking_callback(int mode,int type,char *file,int line);
119 void netware_locking_callback(int mode,int type,char *file,int line);
120 void beos_locking_callback(int mode,int type,const char *file,int line);
750 void win32_locking_callback(int mode, int type, char *file, int line) argument
752 if (mode & CRYPTO_LOCK)
859 void solaris_locking_callback(int mode, int type, char *file, int line) argument
862 fprintf(stderr,"thread=%4d mode
976 irix_locking_callback(int mode, int type, char *file, int line) argument
1063 pthreads_locking_callback(int mode, int type, char *file, int line) argument
1170 netware_locking_callback(int mode, int type, char *file, int line) argument
1256 beos_locking_callback(int mode, int type, const char *file, int line) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dcryptlib.c185 static void (MS_FAR *locking_callback)(int mode,int type,
195 static void (MS_FAR *dynlock_lock_callback)(int mode,
366 void (*CRYPTO_get_dynlock_lock_callback(void))(int mode,
384 void CRYPTO_set_dynlock_lock_callback(void (*func)(int mode, argument
397 void (*CRYPTO_get_locking_callback(void))(int mode,int type,const char *file,
409 void CRYPTO_set_locking_callback(void (*func)(int mode,int type, argument
557 void CRYPTO_lock(int mode, int type, const char *file, int line) argument
564 if (mode & CRYPTO_LOCK)
566 else if (mode & CRYPTO_UNLOCK)
571 if (mode
[all...]
/barrelfish-2018-10-04/usr/bench/
H A Dlrpc_bench.c182 enum {CLIENT, SERVER} mode = -1; local
187 mode = CLIENT;
189 mode = SERVER;
198 if (mode == -1) {
203 if (mode == SERVER) { /* Server */
/barrelfish-2018-10-04/usr/tests/lrpc_fpu/
H A Dlrpc_fpu.c180 enum {CLIENT, SERVER} mode = -1; local
185 mode = CLIENT;
187 mode = SERVER;
194 if (mode == -1) {
199 if (mode == SERVER) { /* Server */
/barrelfish-2018-10-04/usr/eclipseclp/ecrc_solvers/grace/
H A Dlabel.pl155 setval(mode, retry(goal(G1))),
172 getval(mode, Mode),
186 getval(mode, Mode),
228 !. % do nothing in the fast mode
231 setval(mode, Mode),
296 getval(mode, Mode),
319 getval(mode, Mode),
369 setval(mode, retry(start)),
388 setval(mode, retry(goal(N))),
469 setval(mode, moddo
[all...]
/barrelfish-2018-10-04/lib/libc/posix1e/
H A Dacl_strip.c50 mode_t mode = 0; local
60 acl_nfs4_sync_mode_from_acl(&mode, &(aclp->ats_acl));
61 acl_nfs4_trivial_from_mode_libc(&(newacl->ats_acl), mode, canonical_six);
163 * mode. In other words, ACL is trivial iff it doesn't have "+" to the right
164 * of the mode bits in "ls -l" output ;-)
/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Dposix_syscalls.c142 _DEFUN (_open_r, (ptr, file, flags, mode),
146 int mode)
151 if ((ret = xopen (file, flags, mode)) == -1 && errno != 0)
/barrelfish-2018-10-04/lib/openssl-1.0.0d/engines/ccgost/
H A Dgostsum.c18 int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode);
26 "\t-b read files in binary mode\n"
149 int hash_file(gost_hash_ctx *ctx,char *filename,char *sum,int mode) argument
152 if ((fd=open(filename,mode))<0)

Completed in 228 milliseconds

1234567891011>>