Searched refs:type (Results 276 - 300 of 1269) sorted by relevance

<<11121314151617181920>>

/barrelfish-master/kernel/arch/armv7/
H A Ddispatch.c49 assert(dcb->disp_cte.cap.type == ObjType_Frame);
H A Dcpu_start.S51 .type cpu_stack_got_offset, STT_OBJECT
/barrelfish-master/kernel/arch/armv8/
H A Ddispatch.c43 assert(dcb->disp_cte.cap.type == ObjType_Frame);
/barrelfish-master/include/barrelfish/
H A Dvspace.h46 vm_fault_type_t type);
/barrelfish-master/kernel/arch/x86_32/
H A Ddispatch.c44 assert(dcb->disp_cte.cap.type == ObjType_Frame);
/barrelfish-master/kernel/include/arch/k1om/kernel_boot_param/
H A De820.h62 * if CONFIG_INTEL_TXT is enabled, memory of this type will be
72 uint32_t type; /* type of memory segment */ member in struct:e820entry
/barrelfish-master/include/devif/backends/net/
H A Dudp.h68 struct bench_ctl* udp_get_benchmark_data(struct udp_q* q, bench_data_type_t type);
H A Dip.h57 struct bench_ctl* ip_get_benchmark_data(struct ip_q* q, uint8_t type);
/barrelfish-master/lib/dma/include/xeon_phi/
H A Dxeon_phi_dma_device_internal.h39 * \param type the interrupt type to enable
42 dma_irq_t type);
/barrelfish-master/lib/posixcompat/
H A Dfstat.c21 if (e->type != FDTAB_TYPE_FILE) {
H A Ddup.c31 if (e->type == FDTAB_TYPE_AVAILABLE) {
H A Dinheritance.c22 enum fdtab_type type; member in struct:fd_store
32 * format for each type. It also involves implementing the underlying
125 if (fde->type == FDTAB_TYPE_LWIP_SOCKET) {
128 fds->type = fde->type;
134 "type: %d, (unfixed)handle: %p)\n",
135 i, *num_fds, &fdtab[*num_fds], fds, fds->num, fds->type,
149 switch (fds->type) {
209 assert(fds->type == FDTAB_TYPE_LWIP_SOCKET);
211 fde.type
[all...]
/barrelfish-master/lib/lwip2/src/netif/
H A Dethernet.c84 u16_t type; local
100 ("ethernet_input: dest:%"X8_F":%"X8_F":%"X8_F":%"X8_F":%"X8_F":%"X8_F", src:%"X8_F":%"X8_F":%"X8_F":%"X8_F":%"X8_F":%"X8_F", type:%"X16_F"\n",
105 lwip_htons(ethhdr->type)));
107 type = ethhdr->type;
109 if (type == PP_HTONS(ETHTYPE_VLAN)) {
131 type = vlan->tpid;
137 netif = LWIP_ARP_FILTER_NETIF_FN(p, netif, lwip_htons(type));
164 switch (type) {
260 * @param eth_type ethernet type (
[all...]
/barrelfish-master/lib/openssl-1.0.0d/crypto/asn1/
H A Dt_req.c120 neg=(ri->version->type == V_ASN1_NEG_INTEGER)?"-":"";
178 int j,type=0,count=1,ii=0; local
190 type=t->type;
199 type=at->type;
206 if ( (type == V_ASN1_PRINTABLESTRING) ||
207 (type == V_ASN1_T61STRING) ||
208 (type == V_ASN1_IA5STRING))
/barrelfish-master/lib/openssl-1.0.0d/crypto/x509/
H A Dby_file.c130 int X509_load_cert_file(X509_LOOKUP *ctx, const char *file, int type) argument
146 if (type == X509_FILETYPE_PEM)
174 else if (type == X509_FILETYPE_ASN1)
197 int X509_load_crl_file(X509_LOOKUP *ctx, const char *file, int type) argument
213 if (type == X509_FILETYPE_PEM)
241 else if (type == X509_FILETYPE_ASN1)
264 int X509_load_cert_crl_file(X509_LOOKUP *ctx, const char *file, int type) argument
270 if(type != X509_FILETYPE_PEM)
271 return X509_load_cert_file(ctx, file, type);
H A Dx509_att.c157 const ASN1_OBJECT *obj, int type,
162 attr = X509_ATTRIBUTE_create_by_OBJ(NULL, obj, type, bytes, len);
170 int nid, int type,
175 attr = X509_ATTRIBUTE_create_by_NID(NULL, nid, type, bytes, len);
183 const char *attrname, int type,
188 attr = X509_ATTRIBUTE_create_by_txt(NULL, attrname, type, bytes, len);
196 ASN1_OBJECT *obj, int lastpos, int type)
208 return X509_ATTRIBUTE_get0_data(at, 0, type, NULL);
258 const char *atrname, int type, const unsigned char *bytes, int len)
271 nattr = X509_ATTRIBUTE_create_by_OBJ(attr,obj,type,byte
257 X509_ATTRIBUTE_create_by_txt(X509_ATTRIBUTE **attr, const char *atrname, int type, const unsigned char *bytes, int len) argument
[all...]
/barrelfish-master/lib/openssl-1.0.0d/ssl/
H A Ds3_pkt.c119 static int do_ssl3_write(SSL *s, int type, const unsigned char *buf,
277 * ssl->s3->rrec.type - is the type of record
324 rr->type= *(p++);
330 fprintf(stderr, "Record type=%d, Length=%d\n", rr->type, rr->length);
508 * ssl->s3->rrec.type is the type of record
522 fprintf(stderr, "Ultimate Record type=%d, Length=%d\n", rr->type, r
574 ssl3_write_bytes(SSL *s, int type, const void *buf_, int len) argument
626 do_ssl3_write(SSL *s, int type, const unsigned char *buf, unsigned int len, int create_empty_fragment) argument
814 ssl3_write_pending(SSL *s, int type, const unsigned char *buf, unsigned int len) argument
895 ssl3_read_bytes(SSL *s, int type, unsigned char *buf, int len, int peek) argument
[all...]
/barrelfish-master/usr/drivers/usb/usb_manager/hub/
H A Dusb_hub_request.c36 req.bType.type = USB_REQUEST_TYPE_CLASS;
50 req.bType.type = USB_REQUEST_TYPE_CLASS;
77 req.bType.type = USB_REQUEST_TYPE_CLASS;
94 req.bType.type = USB_REQUEST_TYPE_CLASS;
111 req.bType.type = USB_REQUEST_TYPE_CLASS;
136 req.bType.type = USB_REQUEST_TYPE_CLASS;
150 req.bType.type = USB_REQUEST_TYPE_CLASS;
165 req.bType.type = USB_REQUEST_TYPE_CLASS;
197 req.bType.type = USB_REQUEST_TYPE_CLASS;
/barrelfish-master/lib/libc/net/
H A Dhesiod.c154 * takes a hesiod (name, type) and returns a DNS
158 hesiod_to_bind(void *context, const char *name, const char *type) argument
192 len = strlen(bindname) + 1 + strlen(type);
204 strcat(bindname, type);
228 * Given a hesiod name and type, return an array of strings returned
232 hesiod_resolve(context, name, type)
235 const char *type;
240 bindname = hesiod_to_bind(context, name, type);
375 int ancount, qdcount, i, j, n, skip, type, class, len; local
426 type
[all...]
H A Dip6opt.c65 * beginning (the value y in the alignment term "xn + y"), the type
81 inet6_option_init(void *bp, struct cmsghdr **cmsgp, int type) argument
86 if (!is_ipv6_hopopts(type) && !is_ipv6_dstopts(type))
90 ch->cmsg_type = type;
167 * option type field that starts the option on success, or NULL on an
232 * the 8-bit option type field (which is followed by the 8-bit option
288 * except this function lets the caller specify the option type to be
291 * Note: RFC 2292 says the type of tptrp is u_int8_t *, but we think
292 * it's a typo. The variable should be type o
295 inet6_option_find(const struct cmsghdr *cmsg, u_int8_t **tptrp, int type) argument
403 inet6_opt_append(void *extbuf, socklen_t extlen, int offset, u_int8_t type, socklen_t len, u_int8_t align, void **databufp) argument
550 inet6_opt_find(void *extbuf, socklen_t extlen, int offset, u_int8_t type, socklen_t *lenp, void **databufp) argument
[all...]
/barrelfish-master/lib/cpuid/
H A Dcpuid_amd.c102 // amd has no proc type
103 family->type = 0x0;
173 ci->type = CPUID_CACHE_TYPE_DATA;
183 ci->type = CPUID_CACHE_TYPE_INSTR;
195 ci->type = CPUID_CACHE_TYPE_UNIFIED;
209 ci->type = CPUID_CACHE_TYPE_UNIFIED;
223 ci->name = cpuid_cache_names[ci->level][ci->type];
245 ci->type = CPUID_CACHE_TYPE_DATA;
249 ci->type = CPUID_CACHE_TYPE_INSTR;
252 ci->type
[all...]
/barrelfish-master/lib/libc/resolv/
H A Dres_query.c113 int class, int type, /*%< class and type of query */
129 printf(";; res_query(%s, %d, %d)\n", name, class, type);
132 n = res_nmkquery(statp, QUERY, name, class, type, NULL, 0, NULL,
214 int class, int type, /*%< class and type of query */
238 return (res_nquery(statp, cp, class, type, answer, anslen));
247 ret = res_nquerydomain(statp, name, NULL, class, type,
293 class, type,
304 * a wildcard entry of another type coul
111 res_nquery(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
212 res_nsearch(res_state statp, const char *name, int class, int type, u_char *answer, int anslen) argument
406 res_nquerydomain(res_state statp, const char *name, const char *domain, int class, int type, u_char *answer, int anslen) argument
[all...]
/barrelfish-master/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
754 WaitForSingleObject(lock_cs[type],INFINITE);
758 ReleaseMutex(lock_cs[type]);
859 void solaris_locking_callback(int mode, int type, cha 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-master/lib/libc/amd64/sys/
H A Dcerror.S50 .type CNAME(__error),@function
/barrelfish-master/lib/libc/arm/sys/
H A Dcerror.S39 .type _C_LABEL(__error),%function

Completed in 377 milliseconds

<<11121314151617181920>>