HomeSort by relevance Sort by last modified time
    Searched defs:smb (Results 1 - 4 of 4) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/atge/
atge_l1e.c 724 atge_l1e_smb_t smb; local
732 reg = &smb.rx_frames;
733 while (reg++ <= &smb.rx_pkts_filtered) {
742 reg = &smb.tx_frames;
743 while (reg++ <= &smb.tx_mcast_bytes) {
753 atge_l1e_smb_t *smb; local
763 smb = &local_smb;
767 reg = &smb->rx_frames;
768 while (reg++ <= &smb->rx_pkts_filtered) {
775 reg = &smb->tx_frames
    [all...]
atge_l1e_reg.h 273 typedef struct smb { struct
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
snoop_smb.c 35 * [X/Open-SMB] : X/Open CAE Specification;
36 * Protocols for X/Open PC Interworking: SMB, Version 2
52 * SMB Format (header)
53 * [X/Open-SMB, Sec. 5.1]
55 struct smb { struct
56 uchar_t idf[4]; /* identifier, contains 0xff, 'SMB' */
77 /* smb flags */
89 * [X/Open-SMB, Sec. 16.1.7]
110 * SMB command codes (function names)
111 * [X/Open-SMB, Sec. 5.2
525 struct smb *smb; local
1059 struct smb *smb; local
1435 struct smb *smb; local
    [all...]
  /onnv/onnv-gate/usr/src/lib/libshare/common/
libshare_zfs.c 528 * handle case of inherited share{nfs,smb}. Pulled out of sa_get_zfs_shares
582 * SMB). We need to make sure that there is at
647 * least one resource exist (probably SMB). We need to
738 boolean_t smb; local
808 smb = smb_inherited = B_FALSE;
816 smb = B_TRUE;
826 (nfs || smb || nfs_inherited || smb_inherited)) {
835 * If smb or nfs is set, we have a new sub-group.
840 if (nfs || smb) {
855 if (smb || smb_inherited)
    [all...]

Completed in 260 milliseconds