Searched refs:smb (Results 1 - 25 of 50) sorted by path

12

/freebsd-11-stable/contrib/smbfs/
H A DMakefile61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/netsmb/smb.h))
H A DMakefile.inc18 CFLAGS += -L../lib/smb -L../lib/nb
20 LIBSMB = ../lib/smb/libsmb.a
23 .if !exists(${SYSDIR}/netsmb/smb.h)
/freebsd-11-stable/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h38 #include <netsmb/smb.h>
/freebsd-11-stable/contrib/smbfs/lib/
H A DMakefile16 SUBDIR+= smb
H A DMakefile.inc7 .if !exists(${SYSDIR}/netsmb/smb.h)
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A DMakefile3 LIB= smb
/freebsd-11-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c53 #include <netsmb/smb.h>
/freebsd-11-stable/lib/libsmb/
H A DMakefile7 .PATH: ${CONTRIBDIR}/lib/smb
9 LIB= smb
/freebsd-11-stable/sys/dev/age/
H A Dif_age.c2019 struct smb *smb; local
2030 smb = sc->age_rdata.age_smb_block;
2031 if (smb->updated == 0)
2036 stat->rx_frames += smb->rx_frames;
2037 stat->rx_bcast_frames += smb->rx_bcast_frames;
2038 stat->rx_mcast_frames += smb->rx_mcast_frames;
2039 stat->rx_pause_frames += smb->rx_pause_frames;
2040 stat->rx_control_frames += smb->rx_control_frames;
2041 stat->rx_crcerrs += smb
[all...]
H A Dif_agereg.h490 struct smb { struct
H A Dif_agevar.h123 struct smb *age_smb_block;
134 #define AGE_SMB_BLOCK_SZ sizeof(struct smb)
/freebsd-11-stable/sys/dev/alc/
H A Dif_alc.c3172 struct smb sb, *smb; local
3180 smb = sc->alc_rdata.alc_smb;
3182 smb->updated = 0;
3205 struct smb sb, *smb; local
3218 smb = sc->alc_rdata.alc_smb;
3219 if (smb->updated == 0)
3222 smb = &sb;
3238 stat->rx_frames += smb
[all...]
H A Dif_alcreg.h1123 struct smb { struct
H A Dif_alcvar.h69 #define ALC_SMB_SZ (sizeof(struct smb))
104 struct smb *alc_smb;
/freebsd-11-stable/sys/dev/ale/
H A Dif_ale.c2111 struct smb sb;
2130 struct smb sb, *smb; local
2139 smb = &sb;
2153 stat->rx_frames += smb->rx_frames;
2154 stat->rx_bcast_frames += smb->rx_bcast_frames;
2155 stat->rx_mcast_frames += smb->rx_mcast_frames;
2156 stat->rx_pause_frames += smb->rx_pause_frames;
2157 stat->rx_control_frames += smb->rx_control_frames;
2158 stat->rx_crcerrs += smb
[all...]
H A Dif_alereg.h562 struct smb { struct
/freebsd-11-stable/sys/dev/ichsmb/
H A Dichsmb.c117 if ((sc->smb = device_add_child(dev, DRIVER_SMBUS, -1)) == NULL) {
692 device_delete_child(dev, sc->smb);
H A Dichsmb_var.h51 device_t smb; /* smb device */ member in struct:ichsmb_softc
60 int smb_error; /* result of smb command */
/freebsd-11-stable/sys/dev/iicbus/
H A Diicsmb.c35 * smb bttv
60 #include <dev/smbus/smb.h>
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_smbus.c42 #include <dev/smbus/smb.h>
H A Dipmi_ssif.c41 #include <dev/smbus/smb.h>
/freebsd-11-stable/sys/dev/smbus/
H A Dsmb.c26 * $FreeBSD: stable/11/sys/dev/smbus/smb.c 324624 2017-10-15 10:59:31Z kib $
40 #include <dev/smbus/smb.h>
74 "smb",
85 .d_name = "smb",
92 if (device_find_child(parent, "smb", -1) == NULL)
93 BUS_ADD_CHILD(parent, 0, "smb", -1);
123 error = make_dev_s(&mda, &sc->sc_devnode, "smb%d", mda.mda_unit);
279 DRIVER_MODULE(smb, smbus, smb_driver, smb_devclass, 0, 0);
280 MODULE_DEPEND(smb, smbus, SMBUS_MINVER, SMBUS_PREFVER, SMBUS_MAXVER);
281 MODULE_VERSION(smb,
[all...]
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_node.c43 #include <netsmb/smb.h>
H A Dsmbfs_smb.c43 #include <netsmb/smb.h>
H A Dsmbfs_subr.c38 #include <netsmb/smb.h>

Completed in 206 milliseconds

12