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

12

/freebsd-11-stable/sys/modules/i2c/smb/
H A DMakefile1 # $FreeBSD: stable/11/sys/modules/i2c/smb/Makefile 319182 2017-05-30 04:11:12Z ngie $
4 KMOD = smb
6 smb.c
/freebsd-11-stable/lib/libsmb/
H A DMakefile7 .PATH: ${CONTRIBDIR}/lib/smb
9 LIB= smb
/freebsd-11-stable/sys/modules/i2c/
H A DMakefile23 smb \
/freebsd-11-stable/usr.bin/smbutil/
H A DMakefile6 LIBADD= smb
/freebsd-11-stable/contrib/smbfs/
H A DMakefile.inc18 CFLAGS += -L../lib/smb -L../lib/nb
20 LIBSMB = ../lib/smb/libsmb.a
23 .if !exists(${SYSDIR}/netsmb/smb.h)
H A DMakefile61 .if defined(COMPLETEBUILD) || (${BUILDKLD} == yes && !exists(${SYSDIR}/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/usr.sbin/mount_smbfs/
H A DMakefile11 LIBADD= smb
/freebsd-11-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 */
/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_agevar.h123 struct smb *age_smb_block;
134 #define AGE_SMB_BLOCK_SZ sizeof(struct 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...]
/freebsd-11-stable/contrib/smbfs/lib/smb/
H A DMakefile3 LIB= smb
/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/dev/ichwd/
H A Dichwd.c589 device_t isab, smb; local
598 smb = pci_find_dbsf(pci_get_domain(isab), pci_get_bus(isab), 31, 4);
599 if (smb == NULL)
601 if (pci_get_vendor(smb) != VENDORID_INTEL)
603 devid = pci_get_device(smb);
608 return (smb);
623 device_t ich, smb; local
632 smb = ichwd_find_smb_dev(parent, &id_p);
633 if (smb == NULL)
639 KASSERT(id_p->tco_version != 4 || smb !
752 device_t smb; local
[all...]
/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_alcvar.h69 #define ALC_SMB_SZ (sizeof(struct smb))
104 struct smb *alc_smb;
/freebsd-11-stable/sys/dev/ipmi/
H A Dipmi_smbus.c42 #include <dev/smbus/smb.h>
/freebsd-11-stable/sys/netsmb/
H A Dsmb_dev.h36 #include <netsmb/smb.h>
H A Dsmb_subr.c44 #include <netsmb/smb.h>
/freebsd-11-stable/sys/fs/smbfs/
H A Dsmbfs_subr.c38 #include <netsmb/smb.h>
/freebsd-11-stable/contrib/smbfs/include/netsmb/
H A Dsmb_lib.h38 #include <netsmb/smb.h>
/freebsd-11-stable/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.c53 #include <netsmb/smb.h>
/freebsd-11-stable/usr.sbin/tcpdump/tcpdump/
H A DMakefile144 print-smb.c \

Completed in 194 milliseconds

12