Lines Matching defs:opt
1524 struct smb_proto_option_defs *opt;
1534 opt = &smb_proto_options[index];
1537 (void) smb_config_set(opt->smb_index, value);
1543 if (opt->refresh & SMB_REFRESH_REFRESH)
1546 else if (opt->refresh & SMB_REFRESH_RESTART)
1597 char *opt;
1637 if ((opt = smb_csc_name(si)) != NULL)
1638 err |= nvlist_add_string(nvl, SHOPT_CSC, opt);
1640 opt = (si->shr_flags & SMB_SHRF_ABE) ? "true" : "false";
1641 err |= nvlist_add_string(nvl, SHOPT_ABE, opt);
1644 opt = (si->shr_flags & SMB_SHRF_GUEST_OK) ? "true" : "false";
1645 err |= nvlist_add_string(nvl, SHOPT_GUEST, opt);