Searched defs:mode (Results 101 - 125 of 140) sorted by relevance

123456

/barrelfish-2018-10-04/lib/libc/gen/
H A Dposix_spawn.c71 mode_t mode; member in struct:__posix_spawn_file_actions_entry::__anon954::__anon955
290 posix_spawn_file_actions_addopen(posix_spawn_file_actions_t * __restrict fa, int fildes, const char * __restrict path, int oflag, mode_t mode) argument
/barrelfish-2018-10-04/lib/libc/nameser/
H A Dns_print.c629 int mode, err, keysize; local
/barrelfish-2018-10-04/lib/lua/src/
H A Dliolib.c218 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...]
H A Dldo.c626 const char *mode; member in struct:SParser
631 static void checkmode (lua_State *L, const char *mode, const char *x) { argument
662 luaD_protectedparser(lua_State *L, ZIO *z, const char *name, const char *mode) argument
[all...]
H A Dlapi.c973 lua_load(lua_State *L, lua_Reader reader, void *data, const char *chunkname, const char *mode) argument
H A Dlauxlib.c630 luaL_loadfilex(lua_State *L, const char *filename, const char *mode) argument
682 luaL_loadbufferx(lua_State *L, const char *buff, size_t size, const char *name, const char *mode) argument
H A Dlgc.c436 const TValue *mode = gfasttm(g, h->metatable, TM_MODE); local
952 luaC_changemode(lua_State *L, int mode) argument
[all...]
/barrelfish-2018-10-04/lib/octopus/server/
H A Dservice.c314 void set_handler(struct octopus_binding *b, const char *query, uint64_t mode, argument
464 set_with_idcap_handler(struct octopus_binding *b, struct capref idcap, const char *attributes, uint64_t mode, octopus_trigger_t trigger, bool get) argument
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Dmem_dbg.c216 int CRYPTO_mem_ctrl(int mode) argument
H A Dcryptlib.c384 void CRYPTO_set_dynlock_lock_callback(void (*func)(int mode, argument
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
[all...]
/barrelfish-2018-10-04/lib/zlib/
H A Dgzio.c67 char mode; /* 'w' or 'r' */ member in struct:gz_stream
[all...]
/barrelfish-2018-10-04/usr/drivers/tulip/
H A Dtulip.c240 tulip_CSR6_t mode = tulip_CSR6_rd(&csrs); local
/barrelfish-2018-10-04/usr/kaluga/
H A Dstart_pci.c44 static void spawnd_up_event(octopus_mode_t mode, const char* spawnd_record, argument
336 static void pci_change_event(octopus_mode_t mode, const char* device_record, argument
492 static void bridge_change_event(octopus_mode_t mode, const char* bridge_record, argument
/barrelfish-2018-10-04/usr/eclipseclp/Pds/src/
H A Dnsrv_server.c1194 nsrv_mode_t mode; local
/barrelfish-2018-10-04/lib/openssl-1.0.0d/apps/
H A Dts.c130 enum mode { enum
132 } mode = CMD_NONE; local
525 BIO_open_with_default(const char *file, const char *mode, FILE *default_fp) argument
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/threads/
H A Dmttest.c750 void win32_locking_callback(int mode, int type, char *file, int line) argument
859 void solaris_locking_callback(int mode, int type, char *file, int line) argument
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/cpio/
H A Dcpiobin.c29 uint8_t mode[2]; member in struct:__anon576
45 char mode[8]; member in struct:__anon577
[all...]
/barrelfish-2018-10-04/usr/skb/octopus/
H A Dskb_query.c217 errval_t set_record(struct ast_object* ast, uint64_t mode, argument
322 set_watch(struct octopus_binding* b, struct ast_object* ast, uint64_t mode, struct oct_reply_state* drs, uint64_t* wid) argument
/barrelfish-2018-10-04/lib/libc/isc/
H A Deventlib_p.h151 int mode; member in struct:evTimer
/barrelfish-2018-10-04/lib/lwip2/src/netif/ppp/
H A Dppp.c1323 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode) { argument
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dcode.c201 make_function_bip(dident did1, int opc, uint32 flags, uint32 mode, int argdesc, int store_desc) argument
239 make_test_bip(dident did1, int opc, uint32 flags, uint32 mode, int argdesc, int vis) argument
H A Ddict.h150 unsigned mode:PRIMODEBITS; /* the mode declaration */ member in struct:pri
/barrelfish-2018-10-04/include/sys/
H A Dfile.h361 fo_chmod(struct file *fp, mode_t mode, struct ucred *active_cred, argument
/barrelfish-2018-10-04/include/x86emu/
H A Dregs.h278 u32 mode; member in struct:__anon397
/barrelfish-2018-10-04/include/lwip2/netif/ppp/
H A Dppp.c1323 int sifnpmode(ppp_pcb *pcb, int proto, enum NPmode mode) { argument

Completed in 431 milliseconds

123456