HomeSort by: relevance | last modified time | path
    Searched refs:smartcard_file (Results 1 - 3 of 3) sorted by relevancy

  /xsrc/external/mit/xf86-video-qxl/dist/src/
spiceqxl_smartcard.c 154 if (qxl->smartcard_file[0] == 0) {
168 strncpy(addr.sun_path, qxl->smartcard_file, sizeof(addr.sun_path) - 1);
169 unlink(qxl->smartcard_file);
172 ErrorF("smartcard: unable to bind to unix domain %s: %s\n", qxl->smartcard_file, strerror(errno));
178 ErrorF("smartcard: unable to listen to unix domain %s: %s\n", qxl->smartcard_file, strerror(errno));
qxl_driver.c 1042 const char *smartcard_file; local
1098 smartcard_file = get_str_option(qxl->options, OPTION_SPICE_SMARTCARD_FILE,
1100 if (smartcard_file)
1101 strncpy(qxl->smartcard_file, smartcard_file, sizeof(qxl->smartcard_file));
1103 qxl->smartcard_file[0] = '\0';
qxl.h 356 char smartcard_file[PATH_MAX]; member in struct:_qxl_screen_t

Completed in 12 milliseconds