Searched refs:_fd (Results 1 - 6 of 6) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dflock_test.cpp21 try_to_lock(void *_fd) argument
23 intptr_t fd = (intptr_t)_fd;
/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ah_regdomain/
H A Dah_rd_domains.h41 #define BM4(_fa, _fb, _fc, _fd) \
42 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd), \
43 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) }
44 #define BM5(_fa, _fb, _fc, _fd, _fe) \
45 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe), \
46 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) }
47 #define BM6(_fa, _fb, _fc, _fd, _fe, _ff) \
48 { W0(_fa) | W0(_fb) | W0(_fc) | W0(_fd) | W0(_fe) | W0(_ff), \
49 W1(_fa) | W1(_fb) | W1(_fc) | W1(_fd) | W1(_fe) | W1(_ff) }
50 #define BM7(_fa, _fb, _fc, _fd, _f
[all...]
/haiku/headers/compatibility/bsd/
H A Dlibutil.h83 int login_tty(int _fd);
/haiku/src/tools/vmdkimage/
H A Dvmdkimage.cpp23 #define pread(_fd, _buf, _count, _pos) read_pos(_fd, _pos, _buf, _count)
/haiku/src/tools/fs_shell/
H A Dblock_cache.cpp471 block_cache::block_cache(int _fd, fssh_off_t numBlocks, fssh_size_t blockSize, argument
475 fd(_fd),
/haiku/src/system/kernel/cache/
H A Dblock_cache.cpp1397 block_cache::block_cache(int _fd, off_t numBlocks, size_t blockSize, argument
1401 fd(_fd),

Completed in 110 milliseconds