Searched defs:smb (Results 1 - 8 of 8) sorted by relevance
/illumos-gate/usr/src/uts/common/io/atge/ |
H A D | atge_l1.c | 455 atge_l1_smb_t *smb; local 463 smb = (atge_l1_smb_t *)dma->addr; 466 stat->rx_frames += smb->rx_frames; 467 stat->rx_bcast_frames += smb->rx_bcast_frames; 468 stat->rx_mcast_frames += smb->rx_mcast_frames; 469 stat->rx_pause_frames += smb->rx_pause_frames; 470 stat->rx_control_frames += smb->rx_control_frames; 471 stat->rx_crcerrs += smb->rx_crcerrs; 472 stat->rx_lenerrs += smb->rx_lenerrs; 473 stat->rx_bytes += smb [all...] |
H A D | atge_l1c.c | 531 atge_l1c_smb_t smb; local 539 reg = &smb.rx_frames; 540 while (reg++ <= &smb.rx_pkts_filtered) { 549 reg = &smb.tx_frames; 550 while (reg++ <= &smb.tx_mcast_bytes) { 562 atge_l1c_smb_t *smb; local 570 smb = (atge_l1c_smb_t *)dma->addr; 573 stat->rx_frames += smb->rx_frames; 574 stat->rx_bcast_frames += smb->rx_bcast_frames; 575 stat->rx_mcast_frames += smb [all...] |
H A D | atge_l1e.c | 669 atge_l1e_smb_t smb; local 677 reg = &smb.rx_frames; 678 while (reg++ <= &smb.rx_pkts_filtered) { 687 reg = &smb.tx_frames; 688 while (reg++ <= &smb.tx_mcast_bytes) { 698 atge_l1e_smb_t *smb; local 708 smb = &local_smb; 712 reg = &smb->rx_frames; 713 while (reg++ <= &smb->rx_pkts_filtered) { 720 reg = &smb [all...] |
H A D | atge_l1e_reg.h | 263 typedef struct smb { struct
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 539 * handle case of inherited share{nfs,smb}. Pulled out of sa_get_zfs_shares 749 boolean_t smb; local 819 smb = smb_inherited = B_FALSE; 827 smb = B_TRUE; 837 (nfs || smb || nfs_inherited || smb_inherited)) { 846 * If smb or nfs is set, we have a new sub-group. 851 if (nfs || smb) { 866 if (smb || smb_inherited) { 868 share, mountpoint, "smb", 900 share, mountpoint, "smb", [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_smb.c | 52 struct smb { struct 72 /* smb flags */ 75 /* smb flags2 */ 673 struct smb *smb; local 679 if (len < sizeof (struct smb)) 682 smb = (struct smb *)data; 683 decoder = &SMBtable[smb->com & 255]; 684 smb_flags2 = get2(smb 1348 struct smb *smb; local 1809 struct smb *smb; local [all...] |
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_kshare.c | 256 * created which means smb/service is ready for 832 nvlist_t *smb; local 846 rc |= nvlist_lookup_nvlist(share, "smb", &smb); 853 rc = nvlist_lookup_uint32(smb, "type", &tmp.shr_type); 860 (void) nvlist_lookup_string(smb, SHOPT_AD_CONTAINER, 862 (void) nvlist_lookup_string(smb, SHOPT_NONE, &tmp.shr_access_none); 863 (void) nvlist_lookup_string(smb, SHOPT_RO, &tmp.shr_access_ro); 864 (void) nvlist_lookup_string(smb, SHOPT_RW, &tmp.shr_access_rw); 866 tmp.shr_flags |= smb_kshare_decode_bool(smb, SHOPT_AB [all...] |
/illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
H A D | smb_share.c | 52 #include <smbsrv/smb.h> 1487 * Don't process groups on which the smb protocol is disabled. 1488 * The top level ZFS group won't have the smb protocol enabled 1807 * This is a no-op if the smb service is in Workgroup mode. 1846 * Publishing won't be activated if the smb service is running in 2376 nvlist_t *smb; local 2390 if ((rc = nvlist_alloc(&smb, NV_UNIQUE_NAME, 0)) != 0) { 2401 /* smb protocol properties */ 2402 rc = nvlist_add_string(smb, SHOPT_AD_CONTAINER, si->shr_container); 2404 rc |= nvlist_add_string(smb, SHOPT_NON [all...] |
Completed in 1788 milliseconds