Home | History | Annotate | Download | only in qemu

Lines Matching refs:smb_conf

936     char smb_conf[1024];
946 snprintf(smb_conf, sizeof(smb_conf), "%s/%s", smb_dir, "smb.conf");
948 f = fopen(smb_conf, "w");
950 fprintf(stderr, "qemu: could not create samba server configuration file '%s'\n", smb_conf);
978 SMBD_COMMAND, smb_conf);