Home
last modified time | relevance | path

Searched refs:no_auto (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/scripts/
H A Dyocto-check-layer101 layers = detect_layers(args.layers, args.no_auto)
106 additional_layers = detect_layers(args.additional_layers, args.no_auto)
110 dep_layers = detect_layers(args.dependency, args.no_auto)
/openbmc/openbmc/poky/scripts/lib/checklayer/
H A D__init__.py129 def detect_layers(layer_directories, no_auto): argument
137 if no_auto:
/openbmc/linux/drivers/s390/virtio/
H A Dvirtio_ccw.c1193 static char *no_auto = ""; variable
1195 module_param(no_auto, charp, 0444);
1196 MODULE_PARM_DESC(no_auto, "list of ccw bus id ranges not to be auto-onlined");
1489 str = no_auto; in no_auto_parse()