Home | History | Annotate | Download | only in qemu

Lines Matching refs:smb_conf

1064     char smb_conf[1024];
1074 snprintf(smb_conf, sizeof(smb_conf), "%s/%s", smb_dir, "smb.conf");
1076 f = fopen(smb_conf, "w");
1078 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf);
1106 SMBD_COMMAND, smb_conf);