Searched refs:smb_dev (Results 1 – 8 of 8) sorted by relevance
104 static struct smb_dev *107 struct smb_dev *sdp; in smbdev_alloc()109 sdp = malloc(sizeof(struct smb_dev), M_NSMBDEV, M_WAITOK | M_ZERO); in smbdev_alloc()120 struct smb_dev *dev; in sdp_dtor()122 dev = (struct smb_dev *)arg; in sdp_dtor()131 struct smb_dev *sdp; in nsmb_dev_open()144 sdp_trydestroy(struct smb_dev *sdp) in sdp_trydestroy()177 struct smb_dev *sdp; in nsmb_dev_ioctl()379 struct smb_share **sspp, struct smb_dev **ssdp) in smb_dev2share()382 struct smb_dev *sdp; in smb_dev2share()
159 struct smb_dev { struct180 void sdp_trydestroy(struct smb_dev *dev); argument196 struct smb_share **sspp, struct smb_dev **ssdp);
257 device_t smb_dev; in amdsbwd_identify() local268 smb_dev = pci_find_bsf(0, 20, 0); in amdsbwd_identify()269 if (smb_dev == NULL) in amdsbwd_identify()271 if (pci_get_devid(smb_dev) != AMDSB_SMBUS_DEVID && in amdsbwd_identify()272 pci_get_devid(smb_dev) != AMDFCH_SMBUS_DEVID && in amdsbwd_identify()273 pci_get_devid(smb_dev) != AMDCZ_SMBUS_DEVID && in amdsbwd_identify()274 pci_get_devid(smb_dev) != HYGONCZ_SMBUS_DEVID) in amdsbwd_identify()429 device_t smb_dev; in amdsbwd_probe() local454 smb_dev = pci_find_bsf(0, 20, 0); in amdsbwd_probe()456 devid = pci_get_devid(smb_dev); in amdsbwd_probe()[all …]
16 smb_conn.c smb_dev.c smb_trantcp.c smb_smb.c smb_subr.c smb_rq.c \
79 struct smb_dev * sm_dev;
139 struct smb_dev *dev; in smbfs_mount()265 struct smb_dev *dev; in smbfs_unmount()
863 /* Entries from file: netsmb/smb_dev.h */
4562 netsmb/smb_dev.c optional netsmb