Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 25 of 57) sorted by relevance

123

/haiku/src/libs/compat/freebsd_network/
H A Dfbsd_subr_sbuf.c103 _assert_sbuf_integrity(const char *fun, struct sbuf *s) in _assert_sbuf_integrity() argument
107 ("%s called with a NULL sbuf pointer", fun)); in _assert_sbuf_integrity()
109 ("%s called with uninitialized or corrupt sbuf", fun)); in _assert_sbuf_integrity()
122 _assert_sbuf_state(const char *fun, struct sbuf *s, int state) in _assert_sbuf_state() argument
126 ("%s called with %sfinished or corrupt sbuf", fun, in _assert_sbuf_state()
/haiku/src/tests/servers/app/
H A DNOTES20 Have fun!
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfwohci.cpp253 uint32_t fun; in fwphy_wrdata() local
258 fun = (PHYDEV_WRCMD | (addr << PHYDEV_REGADDR) | (data << PHYDEV_WRDATA)); in fwphy_wrdata()
259 OWRITE(sc, OHCI_PHYACCESS, fun); in fwphy_wrdata()
295 uint32_t fun, stat; in fwphy_rddata() local
302 fun = PHYDEV_RDCMD | (addr << PHYDEV_REGADDR); in fwphy_rddata()
303 OWRITE(sc, OHCI_PHYACCESS, fun); in fwphy_rddata()
305 fun = OREAD(sc, OHCI_PHYACCESS); in fwphy_rddata()
306 if ((fun & PHYDEV_RDCMD) == 0 && (fun & PHYDEV_RDDONE) != 0) in fwphy_rddata()
321 ((fun >> PHYDEV_REGADDR) & 0xf) != addr) { in fwphy_rddata()
333 return((fun >> PHYDEV_RDDATA )& 0xff); in fwphy_rddata()
[all …]
/haiku/src/kits/screensaver/
H A DREADME31 This is a ScreenSaver addon we wrote for fun. It will be installed in
/haiku/data/catalogs/tools/translation/inspector/
H A Dpt.catkeys11 Save feature not implemented yet. ImageWindow A função de guardar ainda não foi implementada.
/haiku/src/system/libnetwork/netresolv/resolv/
H A Dres_send.c1009 static const char *fun = "poll"; in send_dg() local
1011 static const char *fun = "kevent"; in send_dg()
1013 static const char *fun = "select"; in send_dg()
1018 Perror(statp, stderr, fun, errno); in send_dg()
/haiku/data/catalogs/apps/processcontroller/
H A Dfr.catkeys4 That's no Fun! ProcessController C’est pas fun !
/haiku/data/catalogs/apps/installer/
H A Dhr.catkeys22 Have fun and thanks for trying out Haiku! InstallerApp Uživajte i hvala Vam što isprobavate Haiku!
H A Dth.catkeys30 Have fun and thanks for trying out Haiku! InstallerApp ขอให้สนุกและขอบคุณสำหรับการลองใช้ Haiku!
H A Did.catkeys30 Have fun and thanks for trying out Haiku! InstallerApp Bersenang-senanglah dan terima kasih telah …
H A Del.catkeys44 Have fun and thanks for trying out Haiku! InstallerApp Καλή διασκέδαση και σας ευχαριστούμε που επ…
H A Dja.catkeys44 Have fun and thanks for trying out Haiku! InstallerApp Haikuを試用していただきありがとうございます。Haikuを堪能してください!
H A Dzh_Hans.catkeys44 Have fun and thanks for trying out Haiku! InstallerApp 祝您使用愉快,感谢尝试使用 Haiku!
H A Dru.catkeys44 Have fun and thanks for trying out Haiku! InstallerApp Надеемся, Вам будет интересно и спасибо, чт…
H A Duk.catkeys44 Have fun and thanks for trying out Haiku! InstallerApp Дякуємо за те, що вибрали систему Haiku! От…
H A Deo.catkeys33 Have fun and thanks for trying out Haiku! InstallerApp Amuziĝu, kaj dankon pro provi Haiku-on!
H A Dko.catkeys44 Have fun and thanks for trying out Haiku! InstallerApp 즐거운 시간 보내시고 Haiku를 체험 해주셔서 고맙습니다!
/haiku/docs/develop/kernel/arch/arm/
H A Dallwinner_a10.rst28 Not so fun layout here. The A10 boot ROM reads raw blocks from the SD
H A Doverview.rst114 Even if poking around in the kernel debugger is fun, users will want to run real applications somed…
/haiku/src/bin/unzip/
H A Dfunzip.txt72 When piping an encrypted file into more and allowing fun-
/haiku/docs/develop/busses/usb/
H A DUSB_stack_design.rst4 …'m persueing. In order to define this direction more, and share you in the fun, I have written thi…
/haiku/docs/develop/release/
H A Dcookbook.rst29 * Plan for release logo used in installer (always fun, lots of bikeshed)
/haiku/src/tests/kits/interface/bshelf/ShelfInspector/
H A Dreadme.txt87 That's it for this installment. Have fun programming the BeOS!
/haiku/data/catalogs/preferences/keymap/
H A Dpt.catkeys94 Warning: left and right key roles do not match Modifier keys window Atenção: as funções das teclas…
/haiku/data/system/data/fortunes/
H A DOS Fortunes10 …help my fellow hacker....I could have made money this way, and perhaps had fun programming (if I c…

123