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

/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_fbuf.c254 char *uopts, *uoptsbak, *xopts, *config; local
260 while ((xopts = strsep(&uopts, ",")) != NULL) {
261 if (strcmp(xopts, "wait") == 0) {
266 if ((config = strchr(xopts, '=')) == NULL) {
267 pci_fbuf_usage(xopts);
275 xopts, config));
277 if (!strcmp(xopts, "tcp") || !strcmp(xopts, "rfb")) {
291 pci_fbuf_usage(xopts);
306 } else if (!strcmp(xopts, "vg
[all...]
H A Dpci_nvme.c2617 char *uopt, *xopts, *config; local
2633 for (xopts = strtok(uopt, ",");
2634 xopts != NULL;
2635 xopts = strtok(NULL, ",")) {
2637 if ((config = strchr(xopts, '=')) != NULL)
2640 if (!strcmp("maxq", xopts)) {
2642 } else if (!strcmp("qsz", xopts)) {
2644 } else if (!strcmp("ioslots", xopts)) {
2646 } else if (!strcmp("sectsz", xopts)) {
2648 } else if (!strcmp("ser", xopts)) {
[all...]
H A Dpci_ahci.c2326 char *bopt, *uopt, *xopts, *config; local
2377 for (xopts = strtok(uopt, ",");
2378 xopts != NULL;
2379 xopts = strtok(NULL, ",")) {
2405 if ((config = strchr(xopts, '=')) != NULL) {
2407 if (!strcmp("nmrr", xopts)) {
2410 else if (!strcmp("ser", xopts)) {
2413 else if (!strcmp("rev", xopts)) {
2416 else if (!strcmp("model", xopts)) {
2422 fprintf(fp, "%s%s", comma ? "," : "", xopts);
[all...]
H A Dblock_if.c435 char *nopt, *xopts, *cp; local
462 nopt = xopts = strdup(optstr);
463 while (xopts != NULL) {
464 cp = strsep(&xopts, ",");
H A Dpci_xhci.c2662 char *uopt, *xopts, *config; local
2680 for (xopts = strtok(uopt, ",");
2681 xopts != NULL;
2682 xopts = strtok(NULL, ",")) {
2692 if ((config = strchr(xopts, '=')) == NULL)
2697 ue = usb_emu_finddev(xopts);
2699 pci_xhci_device_usage(xopts);
2700 DPRINTF(("pci_xhci device not found %s", xopts));
2706 xopts, config));
2727 pci_xhci_device_usage(xopts);
[all...]
/freebsd-13-stable/contrib/bmake/mk/
H A Dmeta2deps.py608 def main(argv, klass=MetaFile, xopts='', xoptf=None):
673 opts, args = getopt.getopt(argv[1:], 'a:dS:C:O:R:m:D:H:qT:X:' + xopts)
/freebsd-13-stable/share/mk/
H A Dmeta2deps.py609 def main(argv, klass=MetaFile, xopts='', xoptf=None):
674 opts, args = getopt.getopt(argv[1:], 'a:dS:C:O:R:m:D:H:qT:X:' + xopts)

Completed in 286 milliseconds