Home
last modified time | relevance | path

Searched full:smb (Results 1 – 25 of 217) sorted by relevance

123456789

/freebsd/contrib/smbfs/mount_smbfs/
H A Dmount_smbfs.835 command mounts a share from a remote server using SMB/CIFS protocol.
74 How many retries should be done before the SMB requester decides to drop
107 Note that these permissions can differ from the rights granted by SMB
129 For SMB over NetBIOS default value for
148 The following example illustrates how to connect to SMB server
157 mount_smbfs -I samba.mydomain.com //guest@samba/public /smb/public
158 mount_smbfs -I 192.168.20.3 -E koi8-r:cp866 //guest@samba/tmp /smb/tmp
165 .Dl "//guest@samba/public /smb/public smbfs rw,noauto,-N 0 0"
180 offers support for SMB/CIFS/SMB1.
186 The list of supported SMB servers includes:
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_unshare/
H A Dzfs_unshare_006_pos.ksh32 # Verify that 'zfs unshare [nfs|smb] -a' unshares only filesystems shared by the
40 # 5. Invoke 'zfs unshare smb -a' and verify only smb filesystems are unshared.
56 log_assert "Verify 'zfs unshare [nfs|smb] -a' only works on the specified" \
85 # 5. Invoke 'zfs unshare smb -a' and verify only smb filesystems are unshared.
86 log_must zfs unshare smb -a
92 log_pass "'zfs unshare [nfs|smb] -a' only works on the specified protocol."
/freebsd/sys/contrib/openzfs/lib/libshare/os/freebsd/
H A Dsmb.c32 * Enables SMB sharing for the specified share.
38 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_enable_share()
42 * Disables SMB sharing for the specified share.
48 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_disable_share()
53 * Checks whether the specified SMB share options are syntactically correct.
59 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_validate_shareopts()
/freebsd/contrib/smbfs/
H A DREADME3 SMB/CIFS protocol and SMB/CIFS file system implementation
6 This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
7 It is a complete, kernel side implementation of SMB requester and filesystem.
20 Supported SMB servers:
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/sys/dev/age/
H A Dif_age.c951 "could not create SMB DMA tag.\n"); in age_dma_alloc()
1036 /* SMB block */ in age_dma_alloc()
1043 "could not allocate DMA'able memory for SMB block.\n"); in age_dma_alloc()
1052 "could not load DMA'able memory for SMB block.\n"); in age_dma_alloc()
1264 /* SMB block */ in age_dma_free()
1994 struct smb *smb; in age_stats_update() local
2005 smb = sc->age_rdata.age_smb_block; in age_stats_update()
2006 if (smb->updated == 0) in age_stats_update()
2011 stat->rx_frames += smb->rx_frames; in age_stats_update()
2012 stat->rx_bcast_frames += smb->rx_bcast_frames; in age_stats_update()
[all …]
/freebsd/share/man/man4/
H A Dsmbus.439 system for the implementation of drivers to control various SMB devices
40 and to utilize different SMB controllers (I2C, PIIX4, vm86...).
49 A system using SMB passes messages to and from devices instead of tripping
59 between the internal SMB devices and external ACCESS bus devices.
63 .Xr smb 4
H A Dsmb.434 .Nm smb
37 .Cd "device smb"
40 .Em smb
44 To control SMB devices, use
45 .Pa /dev/smb?
H A Dalpm.433 .Cd device smb
44 .Xr smb 4
48 .Xr smb 4 ,
H A Dviapm.436 .Cd device smb
51 .Xr smb 4
58 .Xr smb 4 ,
H A Damdpm.434 .Cd device smb
47 .Xr smb 4
53 .Xr smb 4 ,
/freebsd/sys/dev/ale/
H A Dif_ale.c2067 struct smb sb; in ale_stats_clear()
2086 struct smb sb, *smb; in ale_stats_update() local
2095 smb = &sb; in ale_stats_update()
2109 stat->rx_frames += smb->rx_frames; in ale_stats_update()
2110 stat->rx_bcast_frames += smb->rx_bcast_frames; in ale_stats_update()
2111 stat->rx_mcast_frames += smb->rx_mcast_frames; in ale_stats_update()
2112 stat->rx_pause_frames += smb->rx_pause_frames; in ale_stats_update()
2113 stat->rx_control_frames += smb->rx_control_frames; in ale_stats_update()
2114 stat->rx_crcerrs += smb->rx_crcerrs; in ale_stats_update()
2115 stat->rx_lenerrs += smb->rx_lenerrs; in ale_stats_update()
[all …]
/freebsd/release/packages/ucl/
H A Dsmbutils-all.ucl19 comment = "SMB network filesystem utilities"
24 Message Block (SMB) protocol, sometimes called CIFS.
26 This facility only supports SMB version 1, which is strongly deprecated
27 and not supported by most SMB servers.
/freebsd/sys/dev/imcsmb/
H A Dimcsmb_var.h58 * of iMC-SMB controllers.
79 * Each iMC-SMB has a separate set of registers. There is an array of these
81 * actual iMC-SMB as the IVAR.
90 * The softc for the device associated with a particular iMC-SMB controller.
92 * tells the iMC-SMB driver which set of registers to use via the IVAR. This
/freebsd/sys/dev/alc/
H A Dif_alc.c1467 * It seems that AR813x/AR815x has silicon bug for SMB. In in alc_attach()
1468 * addition, Atheros said that enabling SMB wouldn't improve in alc_attach()
2093 "could not create SMB DMA tag.\n"); in alc_dma_alloc()
2181 /* Allocate DMA'able memory and load the DMA map for SMB. */ in alc_dma_alloc()
2188 "could not allocate DMA'able memory for SMB.\n"); in alc_dma_alloc()
2407 /* SMB block */ in alc_dma_free()
3170 struct smb sb, *smb; in alc_stats_clear() local
3178 smb = sc->alc_rdata.alc_smb; in alc_stats_clear()
3180 smb->updated = 0; in alc_stats_clear()
3203 struct smb sb, *smb; in alc_stats_update() local
[all …]
/freebsd/sys/dev/smbus/
H A Dsmb.c42 #include <dev/smbus/smb.h>
111 "smb",
122 .d_name = "smb",
129 if (device_find_child(parent, "smb", DEVICE_UNIT_ANY) == NULL) in smb_identify()
130 BUS_ADD_CHILD(parent, 0, "smb", DEVICE_UNIT_ANY); in smb_identify()
160 error = make_dev_s(&mda, &sc->sc_devnode, "smb%d", mda.mda_unit); in smb_attach()
418 DRIVER_MODULE(smb, smbus, smb_driver, 0, 0);
419 MODULE_DEPEND(smb, smbus, SMBUS_MINVER, SMBUS_PREFVER, SMBUS_MAXVER);
420 MODULE_VERSION(smb, 1);
/freebsd/sys/contrib/openzfs/lib/libshare/
H A DMakefile.am15 %D%/smb.h
20 %D%/os/linux/smb.c
26 %D%/os/freebsd/smb.c
/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c29 * This is an addition to the zfs device driver to add, modify and remove SMB
63 #include "smb.h"
72 * Retrieve the list of SMB shares.
273 * Enables SMB sharing for the specified share.
319 * Disables SMB sharing for the specified share.
340 * Checks whether the specified SMB share options are syntactically correct.
388 * Provides a convenient wrapper for determining SMB availability
/freebsd/share/man/man5/
H A Dnsmb.conf.540 .Tn SMB
81 .Tn SMB
99 .It Va addr Ta "- + - -" Ta "IP address of SMB server"
106 .It Va timeout Ta "+ + - -" Ta "SMB request timeout"
/freebsd/lib/libsmb/
H A Dnsmb.conf20 # SMB library uses next forms of section names (please note that the section
31 # addr - + - - IP address of SMB server
38 # timeout + + - - SMB request timeout
/freebsd/contrib/smbfs/examples/
H A Ddot.nsmbrc24 # SMB library uses next forms of section names (please note that the section
35 # addr - + - - IP or IPX address of SMB server
42 # timeout + + - - SMB request timeout
/freebsd/contrib/smbfs/smbutil/
H A Dsmbutil.117 command is used to control SMB requester and issue various commands.
62 This command will create and authenticate connection to an SMB server, and
65 use other SMB commands without authentication procedure and additional
/freebsd/sys/modules/i2c/smb/
H A DMakefile2 KMOD = smb
4 smb.c
/freebsd/sys/dev/ichsmb/
H A Dichsmb_var.h49 device_t smb; /* smb device */ member
58 int smb_error; /* result of smb command */
/freebsd/sys/dev/ichwd/
H A Dichwd.c590 device_t isab, smb; in ichwd_find_smb_dev() local
599 smb = pci_find_dbsf(pci_get_domain(isab), pci_get_bus(isab), 31, 4); in ichwd_find_smb_dev()
600 if (smb == NULL) in ichwd_find_smb_dev()
602 if (pci_get_vendor(smb) != VENDORID_INTEL) in ichwd_find_smb_dev()
604 devid = pci_get_device(smb); in ichwd_find_smb_dev()
609 return (smb); in ichwd_find_smb_dev()
624 device_t ich, smb; in ichwd_identify() local
633 smb = ichwd_find_smb_dev(parent, &id_p); in ichwd_identify()
634 if (smb == NULL) in ichwd_identify()
640 KASSERT(id_p->tco_version != 4 || smb != NULL, in ichwd_identify()
[all …]

123456789