| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | smb347-charger.c | 298 static int smb347_update_ps_status(struct smb347_charger *smb) in smb347_update_ps_status() argument 305 ret = regmap_read(smb->regmap, IRQSTAT_E, &val); in smb347_update_ps_status() 313 if (smb->use_mains) in smb347_update_ps_status() 315 if (smb->use_usb) in smb347_update_ps_status() 318 ret = smb->mains_online != dc || smb->usb_online != usb; in smb347_update_ps_status() 319 smb->mains_online = dc; in smb347_update_ps_status() 320 smb->usb_online = usb; in smb347_update_ps_status() 334 static bool smb347_is_ps_online(struct smb347_charger *smb) in smb347_is_ps_online() argument 336 return smb->usb_online || smb->mains_online; in smb347_is_ps_online() 346 static int smb347_charging_status(struct smb347_charger *smb) in smb347_charging_status() argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/autofs/autofs/ |
| H A D | no-bash.patch | 7 samples/auto.smb | 2 +- 20 diff --git a/samples/auto.smb b/samples/auto.smb 22 --- a/samples/auto.smb 23 +++ b/samples/auto.smb
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/curl/ |
| H A D | CVE-2022-43552.patch | 4 Subject: [PATCH] smb/telnet: do not free the protocol struct in *_done() 17 lib/smb.c | 14 ++------------ 21 diff --git a/lib/smb.c b/lib/smb.c 23 --- a/lib/smb.c 24 +++ b/lib/smb.c 60 - Curl_safefree(data->req.p.smb);
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/atheros/atlx/ |
| H A D | atl1.c | 1092 adapter->smb.dma = adapter->cmb.dma + sizeof(struct coals_msg_block); in atl1_setup_ring_resources() 1093 offset = (adapter->smb.dma & 0x7) ? (8 - (adapter->smb.dma & 0x7)) : 0; in atl1_setup_ring_resources() 1094 adapter->smb.dma += offset; in atl1_setup_ring_resources() 1095 adapter->smb.smb = (struct stats_msg_block *) in atl1_setup_ring_resources() 1237 adapter->smb.dma = 0; in atl1_free_ring_resources() 1238 adapter->smb.smb = NULL; in atl1_free_ring_resources() 1482 iowrite32((u32) (adapter->smb.dma & 0x00000000ffffffffULL), in atl1_configure() 1657 struct stats_msg_block *smb = adapter->smb.smb; in atl1_inc_smb() local 1659 u64 new_rx_errors = smb->rx_frag + in atl1_inc_smb() 1660 smb->rx_fcs_err + in atl1_inc_smb() [all …]
|
| H A D | atl1.h | 641 struct stats_msg_block *smb; member 786 struct atl1_smb smb; member
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | misc.c | 296 check_smb_hdr(struct smb_hdr *smb) in check_smb_hdr() argument 299 if (*(__le32 *) smb->Protocol != cpu_to_le32(0x424d53ff)) { in check_smb_hdr() 301 *(unsigned int *)smb->Protocol); in check_smb_hdr() 306 if (smb->Flags & SMBFLG_RESPONSE) in check_smb_hdr() 310 if (smb->Command == SMB_COM_LOCKING_ANDX) in check_smb_hdr() 314 get_mid(smb)); in check_smb_hdr() 321 struct smb_hdr *smb = (struct smb_hdr *)buf; in checkSMB() local 322 __u32 rfclen = be32_to_cpu(smb->smb_buf_length); in checkSMB() 330 && (smb->Status.CifsError != 0)) { in checkSMB() 332 smb->WordCount = 0; in checkSMB() [all …]
|
| H A D | netmisc.c | 813 struct smb_hdr *smb = (struct smb_hdr *)buf; in map_smb_to_linux_error() local 822 if (smb->Status.CifsError == 0) in map_smb_to_linux_error() 825 if (smb->Flags2 & SMBFLG2_ERR_STATUS) { in map_smb_to_linux_error() 828 __u32 err = le32_to_cpu(smb->Status.CifsError); in map_smb_to_linux_error() 835 smberrclass = smb->Status.DosError.ErrorClass; in map_smb_to_linux_error() 836 smberrcode = le16_to_cpu(smb->Status.DosError.Error); in map_smb_to_linux_error() 876 le32_to_cpu(smb->Status.CifsError), rc); in map_smb_to_linux_error() 888 struct smb_hdr *smb = (struct smb_hdr *)mid->resp_buf; in map_and_check_smb_error() local 890 rc = map_smb_to_linux_error((char *)smb, logErr); in map_and_check_smb_error() 891 if (rc == -EACCES && !(smb->Flags2 & SMBFLG2_ERR_STATUS)) { in map_and_check_smb_error() [all …]
|
| H A D | cifssmb.c | 761 ECHO_REQ *smb; in CIFSSMBEcho() local 769 rc = small_smb_init(SMB_COM_ECHO, 0, NULL, (void **)&smb); in CIFSSMBEcho() 774 smb->hdr.Flags2 |= SMBFLG2_UNICODE; in CIFSSMBEcho() 777 smb->hdr.Tid = 0xffff; in CIFSSMBEcho() 778 smb->hdr.WordCount = 1; in CIFSSMBEcho() 779 put_unaligned_le16(1, &smb->EchoCount); in CIFSSMBEcho() 780 put_bcc(1, &smb->hdr); in CIFSSMBEcho() 781 smb->Data[0] = 'a'; in CIFSSMBEcho() 782 inc_rfc1001_len(smb, 3); in CIFSSMBEcho() 785 iov[0].iov_base = smb; in CIFSSMBEcho() [all …]
|
| H A D | cifs_debug.c | 38 struct smb_hdr *smb = (struct smb_hdr *)buf; in cifs_dump_detail() local 41 smb->Command, smb->Status.CifsError, in cifs_dump_detail() 42 smb->Flags, smb->Flags2, smb->Mid, smb->Pid); in cifs_dump_detail() 43 cifs_dbg(VFS, "smb buf %p len %u\n", smb, in cifs_dump_detail() 44 server->ops->calc_smb_size(smb, server)); in cifs_dump_detail()
|
| H A D | cifsglob.h | 873 get_mid(const struct smb_hdr *smb) in get_mid() argument 875 return le16_to_cpu(smb->Mid); in get_mid() 879 compare_mid(__u16 mid, const struct smb_hdr *smb) in compare_mid() argument 881 return mid == le16_to_cpu(smb->Mid); in compare_mid()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/tcpdump/ |
| H A D | tcpdump_4.99.1.bb | 42 PACKAGECONFIG[smb] = "--enable-smb,--disable-smb"
|
| /OK3568_Linux_fs/buildroot/package/tcpdump/ |
| H A D | tcpdump.mk | 19 $(if $(BR2_PACKAGE_TCPDUMP_SMB),--enable-smb,--disable-smb)
|
| H A D | Config.in | 12 bool "smb dump support"
|
| /OK3568_Linux_fs/kernel/Documentation/filesystems/cifs/ |
| H A D | cifsroot.rst | 39 settings in Samba smb.conf:: 76 Export root file system as a Samba share in smb.conf file:: 93 Restart smb service:: 95 # systemctl restart smb
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mc/ |
| H A D | mc_4.8.27.bb | 25 # Both Samba (smb) and sftp require package delivered from meta-openembedded 28 PACKAGECONFIG[smb] = "--enable-vfs-smb,--disable-vfs-smb,samba,"
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-webadmin/webmin/files/ |
| H A D | samba-config-fix.patch | 16 -smb_conf=/usr/local/samba/lib/smb.conf 19 +smb_conf=/etc/samba/smb.conf
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/ |
| H A D | samba_4.14.14.bb | 16 file://smb.conf \ 62 SYSTEMD_SERVICE:${PN}-base = "nmb.service smb.service" 169 -e 's,/opt/samba/smb.conf,${sysconfdir}/samba/smb.conf,g' \ 177 install -m644 ${WORKDIR}/smb.conf ${D}${sysconfdir}/samba/smb.conf 250 ${systemd_system_unitdir}/smb.service"
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/cifs/ |
| H A D | authors.rst | 11 Andrew Tridgell (Samba team) for his early suggestions about smb/cifs VFS 18 Dave Boutcher of IBM Rochester (author of the OS/400 smb/cifs filesystem client) 19 for proving years ago that very good smb/cifs clients could be done on Unix-like
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/curl/ |
| H A D | curl_7.82.0.bb | 82 PACKAGECONFIG[smb] = "--enable-smb,--disable-smb,"
|
| /OK3568_Linux_fs/buildroot/package/libcurl/ |
| H A D | libcurl.mk | 155 --enable-smb \ 166 --disable-smb \
|
| /OK3568_Linux_fs/buildroot/package/samba4/ |
| H A D | S91smb | 3 [ -f /etc/samba/smb.conf ] || exit 0
|
| /OK3568_Linux_fs/buildroot/package/cifs-utils/ |
| H A D | Config.in | 26 Install the smb tools smbinfo and smb2-quota (python
|
| /OK3568_Linux_fs/u-boot/arch/arm/include/asm/arch-armada100/ |
| H A D | cpu.h | 74 u32 smb; /* 0x0C8 */ member
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/ |
| H A D | smb.conf | 151 ; include = /home/samba/etc/smb.conf.%m
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | mps2-an399.dts | 67 smb {
|