Searched refs:smb_share_t (Results 1 – 2 of 2) sorted by relevance
66 static smb_share_t *smb_shares;84 smb_share_t *shares, *new_shares = NULL; in smb_retrieve_shares()170 shares = (smb_share_t *) in smb_retrieve_shares()171 malloc(sizeof (smb_share_t)); in smb_retrieve_shares()331 for (const smb_share_t *i = smb_shares; i != NULL; i = i->next) in smb_disable_share()363 for (const smb_share_t *i = smb_shares; i != NULL; i = i->next) in smb_is_share_active()
45 } smb_share_t; typedef