Searched refs:fd_smbw (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw_dir.c40 int smbw_getdents(unsigned int fd_smbw, argument
45 int fd_client = smbw_fd_map[fd_smbw];
208 int smbw_fchdir(int fd_smbw) argument
214 if (! smbw_fd(fd_smbw)) {
215 ret = (* smbw_libc.fchdir)(fd_smbw);
230 int fd_smbw; local
241 fd_smbw = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
242 if (fd_smbw == -1) {
251 (* smbw_libc.close)(fd_smbw);
255 smbw_fd_map[fd_smbw]
266 int fd_smbw; local
325 int fd_smbw = (int *) dirp - smbw_fd_map; local
341 int fd_smbw = (int *) dirp - smbw_fd_map; local
352 int fd_smbw = (int *) dirp - smbw_fd_map; local
[all...]
H A Dsmbw_stat.c46 int smbw_fstat(int fd_smbw, struct SMBW_stat *st) argument
48 int fd_client = smbw_fd_map[fd_smbw];

Completed in 95 milliseconds