Searched refs:smbw_fd (Results 1 - 5 of 5) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/examples/libsmbclient/smbwrapper/
H A Dsmbw.c209 int smbw_fd(int smbw_fd) argument
213 return (smbw_fd >= 0 &&
214 smbw_fd < __FD_SETSIZE &&
215 smbw_fd_map[smbw_fd] >= SMBC_BASE_FD); /* minimum smbc_ fd */
374 int smbw_fd; local
384 smbw_fd = (smbw_libc.open)(SMBW_DUMMY, O_WRONLY, 0200);
385 if (smbw_fd == -1) {
398 (* smbw_libc.close)(smbw_fd);
402 smbw_fd_map[smbw_fd]
414 smbw_pread(int smbw_fd, void *buf, size_t count, SMBW_OFF_T ofs) argument
445 smbw_read(int smbw_fd, void *buf, size_t count) argument
459 smbw_write(int smbw_fd, void *buf, size_t count) argument
471 smbw_pwrite(int smbw_fd, void *buf, size_t count, SMBW_OFF_T ofs) argument
502 smbw_close(int smbw_fd) argument
521 smbw_fcntl(int smbw_fd, int cmd, long arg) argument
647 smbw_lseek(int smbw_fd, SMBW_OFF_T offset, int whence) argument
670 smbw_dup(int smbw_fd) argument
688 smbw_dup2(int smbw_fd, int fd2) argument
793 smbw_fsetxattr(int smbw_fd, const char *name, const void *value, size_t size, int flags) argument
843 smbw_fgetxattr(int smbw_fd, const char *name, const void *value, size_t size) argument
887 smbw_fremovexattr(int smbw_fd, const char *name) argument
921 smbw_flistxattr(int smbw_fd, char *list, size_t size) argument
[all...]
H A Dsmbw.h69 int smbw_fd(int fd);
89 SMBW_OFF_T smbw_lseek(int smbw_fd, SMBW_OFF_T offset, int whence);
124 int smbw_fsetxattr(int smbw_fd,
137 int smbw_fgetxattr(int smbw_fd,
145 int smbw_fremovexattr(int smbw_fd,
153 int smbw_flistxattr(int smbw_fd,
H A Dwrapper.c425 if (smbw_fd(fd)) {
434 if (smbw_fd(fd)) {
443 if (smbw_fd(fd)) {
493 if (smbw_fd(fd)) {
523 if (smbw_fd(fd))
539 if (smbw_fd(fd)) {
548 if (smbw_fd(fd)) {
617 if (smbw_fd(fd)) {
628 if (smbw_fd(fd)) {
639 if (smbw_fd(f
[all...]
H A Dwrapper.h159 int (* fsetxattr)(int smbw_fd,
172 int (* fgetxattr)(int smbw_fd,
180 int (* fremovexattr)(int smbw_fd,
188 int (* flistxattr)(int smbw_fd,
H A Dsmbw_dir.c214 if (! smbw_fd(fd_smbw)) {

Completed in 63 milliseconds