/freebsd/contrib/smbfs/mount_smbfs/ |
H A D | mount_smbfs.8 | 35 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 D | zfs_unshare_006_pos.ksh | 31 # Verify that 'zfs unshare [nfs|smb] -a' unshares only filesystems shared by the 39 # 5. Invoke 'zfs unshare smb -a' and verify only smb filesystems are unshared. 55 log_assert "Verify 'zfs unshare [nfs|smb] -a' only works on the specified" \ 84 # 5. Invoke 'zfs unshare smb -a' and verify only smb filesystems are unshared. 85 log_must zfs unshare smb -a 91 log_pass "'zfs unshare [nfs|smb] -a' only works on the specified protocol."
|
/freebsd/sys/contrib/openzfs/lib/libshare/os/freebsd/ |
H A D | smb.c | 31 * Enables SMB sharing for the specified share. 37 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_enable_share() 41 * Disables SMB sharing for the specified share. 47 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_disable_share() 52 * Checks whether the specified SMB share options are syntactically correct. 58 fputs("No SMB support in FreeBSD yet.\n", stderr); in smb_validate_shareopts()
|
/freebsd/contrib/smbfs/ |
H A D | README | 3 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 D | Makefile.inc | 18 CFLAGS += -L../lib/smb -L../lib/nb 20 LIBSMB = ../lib/smb/libsmb.a 23 .if !exists(${SYSDIR}/netsmb/smb.h)
|
/freebsd/share/man/man4/ |
H A D | smbus.4 | 39 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 D | smb.4 | 34 .Nm smb 37 .Cd "device smb" 40 .Em smb 44 To control SMB devices, use 45 .Pa /dev/smb?
|
H A D | alpm.4 | 33 .Cd device smb 44 .Xr smb 4 48 .Xr smb 4 ,
|
H A D | viapm.4 | 36 .Cd device smb 51 .Xr smb 4 58 .Xr smb 4 ,
|
H A D | amdpm.4 | 34 .Cd device smb 47 .Xr smb 4 53 .Xr smb 4 ,
|
/freebsd/sys/dev/age/ |
H A D | if_age.c | 956 "could not create SMB DMA tag.\n"); in age_dma_alloc() 1041 /* SMB block */ in age_dma_alloc() 1048 "could not allocate DMA'able memory for SMB block.\n"); in age_dma_alloc() 1057 "could not load DMA'able memory for SMB block.\n"); in age_dma_alloc() 1269 /* SMB block */ in age_dma_free() 2003 struct smb *smb; in age_stats_update() local 2014 smb = sc->age_rdata.age_smb_block; in age_stats_update() 2015 if (smb->updated == 0) in age_stats_update() 2020 stat->rx_frames += smb->rx_frames; in age_stats_update() 2021 stat->rx_bcast_frames += smb->rx_bcast_frames; in age_stats_update() [all …]
|
/freebsd/sys/dev/ale/ |
H A D | if_ale.c | 2089 struct smb sb; in ale_stats_clear() 2108 struct smb sb, *smb; in ale_stats_update() local 2117 smb = &sb; in ale_stats_update() 2131 stat->rx_frames += smb->rx_frames; in ale_stats_update() 2132 stat->rx_bcast_frames += smb->rx_bcast_frames; in ale_stats_update() 2133 stat->rx_mcast_frames += smb->rx_mcast_frames; in ale_stats_update() 2134 stat->rx_pause_frames += smb->rx_pause_frames; in ale_stats_update() 2135 stat->rx_control_frames += smb->rx_control_frames; in ale_stats_update() 2136 stat->rx_crcerrs += smb->rx_crcerrs; in ale_stats_update() 2137 stat->rx_lenerrs += smb->rx_lenerrs; in ale_stats_update() [all …]
|
/freebsd/sys/dev/imcsmb/ |
H A D | imcsmb_var.h | 58 * 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/smbus/ |
H A D | smb.c | 42 #include <dev/smbus/smb.h> 111 "smb", 122 .d_name = "smb", 129 if (device_find_child(parent, "smb", -1) == 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/dev/alc/ |
H A D | if_alc.c | 1467 * 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() 2098 "could not create SMB DMA tag.\n"); in alc_dma_alloc() 2186 /* Allocate DMA'able memory and load the DMA map for SMB. */ in alc_dma_alloc() 2193 "could not allocate DMA'able memory for SMB.\n"); in alc_dma_alloc() 2412 /* SMB block */ in alc_dma_free() 3198 struct smb sb, *smb; in alc_stats_clear() local 3206 smb = sc->alc_rdata.alc_smb; in alc_stats_clear() 3208 smb->updated = 0; in alc_stats_clear() 3231 struct smb sb, *smb; in alc_stats_update() local [all …]
|
/freebsd/sys/contrib/openzfs/lib/libshare/ |
H A D | Makefile.am | 15 %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 D | smb.c | 28 * This is an addition to the zfs device driver to add, modify and remove SMB 62 #include "smb.h" 71 * Retrieve the list of SMB shares. 272 * Enables SMB sharing for the specified share. 318 * Disables SMB sharing for the specified share. 339 * Checks whether the specified SMB share options are syntactically correct. 387 * Provides a convenient wrapper for determining SMB availability
|
/freebsd/lib/libsmb/ |
H A D | nsmb.conf | 20 # 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
|
H A D | Makefile | 7 .PATH: ${CONTRIBDIR}/lib/smb 9 LIB= smb
|
/freebsd/share/man/man5/ |
H A D | nsmb.conf.5 | 40 .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/contrib/smbfs/examples/ |
H A D | dot.nsmbrc | 24 # 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 D | smbutil.1 | 17 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 D | Makefile | 2 KMOD = smb 4 smb.c
|
/freebsd/sys/dev/ichsmb/ |
H A D | ichsmb_var.h | 49 device_t smb; /* smb device */ member 58 int smb_error; /* result of smb command */
|
/freebsd/sys/contrib/openzfs/etc/systemd/system/ |
H A D | zfs-share.service.in | 5 After=smb.service 10 PartOf=smb.service
|