Searched refs:range_start (Results 1 – 2 of 2) sorted by relevance
| /f-stack/freebsd/arm/broadcom/bcm2835/ |
| H A D | bcm2835_gpio.c | 622 int i, need_comma, npins, range_start, range_stop; in bcm_gpio_get_ro_pins() local 639 range_start = range_stop = pins[0]; in bcm_gpio_get_ro_pins() 644 if (range_start != range_stop) in bcm_gpio_get_ro_pins() 645 printf("%d-%d", range_start, range_stop); in bcm_gpio_get_ro_pins() 647 printf("%d", range_start); in bcm_gpio_get_ro_pins() 648 range_start = range_stop = pins[i]; in bcm_gpio_get_ro_pins() 655 if (range_start != range_stop) in bcm_gpio_get_ro_pins() 656 printf("%d-%d.\n", range_start, range_stop); in bcm_gpio_get_ro_pins() 658 printf("%d.\n", range_start); in bcm_gpio_get_ro_pins()
|
| /f-stack/freebsd/contrib/openzfs/contrib/bash_completion.d/ |
| H A D | zfs | 143 local range_start=$(expr "$cur" : '\(.*%\)') 144 … $__ZFS_CMD list -H -o name -s name -t snapshot -d 1 $base_dataset | sed 's$.*@$'$range_start'$g'
|