Searched refs:hand (Results 1 - 9 of 9) sorted by relevance

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwmem.cpp58 void *hand)
72 xfer->hand = (void (*)(fw_xfer*))hand;
88 void (*hand)(struct fw_xfer *))
93 xfer = fwmem_xfer_req(fwdev, (char *)sc, spd, 0, 4, (void*)hand);
125 void (*hand)(struct fw_xfer *))
130 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 0, (void*)hand);
162 void (*hand)(struct fw_xfer *))
167 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, roundup2(len, 4), (void*)hand);
200 void (*hand)(struc
52 fwmem_xfer_req( struct fw_device *fwdev, caddr_t sc, int spd, int slen, int rlen, void *hand) argument
[all...]
H A Dfirewire.cpp155 if(xfer->hand == NULL){
156 printf("hand == NULL\n");
329 xfer->hand(xfer);
618 xfer->hand(xfer);
904 xfer->hand = fw_vmaccess;
1012 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *))
1023 xfer->hand = hand;
1210 if (xfer->hand == NULL) {
1211 printf("hand
[all...]
H A Dfwohci.cpp2277 ir->hand(ir);
/haiku/src/bin/
H A Dspybmessage.cpp58 BHandler *hand = NULL; local
60 hand = *target;
65 hand?hand->Name():NULL,
/haiku/headers/private/firewire/
H A Dfirewire_module.h38 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *));
H A Dfirewirereg.h278 void (*hand) (struct fw_xferq *); member in struct:fw_xferq
320 void (*hand) (struct fw_xfer *); member in struct:fw_xfer
/haiku/src/libs/compat/freebsd_network/compat/sys/
H A Dtaskqueue.h106 #define TASK_INIT(taskp, prio, hand, arg) _task_init(taskp, prio, hand, arg)
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c513 xfer->hand = gFirewire->fw_xferwake;
796 xfer->hand = gFirewire->fw_xferwake;
/haiku/docs/develop/kits/storage/resources/
H A DResourcesFormat.tex43 On the one hand there are formats of files that exclusively contain resources
44 (resource files), on the other hand these are file formats extended to
599 For executables on the other hand the alignment was always 4096, which is

Completed in 156 milliseconds