Searched refs:_buf (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/fs/adfs/ |
D | dir_f.c | 87 ({ int _buf = idx >> blocksize_bits; \ 88 int _off = idx - (_buf << blocksize_bits);\ 89 *(u8 *)(bh[_buf]->b_data + _off); \ 93 ({ int _buf = idx >> blocksize_bits; \ 94 int _off = idx - (_buf << blocksize_bits);\ 95 *(u32 *)(bh[_buf]->b_data + _off); \ 99 ({ int _buf = _idx >> blocksize_bits; \ 100 int _off = _idx - (_buf << blocksize_bits);\ 101 (u8 *)(_bh[_buf]->b_data + _off); \
|
/linux-2.4.37.9/drivers/usb/host/ |
D | ehci-dbg.c | 294 char _buf [80]; \ 295 dbg_status_buf (_buf, sizeof _buf, label, status); \ 296 ehci_dbg (ehci, "%s\n", _buf); \ 300 char _buf [80]; \ 301 dbg_command_buf (_buf, sizeof _buf, label, command); \ 302 ehci_dbg (ehci, "%s\n", _buf); \ 306 char _buf [80]; \ 307 dbg_port_buf (_buf, sizeof _buf, label, port, status); \ 308 ehci_dbg (ehci, "%s\n", _buf); \
|
/linux-2.4.37.9/net/bridge/ |
D | br_fdb.c | 200 unsigned char *_buf, in br_fdb_get_entries() argument 209 walk = (struct __fdb_entry *)_buf; in br_fdb_get_entries()
|
D | br_private.h | 135 unsigned char *_buf,
|