Home
last modified time | relevance | path

Searched refs:SMBC_MODIFIED (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c442 smbclnt_proto_options[PROTO_OPT_SECTION].flags |= SMBC_MODIFIED; in smbfs_save_propset()
467 if ((smbclnt_proto_options[i].flags & SMBC_MODIFIED) == 0) in smbfs_save_propset()
480 smbclnt_proto_options[i].flags &= ~SMBC_MODIFIED; in smbfs_save_propset()
494 ~SMBC_MODIFIED; in smbfs_save_propset()
627 smbclnt_proto_options[index].flags |= SMBC_MODIFIED; in smbfs_save_property()
H A Dlibshare_smbfs.h68 #define SMBC_MODIFIED 0x01 macro