tag | line | file | source code |
dword | 163 | drivers/net/3c505.h | dword timetag; |
dword | 175 | drivers/net/3c505.h | dword tot_recv, |
dword | 74 | fs/smbfs/proc.c | smb_decode_dword(byte *p, dword *data) |
dword | 77 | fs/smbfs/proc.c | *data = *((dword *)p); |
dword | 79 | fs/smbfs/proc.c | *data = (dword)p[0] | p[1] << 8 | p[2] << 16 | p[3] << 24; |
dword | 85 | fs/smbfs/proc.c | smb_encode_smb_length(byte *p, dword len) |
dword | 245 | fs/smbfs/proc.c | dword |
dword | 492 | fs/smbfs/proc.c | dword xmit_len = SMB_HEADER_LEN + wct * sizeof(word) + bcc + 2; |
dword | 826 | fs/smbfs/proc.c | smb_proc_trunc(struct smb_server *server, word fid, dword length) |
dword | 38 | include/linux/smb.h | #define DVAL(p,off) (*((dword *)(((void *)p)+off))) |
dword | 41 | include/linux/smb.h | #define DSET(p,off,new) (*((dword *)(((void *)p)+off))=(new)) |
dword | 126 | include/linux/smb_fs.h | dword smb_len(unsigned char *packet); |
dword | 158 | include/linux/smb_fs.h | int smb_proc_trunc(struct smb_server *server, word fid, dword length); |
dword | 53 | include/linux/smb_fs_sb.h | dword sesskey; |