Lines Matching defs:share
235 smb_share_t *share;
266 share = &item->nsi_un.nsi_share;
267 smb_share_free(share);
293 smb_share_t *share;
333 share = &items->nsi_un.nsi_share;
334 rc = smb_share_decode(share, data, len, &nbytes);
398 * Lookup a share.
400 * If the share-info pointer is non-null, the share data is returned in si.
402 * If the share-info is null, the share is still looked up and the result
403 * indicates whether or not a share with the specified name exists.