Searched refs:xopts (Results 1 - 7 of 7) sorted by relevance

/freebsd-11.0-release/usr.sbin/bhyve/
H A Dpci_fbuf.c223 char *uopts, *xopts, *config; local
229 for (xopts = strtok(uopts, ",");
230 xopts != NULL;
231 xopts = strtok(NULL, ",")) {
232 if (strcmp(xopts, "wait") == 0) {
238 if (strcmp(xopts, "vga") == 0) {
244 if ((config = strchr(xopts, '=')) == NULL) {
245 pci_fbuf_usage(xopts);
253 xopts, config));
255 if (!strcmp(xopts, "tc
[all...]
H A Dblock_if.c396 char *nopt, *xopts, *cp; local
416 nopt = xopts = strdup(optstr);
417 while (xopts != NULL) {
418 cp = strsep(&xopts, ",");
H A Dpci_xhci.c2613 char *uopt, *xopts, *config; local
2630 for (xopts = strtok(uopt, ",");
2631 xopts != NULL;
2632 xopts = strtok(NULL, ",")) {
2642 if ((config = strchr(xopts, '=')) == NULL)
2647 ue = usb_emu_finddev(xopts);
2649 pci_xhci_device_usage(xopts);
2650 DPRINTF(("pci_xhci device not found %s\r\n", xopts));
2656 xopts, config));
2677 pci_xhci_device_usage(xopts);
[all...]
/freebsd-11.0-release/contrib/amd/libamu/
H A Dmount_fs.c166 char *zopts = NULL, *xopts = NULL; local
238 xopts = mnt->mnt_opts;
240 xstrlcpy(zopts, xopts, l);
316 if (xopts) {
318 mnt->mnt_opts = xopts;
/freebsd-11.0-release/contrib/amd/amd/
H A Dops_nfs.c761 char *xopts=NULL, transp_timeo_opts[40], transp_retrans_opts[40]; local
818 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_remopts);
821 xopts = str3cat(xopts, transp_timeo_opts, transp_retrans_opts, mf->mf_mopts);
827 mnt.mnt_opts = xopts;
888 XFREE(xopts);
/freebsd-11.0-release/contrib/bmake/mk/
H A Dmeta2deps.py553 def main(argv, klass=MetaFile, xopts='', xoptf=None):
618 opts, args = getopt.getopt(argv[1:], 'a:dS:C:O:R:m:D:H:qT:X:' + xopts)
/freebsd-11.0-release/share/mk/
H A Dmeta2deps.py554 def main(argv, klass=MetaFile, xopts='', xoptf=None):
619 opts, args = getopt.getopt(argv[1:], 'a:dS:C:O:R:m:D:H:qT:X:' + xopts)

Completed in 97 milliseconds