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

12

/freebsd-10-stable/sys/modules/i2c/smb/
H A DMakefile4 KMOD = smb
6 smb.c
/freebsd-10-stable/sys/modules/i2c/
H A DMakefile4 SUBDIR += controllers if_ic smbus iicbus iicbb iicsmb iic smb jedec_ts
/freebsd-10-stable/lib/libsmb/
H A DMakefile6 .PATH: ${CONTRIBDIR}/lib/smb
8 LIB= smb
/freebsd-10-stable/contrib/smbfs/lib/
H A DMakefile16 SUBDIR+= smb
/freebsd-10-stable/sys/dev/ichsmb/
H A Dichsmb_var.h51 device_t smb; /* smb device */ member in struct:ichsmb_softc
60 int smb_error; /* result of smb command */
H A Dichsmb.c117 if ((sc->smb = device_add_child(dev, DRIVER_SMBUS, -1)) == NULL) {
692 device_delete_child(dev, sc->smb);
/freebsd-10-stable/sys/dev/age/
H A Dif_age.c2024 struct smb *smb; local
2035 smb = sc->age_rdata.age_smb_block;
2036 if (smb->updated == 0)
2041 stat->rx_frames += smb->rx_frames;
2042 stat->rx_bcast_frames += smb->rx_bcast_frames;
2043 stat->rx_mcast_frames += smb->rx_mcast_frames;
2044 stat->rx_pause_frames += smb->rx_pause_frames;
2045 stat->rx_control_frames += smb->rx_control_frames;
2046 stat->rx_crcerrs += smb
[all...]
H A Dif_agevar.h123 struct smb *age_smb_block;
134 #define AGE_SMB_BLOCK_SZ sizeof(struct smb)
/freebsd-10-stable/sys/dev/ale/
H A Dif_ale.c2114 struct smb sb;
2133 struct smb sb, *smb; local
2142 smb = &sb;
2156 stat->rx_frames += smb->rx_frames;
2157 stat->rx_bcast_frames += smb->rx_bcast_frames;
2158 stat->rx_mcast_frames += smb->rx_mcast_frames;
2159 stat->rx_pause_frames += smb->rx_pause_frames;
2160 stat->rx_control_frames += smb->rx_control_frames;
2161 stat->rx_crcerrs += smb
[all...]
/freebsd-10-stable/contrib/smbfs/lib/smb/
H A DMakefile3 LIB= smb
/freebsd-10-stable/sys/dev/smbus/
H A Dsmb.c44 #include <dev/smbus/smb.h>
78 "smb",
93 .d_name = "smb",
100 if (device_find_child(parent, "smb", -1) == NULL)
101 BUS_ADD_CHILD(parent, 0, "smb", -1);
119 UID_ROOT, GID_WHEEL, 0600, "smb%d", device_get_unit(dev));
291 DRIVER_MODULE(smb, smbus, smb_driver, smb_devclass, 0, 0);
292 MODULE_DEPEND(smb, smbus, SMBUS_MINVER, SMBUS_PREFVER, SMBUS_MAXVER);
293 MODULE_VERSION(smb, 1);
/freebsd-10-stable/sys/dev/alc/
H A Dif_alc.c3176 struct smb sb, *smb; local
3184 smb = sc->alc_rdata.alc_smb;
3186 smb->updated = 0;
3209 struct smb sb, *smb; local
3222 smb = sc->alc_rdata.alc_smb;
3223 if (smb->updated == 0)
3226 smb = &sb;
3242 stat->rx_frames += smb
[all...]
H A Dif_alcvar.h69 #define ALC_SMB_SZ (sizeof(struct smb))
104 struct smb *alc_smb;
/freebsd-10-stable/contrib/smbfs/
H A DMakefile61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))
/freebsd-10-stable/sys/dev/ipmi/
H A Dipmi_smbus.c42 #include <dev/smbus/smb.h>
/freebsd-10-stable/sys/fs/smbfs/
H A Dsmbfs_subr.c38 #include <netsmb/smb.h>
/freebsd-10-stable/sys/netsmb/
H A Dsmb_dev.h36 #include <netsmb/smb.h>
H A Dsmb_subr.c44 #include <netsmb/smb.h>
/freebsd-10-stable/sys/gnu/dts/arm/
H A Dvexpress-v2p-ca5s.dts193 smb {
H A Dvexpress-v2p-ca15-tc1.dts223 smb {
H A Dvexpress-v2p-ca9.dts300 smb {
/freebsd-10-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c53 #include <netsmb/smb.h>
/freebsd-10-stable/usr.sbin/smbmsg/
H A Dsmbmsg.c45 #include <dev/smbus/smb.h>
/freebsd-10-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile111 print-smb.c \
/freebsd-10-stable/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h38 #include <netsmb/smb.h>

Completed in 574 milliseconds

12