Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libshare/smbfs/
H A Dlibshare_smbfs.c152 { "section", NULL, PROTO_OPT_SECTION,
447 char *section = smbclnt_proto_options[PROTO_OPT_SECTION].value; in smbfs_save_propset()
463 smbclnt_proto_options[PROTO_OPT_SECTION].flags |= SMBC_MODIFIED; in smbfs_save_propset()
487 for (i = PROTO_OPT_SECTION+1; i <= SMBC_OPT_MAX; i++) { in smbfs_save_propset()
510 smbclnt_proto_options[PROTO_OPT_SECTION].name, in smbfs_save_propset()
511 smbclnt_proto_options[PROTO_OPT_SECTION].value); in smbfs_save_propset()
512 free(smbclnt_proto_options[PROTO_OPT_SECTION].value); in smbfs_save_propset()
513 smbclnt_proto_options[PROTO_OPT_SECTION].value = NULL; in smbfs_save_propset()
514 smbclnt_proto_options[PROTO_OPT_SECTION].flags &= in smbfs_save_propset()
643 smbclnt_proto_options[PROTO_OPT_SECTION].value = s; in smbfs_save_property()
H A Dlibshare_smbfs.h52 #define PROTO_OPT_SECTION 0 macro