Searched refs:type (Results 1 - 25 of 1269) sorted by last modified time

1234567891011>>

/barrelfish-master/usr/webserver/
H A Dhttp_cache.c334 resok->obj_attributes.post_op_attr_u.attributes.type == NF3REG) {
372 DEBUGPRINT ("Error: file [%s] does not exist, or wrong type\n", e->name);
/barrelfish-master/usr/vnode_map_test/
H A Dvnode_map_test.c23 static enum objtype type[] = { variable in typeref:enum:objtype
90 for (int i = 1; i < sizeof(type) / sizeof(type[0]); i++) {
95 printf("creating vnode for level %d, type %d\n", i, type[i]);
96 err = vnode_create(vnodes[i], type[i]);
/barrelfish-master/usr/tests/xomptest/
H A Dprocessing.c81 .type = XOMP_ARG_TYPE_UNIFORM,
/barrelfish-master/usr/tests/xeon_phi_test/
H A Dmain_host.c204 uint8_t type)
332 .type = DMA_CLIENT_INFO_TYPE_NAME,
201 msg_open_cb(xphi_dom_id_t domain, uint64_t usrdata, struct capref msgframe, uint8_t type) argument
H A Dmain_card.c200 uint8_t type)
323 .type = DMA_CLIENT_INFO_TYPE_NAME,
197 msg_open_cb(xphi_dom_id_t domain, uint64_t usrdata, struct capref msgframe, uint8_t type) argument
H A Dmain_inter_card.c125 uint8_t type)
265 .type = DMA_CLIENT_INFO_TYPE_NAME,
122 msg_open_cb(xphi_dom_id_t domain, uint64_t usrdata, struct capref msgframe, uint8_t type) argument
/barrelfish-master/usr/tests/twolevel_cspace/
H A Dtest_create_l1l2.c40 assert(type_is_mappable(thecap.type) || thecap.type == ObjType_RAM);
/barrelfish-master/usr/tests/testdesc/
H A Dtestdesc.c29 * format for each type. It also involves implementing the underlying
63 fds->handle, ush->type, ush->protocol, ush->passive, ush->nonblocking);
113 if (fde->type != FDTAB_TYPE_AVAILABLE) {
116 fds->type = fde->type;
119 "type: %d, (unfixed)handle: %p)\n",
120 i, *num_fds, &fdtab[*num_fds], fds, fds->num, fds->type,
134 switch (fds->type) {
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
H A Dtestdesc-child.c38 ush->type, ush->protocol, ush->passive, ush->nonblocking);
78 fde.type = fd->type;
81 if (fdtab_get(fd->num)->type != FDTAB_TYPE_AVAILABLE) {
89 switch (fd->type) {
121 printf("fd_store %d: num: %d, type: %d:%s handle: %p\n",
122 i, fd->num, fd->type, s, fd->handle);
124 switch (fd->type) {
160 if (fde->type != FDTAB_TYPE_AVAILABLE) {
161 printf("fd[%d]: type
[all...]
/barrelfish-master/usr/tests/pagetable/
H A Dprotect.c109 bf_handler(enum exception_type type, int subtype, argument
113 assert(type == EXCEPT_PAGEFAULT);
115 debug_printf("got exception %d(%d) on %p\n", type, subtype, vaddr);
H A Dpagetable.c82 if (ret.type == ObjType_VNode_x86_64_ptable) {
148 if (ret.type == ObjType_VNode_x86_64_ptable) {
/barrelfish-master/usr/tests/nkm/
H A Dvnode_inherit.c31 static void exhandler(enum exception_type type, int subtype, void *vaddr, argument
H A Dmodify_flags.c30 static void handler(enum exception_type type, int subtype, void *addr, argument
35 DEBUG_MODIFY_FLAGS("got exception %d(%d) on %p [%d]\n", type, subtype, addr, count);
37 assert(type == EXCEPT_PAGEFAULT);
/barrelfish-master/usr/tests/memtest/
H A Dmem_free.c38 assert(cap.type == ObjType_RAM);
56 assert(cap.type == ObjType_RAM);
62 assert(cap.type == ObjType_RAM);
/barrelfish-master/usr/tests/mdbtests/
H A Dtest_ops_with_root.c69 out[gencount].cap.type = ObjType_RAM;
/barrelfish-master/usr/tests/hw_model_test/
H A Doffloadhost.c49 uint8_t type)
46 msg_open_cb(xphi_dom_id_t domain, uint64_t usrdata, struct capref msgframe, uint8_t type) argument
H A Doffloadknc.c101 uint8_t type)
98 msg_open_cb(xphi_dom_id_t domain, uint64_t usrdata, struct capref msgframe, uint8_t type) argument
H A Dmain_host.c204 uint8_t type)
332 .type = DMA_CLIENT_INFO_TYPE_NAME,
201 msg_open_cb(xphi_dom_id_t domain, uint64_t usrdata, struct capref msgframe, uint8_t type) argument
H A Dmain_inter_card.c125 uint8_t type)
265 .type = DMA_CLIENT_INFO_TYPE_NAME,
122 msg_open_cb(xphi_dom_id_t domain, uint64_t usrdata, struct capref msgframe, uint8_t type) argument
H A Dmain_card.c200 uint8_t type)
323 .type = DMA_CLIENT_INFO_TYPE_NAME,
197 msg_open_cb(xphi_dom_id_t domain, uint64_t usrdata, struct capref msgframe, uint8_t type) argument
/barrelfish-master/usr/tests/filetests/
H A Dfat_test.c37 switch (info.type) {
/barrelfish-master/usr/tests/e10ktest/
H A Dsubways.c432 switch (htons(ethhdr->type)) {
454 myeth->type = htons(ETHTYPE_ARP);
720 /* myeth->type = htons(ETHTYPE_IP); */
730 /* switch (htons(ethhdr->type)) { */
735 /* printf("%d: Is an IP packet, type %x\n", disp_get_core_id(), IPH_PROTO(iphdr)); */
966 p->eth.type = htons(ETHTYPE_IP);
985 p->eth.type = htons(ETHTYPE_IP);
1007 p->eth.type = htons(ETHTYPE_IP);
H A De10ktest_latencies.c159 switch (htons(ethhdr->type)) {
190 myeth->type = htons(ETHTYPE_ARP);
213 /* printf("Is an IP packet, type %x\n", IPH_PROTO(iphdr)); */
238 myeth->type = htons(ETHTYPE_IP);
H A De10ktest.c375 switch (htons(ethhdr->type)) {
397 myeth->type = htons(ETHTYPE_ARP);
432 printf("%d: Is an IP packet, type %x\n", disp_get_core_id(), IPH_PROTO(iphdr));
468 myeth->type = htons(ETHTYPE_IP);
680 p->eth.type = htons(ETHTYPE_IP);
699 p->eth.type = htons(ETHTYPE_IP);
721 p->eth.type = htons(ETHTYPE_IP);

Completed in 228 milliseconds

1234567891011>>