Searched refs:type (Results 176 - 200 of 1269) sorted by relevance

1234567891011>>

/barrelfish-master/tools/
H A Dmkefi.py35 type=FileExists())
36 parser.add_argument("--size", help="image size", type=int, default=200)
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dnet.h38 sock_create_kern(int family, int type, int proto, struct socket **res) argument
40 return -socreate(family, res, type, proto, curthread->td_ucred,
/barrelfish-master/include/target/x86_64/barrelfish_kpi/
H A Dcpu_target.h66 uint64_t type:4; member in struct:segment_descriptor::__anon63
80 uint64_t type:4; member in struct:segment_descriptor::__anon64
/barrelfish-master/kernel/arch/armv7/
H A Dbsp_start.S67 .type stack_got_offset, STT_OBJECT
73 .type stack_got_prel, STT_OBJECT
/barrelfish-master/kernel/include/arch/x86_64/
H A Dpaging_kernel_arch.h64 static inline bool is_root_pt(enum objtype type) { argument
65 return type == ObjType_VNode_x86_64_pml4;
/barrelfish-master/lib/octopus/parser/
H A Dread.c70 switch(format_name->type) {
99 assert(format_attr->type == nodeType_Pair);
100 assert(format_attr->u.pn.left->type == nodeType_Ident);
101 if(format_attr->u.pn.right->type != nodeType_Scan) {
118 if(value->type == nodeType_Ident) {
122 else if(value->type == nodeType_String) {
134 if(value->type == nodeType_Constant) {
146 if(value->type == nodeType_Float) {
/barrelfish-master/lib/posixcompat/
H A Dclose.c26 if (e->type == FDTAB_TYPE_AVAILABLE) {
36 switch(e->type) {
/barrelfish-master/usr/tests/testdesc/
H A Dtestdesc.h40 int type; // Socket type == AF_UNIX member in struct:_unix_socket
76 enum fdtab_type type; member in struct:fd_store
/barrelfish-master/usr/eclipseclp/Kernel/src/
H A Dwrite.c116 p_write3(value vals, type tags, value val, type tag, value vm, type tm),
117 p_writeq3(value vals, type tags, value val, type tag, value vm, type tm);
120 p_write(value val, type tag, value vm, type tm),
121 p_writeln(value vals, type tags, value val, type ta
[all...]
H A Dbip_shelf.c155 p_shelf_create3(value vkey, type tkey, value vinit, type tinit, value vbag, type tbag)
186 p_shelf_create2(value vinit, type tinit, value vbag, type tbag)
217 p_shelf_name(value vname, type tname, value vhandle, type thandle, value vmod, type tmod)
246 p_shelf_set(value vhandle, type thandle, value vi, type t
[all...]
H A Dhandlers.c238 static type kernel_tag_;
246 p_get_event_handler(value vn, type tn, value vh, type th, value vm, type tm),
247 p_define_error(value valm, type tagm, value vale, type tage),
248 p_get_interrupt_handler(value vn, type tn, value vh, type th, value vm, type tm),
249 p_interrupt_id_det(value vnum, type tnu
[all...]
/barrelfish-master/lib/lwip/src/core/
H A Dpbuf.c210 static void increment_stats(func_call_list_t list_name, int idx, int type) argument
212 assert(type < MAX_INSTRUMENTED_STATS);
213 list_name[idx].stats[type] = list_name[idx].stats[type] + 1;
216 list_name[0].stats[type] = list_name[0].stats[type] + 1;
221 static void increment_calls(func_call_list_t list_name, int type, argument
234 increment_stats(list_name, idx, type);
337 * Allocates a pbuf of the given type (possibly a chain for PBUF_POOL type)
368 pbuf_alloc_tagged(pbuf_layer layer, u16_t length, pbuf_type type, const char *func_name, int line_no) argument
669 u16_t type; local
792 u16_t type; local
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/evp/
H A Dp_sign.c66 void EVP_SignInit(EVP_MD_CTX *ctx, EVP_MD *type) argument
68 EVP_DigestInit_ex(ctx,type);
117 if (pkey->type == v)
134 return(ctx->digest->sign(ctx->digest->type,m,m_len,sigret,siglen,
/barrelfish-master/lib/pcre/
H A Dpcre_newline.c67 type the newline type
76 PRIV(is_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR endptr, int *lenptr, argument
92 if (type == NLTYPE_ANYCRLF) switch(c)
142 type the newline type
151 PRIV(was_newline)(PCRE_PUCHAR ptr, int type, PCRE_PUCHAR startptr, int *lenptr, argument
169 if (type == NLTYPE_ANYCRLF) switch(c)
/barrelfish-master/lib/vfs/
H A Dvfs_nfs.h17 enum ftype3 type; member in struct:nfs_handle
/barrelfish-master/usr/device_managers/dma/
H A Ddma_mgr.h19 uint8_t type,
/barrelfish-master/include/lwip2/lwip/
H A Dnetifapi.h50 #define NETIFAPI_IPADDR_DEF(type, m) type m
52 #define NETIFAPI_IPADDR_DEF(type, m) const type * m
/barrelfish-master/usr/tests/mdbtests/
H A Dtest_addr_zero.c27 cap->type = ObjType_PhysAddr;
41 cap->type = ObjType_DevFrame;
54 printf("retcap: (%d) 0x%lx %zd\n", retcte->cap.type, get_address(&retcte->cap), get_size(&retcte->cap));
56 printf("devframe: (%d) 0x%lx %zd\n", devframe.cap.type, get_address(&devframe.cap), get_size(&devframe.cap));
/barrelfish-master/include/net/
H A Dnet_queue.h49 struct bench_ctl* net_queue_get_bench_data(struct devq* q, const char* name, uint8_t type);
/barrelfish-master/include/pci/
H A Dmem.h24 uint8_t type; // 0 = memory BAR, 1 = IO BAR member in struct:device_mem
27 struct capref phys_cap; // array of phys caps (only if type == 0 and in PCI server)
29 struct capref io_cap; // IO cap (only valid if type == 1)
/barrelfish-master/lib/compiler-rt/builtins/riscv/
H A Dmulsi3.S14 .type __mulsi3, @function
/barrelfish-master/include/barrelfish/
H A Dexcept.h43 * \param type Exception type
52 typedef void (*exception_handler_fn)(enum exception_type type, int subtype,
/barrelfish-master/include/devif/backends/net/
H A De10k_devif.h64 struct bench_ctl* e10k_get_benchmark_data(struct devq* q, uint8_t type);
/barrelfish-master/include/getopt/
H A Dgetopt.h35 enum argtype type; member in struct:cmdarg
/barrelfish-master/include/
H A Dgrubmenu.h15 uint32_t type; member in struct:menu_mmap_entry

Completed in 230 milliseconds

1234567891011>>