Home
last modified time | relevance | path

Searched refs:hand (Results 1 – 25 of 59) sorted by relevance

123

/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwmem.cpp58 void *hand) in fwmem_xfer_req() argument
72 xfer->hand = (void (*)(fw_xfer*))hand; in fwmem_xfer_req()
88 void (*hand)(struct fw_xfer *)) in fwmem_read_quad()
93 xfer = fwmem_xfer_req(fwdev, (char *)sc, spd, 0, 4, (void*)hand); in fwmem_read_quad()
125 void (*hand)(struct fw_xfer *)) in fwmem_write_quad()
130 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, 0, (void*)hand); in fwmem_write_quad()
162 void (*hand)(struct fw_xfer *)) in fwmem_read_block()
167 xfer = fwmem_xfer_req(fwdev, sc, spd, 0, roundup2(len, 4), (void*)hand); in fwmem_read_block()
200 void (*hand)(struct fw_xfer *)) in fwmem_write_block()
205 xfer = fwmem_xfer_req(fwdev, sc, spd, len, 0, (void*)hand); in fwmem_write_block()
H A Dfirewire.cpp155 if(xfer->hand == NULL){ in fw_asyreq()
329 xfer->hand(xfer); in firewire_xfer_timeout()
618 xfer->hand(xfer); in fw_drain_txq()
904 xfer->hand = fw_vmaccess; in fw_init()
1012 struct firewire_comm *fc, void *sc, void (*hand)(struct fw_xfer *)) in fw_xferlist_add()
1023 xfer->hand = hand; in fw_xferlist_add()
1210 if (xfer->hand == NULL) { in fw_xfer_done()
1219 xfer->hand(xfer); in fw_xfer_done()
1319 xfer->hand = fw_asy_callback_free; in fw_phy_config()
2150 rb->xfer->hand = fw_xfer_free; in fw_rcv()
[all …]
/haiku/src/bin/
H A Dspybmessage.cpp58 BHandler *hand = NULL; in bwin_filter() local
60 hand = *target; in bwin_filter()
65 hand?hand->Name():NULL, in bwin_filter()
/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) argument
/haiku/src/data/package_infos/generic/
H A Dhaiku_extras5 description "A delightfully hand-curated set of oddities and tidbits to enhance your usage of Haik…
/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
320 void (*hand) (struct fw_xfer *); member
/haiku/src/apps/drivesetup/
H A DTODO3 …they are really deleted. The indirection could be confusing. On the other hand, future support to …
/haiku/src/bin/bfs_tools/
H A DTODO18 - test the B+tree code with hand-corrupted trees
/haiku/docs/user/posix/
H A D_libroot.dox35 On the other hand, network socket functions (socket, connect, bind, accept, ...) are provided in
/haiku/docs/develop/net/
H A DHowTo-Synchronize_with_NetBSD.rst32 by hand, if they apply at all to Haiku’s code.
/haiku/docs/user/ppp/
H A DKernelPPPIntro.dox53 On the other hand, an interface without a device (no next layer after the interface)
/haiku/data/system/data/fortunes/
H A DNews56 …rs is absolutely true, except for that rare story of which you happen to have first-hand knowledge.
61 Details at ... uh, when the little hand is on the ....
132 the other hand, it might be something as simple & basically perverse as whatever instinct it is tha…
H A DSongs & Poems212 Between holding a hand and chaining a soul,
475 Nor shall my sword rest in my hand,
521 But his slow artistic hand, Without you, Dover,
533 hand...
938 Cold be hand and heart and bone,
945 till the dark lord lifts his hand
1689 Just so: my foe of course he was; Off-hand-like -- just as I --
1755 Let me take you by the hand
2058 When they hand a million grand out,
2059 I'll be standing with my hand out,
[all …]
H A DRiddles269 …ians take the Russians by the hand; the Russians take the Ukrainians by the hand; the Ukranians ta…
H A DLove302 …anners also believes that the sight of people strolling hand in hand or arm in arm or arm in hand
H A DPlatitudes12 A bird in the hand is worth two in the bush.
15 A bird in the hand is worth what it will bring.
17 A bird in the hand makes it awfully hard to blow your nose.
340 Be sure to evaluate the bird-hand/bush ratio.
/haiku/docs/user/support/
H A Dsupport_intro.dox30 - \b Memory \b Allocation. This class allows a programmer to hand off some of
/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
/haiku/docs/develop/build/rc/
H A Dnotes.rst28 The builtin types are added to the symbol table "by hand". You can see this near the bottom of
/haiku/src/add-ons/kernel/drivers/bus/firewire/
H A Dfw_raw.c513 xfer->hand = gFirewire->fw_xferwake; in fw_write_async()
796 xfer->hand = gFirewire->fw_xferwake; in fw_ioctl()
/haiku/docs/develop/release/
H A Dcookbook.rst88 * You now have the release images in hand! (RCX is secretly the release)
/haiku/src/kits/textencoding/
H A Dcharacter-sets421 Name: JIS_C6229-1984-hand [RFC1345,KXS2]
425 Alias: jp-ocr-hand
428 Name: JIS_C6229-1984-hand-add [RFC1345,KXS2]
432 Alias: jp-ocr-hand-add
/haiku/docs/user/translation/
H A DTranslator.dox200 hand to \a outType, it populates \a info with information about the input
/haiku/docs/develop/file_systems/
H A Dnode_monitoring.rst83 is a short-hand for the flags above.

123