Home
last modified time | relevance | path

Searched refs:shares (Results 1 – 25 of 93) sorted by relevance

1234

/freebsd/sys/contrib/openzfs/lib/libshare/os/linux/
H A Dsmb.c84 smb_share_t *shares, *new_shares = NULL; in smb_retrieve_shares() local
170 shares = (smb_share_t *) in smb_retrieve_shares()
172 if (shares == NULL) { in smb_retrieve_shares()
177 (void) strlcpy(shares->name, name, in smb_retrieve_shares()
178 sizeof (shares->name)); in smb_retrieve_shares()
180 (void) strlcpy(shares->path, path, in smb_retrieve_shares()
181 sizeof (shares->path)); in smb_retrieve_shares()
184 sizeof (shares->comment)); in smb_retrieve_shares()
186 shares->guest_ok = atoi(guest_ok); in smb_retrieve_shares()
188 shares->next = new_shares; in smb_retrieve_shares()
[all …]
/freebsd/sys/contrib/openzfs/etc/systemd/system/
H A Dzfs-share.service.in2 Description=ZFS file system shares
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dfsl,imx7d-pinctrl.txt7 mux and pad control settings, it shares the input select register from main
38 a phandle for main iomuxc controller which shares the input select register for
/freebsd/sys/contrib/device-tree/src/arm64/qcom/
H A Dsdm636.dtsi22 /* Adreno 509 shares the frequency table with 512 */
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Dqcom-opp.txt17 associated with this OPP node. Sometimes several corners/levels shares
H A Dopp-v2-qcom-level.yaml30 this OPP node. Sometimes several corners/levels shares a certain fuse
/freebsd/sys/contrib/device-tree/Bindings/power/supply/
H A Daxp20x_usb_power.txt9 The AXP223 PMIC shares most of its behaviour with the AXP221 but has slight
H A Dx-powers,axp20x-usb-power-supply.yaml10 The AXP223 PMIC shares most of its behaviour with the AXP221 but has slight
/freebsd/contrib/file/magic/Magdir/
H A Dlua20 # 2.4 uses 0x23 as its version byte because it shares the format
/freebsd/sys/contrib/device-tree/Bindings/sound/
H A Dst,stm32-sai.txt34 If the SAI shares a master clock, with another SAI set as MCLK
37 Must also contain "MCLK", if SAI shares a master clock,
/freebsd/sys/contrib/device-tree/Bindings/misc/
H A Daspeed,cvic.txt8 inconvenient to create an interrupt tree for it as it somewhat shares
/freebsd/sys/contrib/device-tree/Bindings/iommu/
H A Drockchip,iommu.txt6 shares its clocks, power domain and irq.
H A Drockchip,iommu.yaml15 shares its clocks, power domain and irq.
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dmicrochip,mfps-rtc.yaml40 on the PolarFire SoC shares it's reference with MTIMER so this will
/freebsd/sys/contrib/device-tree/Bindings/pci/
H A Dhisilicon-pcie.txt4 It shares common functions with the PCIe DesignWare core driver and inherits
H A Dkirin-pcie.txt4 It shares common functions with the PCIe DesignWare core driver and
H A Dsocionext,uniphier-pcie.yaml11 PCI core. It shares common features with the PCIe DesignWare core and
H A Dsocionext,uniphier-pcie-ep.yaml11 PCI core. It shares common features with the PCIe DesignWare core and
H A Damlogic,meson-pcie.txt4 It shares common functions with the PCIe DesignWare core driver and
H A Dhisilicon-histb-pcie.txt4 It shares common functions with the DesignWare PCIe core driver and inherits
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Drenesas,rcar-rproc.yaml15 R-Car gen3 family may have a realtime processor, this processor shares peripheral
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Dst,spear3xx-shirq.txt15 interrupt controller shares config/control registers with other groups.
H A Dsamsung,exynos4210-combiner.txt15 interrupt controller module shares config/control registers with other
/freebsd/contrib/smbfs/
H A DINSTALL19 shares and unload an old module via 'kldunload smbfs' command.
/freebsd/sys/contrib/openzfs/lib/libzfs/
H A Dlibzfs_impl.h219 uint64_t shares; member

1234