Searched refs:smb (Results 1 - 25 of 33) sorted by relevance

12

/netbsd-6-1-5-RELEASE/sys/netsmb/
H A DMakefile5 INCS= iconv.h netbios.h smb.h smb_conn.h smb_dev.h
H A Dsmb_dev.h44 #include <netsmb/smb.h>
H A Dsmb_crypt.c53 #include <netsmb/smb.h>
H A Dsmb_subr.c56 #include <netsmb/smb.h>
H A Dsmb_dev.c65 #include <netsmb/smb.h>
H A Dsmb_usr.c53 #include <netsmb/smb.h>
H A Dsmb_iod.c49 #include <netsmb/smb.h>
689 * this here until smb has been made mpsafe.
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/
H A DMakefile16 SUBDIR+= smb
/netbsd-6-1-5-RELEASE/sys/dev/pci/
H A Dif_alc.c1516 struct smb sb, *smb; local
1524 smb = sc->alc_rdata.alc_smb;
1526 smb->updated = 0;
1550 struct smb sb, *smb; local
1559 smb = sc->alc_rdata.alc_smb;
1560 if (smb->updated == 0)
1563 smb = &sb;
1579 stat->rx_frames += smb
[all...]
H A Dif_age.c1977 struct smb *smb; local
1985 smb = sc->age_rdata.age_smb_block;
1986 if (smb->updated == 0)
1990 stat->rx_frames += smb->rx_frames;
1991 stat->rx_bcast_frames += smb->rx_bcast_frames;
1992 stat->rx_mcast_frames += smb->rx_mcast_frames;
1993 stat->rx_pause_frames += smb->rx_pause_frames;
1994 stat->rx_control_frames += smb->rx_control_frames;
1995 stat->rx_crcerrs += smb
[all...]
H A Dif_ale.c1167 struct smb sb;
1187 struct smb sb, *smb; local
1192 smb = &sb;
1206 stat->rx_frames += smb->rx_frames;
1207 stat->rx_bcast_frames += smb->rx_bcast_frames;
1208 stat->rx_mcast_frames += smb->rx_mcast_frames;
1209 stat->rx_pause_frames += smb->rx_pause_frames;
1210 stat->rx_control_frames += smb->rx_control_frames;
1211 stat->rx_crcerrs += smb
[all...]
H A Dif_agereg.h485 struct smb { struct
737 struct smb *age_smb_block;
749 #define AGE_SMB_BLOCK_SZ sizeof(struct smb)
H A Dif_alcreg.h805 struct smb { struct
1004 #define ALC_SMB_SZ (sizeof(struct smb))
1043 struct smb *alc_smb;
/netbsd-6-1-5-RELEASE/sbin/mount_smbfs/
H A DMakefile.inc11 .PATH: ${SMBDIST}/mount_smbfs ${SMBDIST}/lib/smb
/netbsd-6-1-5-RELEASE/dist/smbfs/lib/smb/
H A DMakefile3 LIB= smb
/netbsd-6-1-5-RELEASE/dist/smbfs/
H A DMakefile61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))
/netbsd-6-1-5-RELEASE/sys/fs/smbfs/
H A Dsmbfs_vfsops.c56 #include <netsmb/smb.h>
111 const struct sysctlnode *smb = NULL; local
124 sysctl_createv(&smbfs_sysctl_log, 0, NULL, &smb,
131 if (smb != NULL) {
132 sysctl_createv(&smbfs_sysctl_log, 0, &smb, NULL,
H A Dsmbfs_subr.c50 #include <netsmb/smb.h>
H A Dsmbfs_io.c76 #include <netsmb/smb.h>
H A Dsmbfs_kq.c57 #include <netsmb/smb.h>
H A Dsmbfs_node.c54 #include <netsmb/smb.h>
/netbsd-6-1-5-RELEASE/dist/smbfs/include/netsmb/
H A Dsmb_lib.h37 #include <netsmb/smb.h>
/netbsd-6-1-5-RELEASE/dist/smbfs/mount_smbfs/
H A Dmount_smbfs.c58 #include <netsmb/smb.h>
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/bin/
H A DMakefile34 print-sctp.c print-sl.c print-sll.c print-smb.c print-snmp.c \
52 #SRCS+= print-smb.c smbutil.c
/netbsd-6-1-5-RELEASE/external/bsd/tcpdump/dist/win32/prj/
H A DGNUmakefile128 ../../print-smb.o \

Completed in 284 milliseconds

12