Searched refs:rangehigh (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/sys/compat/linux/ |
| H A D | linux_videodev_compat.h | 16 l_ulong rangelow, rangehigh; member
|
| H A D | linux_ioctl.c | 2608 vt->rangehigh = lvt->rangehigh; /* possible long size conversion */ in linux_to_bsd_v4l_tuner() 2621 lvt->rangehigh = vt->rangehigh; /* possible long size conversion */ in bsd_to_linux_v4l_tuner()
|
| /freebsd-14.2/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 762 char *range, *rangeend, *rangehigh, *rangelow, *single, *auxsingle, in lomac_parse() local 776 rangelow = rangehigh = NULL; in lomac_parse() 782 rangehigh = strchr(rangelow, '-'); in lomac_parse() 783 if (rangehigh == NULL) in lomac_parse() 785 rangehigh++; in lomac_parse() 786 if (*rangelow == '\0' || *rangehigh == '\0') in lomac_parse() 788 rangeend = strchr(rangehigh, ')'); in lomac_parse() 794 *(rangehigh - 1) = '\0'; in lomac_parse() 797 KASSERT((rangelow != NULL && rangehigh != NULL) || in lomac_parse() 798 (rangelow == NULL && rangehigh == NULL), in lomac_parse() [all …]
|
| /freebsd-14.2/sys/contrib/v4l/ |
| H A D | videodev.h | 71 unsigned long rangelow, rangehigh; /* Tuner range */ member
|
| H A D | videodev2.h | 1330 __u32 rangehigh; member 1343 __u32 rangehigh; member
|
| /freebsd-14.2/sys/security/mac_mls/ |
| H A D | mac_mls.c | 655 char *rangehigh, *rangelow, *effective; in mls_parse() local 666 rangehigh = strsep(&string, ")"); in mls_parse() 673 rangehigh = NULL; in mls_parse() 676 KASSERT((rangelow != NULL && rangehigh != NULL) || in mls_parse() 677 (rangelow == NULL && rangehigh == NULL), in mls_parse() 692 error = mls_parse_element(&mm->mm_rangehigh, rangehigh); in mls_parse()
|
| /freebsd-14.2/sys/security/mac_biba/ |
| H A D | mac_biba.c | 689 char *rangehigh, *rangelow, *effective; in biba_parse() local 700 rangehigh = strsep(&string, ")"); in biba_parse() 707 rangehigh = NULL; in biba_parse() 710 KASSERT((rangelow != NULL && rangehigh != NULL) || in biba_parse() 711 (rangelow == NULL && rangehigh == NULL), in biba_parse() 726 error = biba_parse_element(&mb->mb_rangehigh, rangehigh); in biba_parse()
|