Searched refs:rangehigh (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/sys/compat/linux/ |
| H A D | linux_videodev_compat.h | 20 l_ulong rangelow, rangehigh; member
|
| H A D | linux_ioctl.c | 2671 vt->rangehigh = lvt->rangehigh; /* possible long size conversion */ in linux_to_bsd_v4l_tuner() 2684 lvt->rangehigh = vt->rangehigh; /* possible long size conversion */ in bsd_to_linux_v4l_tuner()
|
| /freebsd-13.1/sys/security/mac_lomac/ |
| H A D | mac_lomac.c | 754 char *range, *rangeend, *rangehigh, *rangelow, *single, *auxsingle, in lomac_parse() local 768 rangelow = rangehigh = NULL; in lomac_parse() 774 rangehigh = strchr(rangelow, '-'); in lomac_parse() 775 if (rangehigh == NULL) in lomac_parse() 777 rangehigh++; in lomac_parse() 778 if (*rangelow == '\0' || *rangehigh == '\0') in lomac_parse() 780 rangeend = strchr(rangehigh, ')'); in lomac_parse() 786 *(rangehigh - 1) = '\0'; in lomac_parse() 789 KASSERT((rangelow != NULL && rangehigh != NULL) || in lomac_parse() 790 (rangelow == NULL && rangehigh == NULL), in lomac_parse() [all …]
|
| /freebsd-13.1/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-13.1/sys/security/mac_biba/ |
| H A D | mac_biba.c | 691 char *rangehigh, *rangelow, *effective; in biba_parse() local 702 rangehigh = strsep(&string, ")"); in biba_parse() 709 rangehigh = NULL; in biba_parse() 712 KASSERT((rangelow != NULL && rangehigh != NULL) || in biba_parse() 713 (rangelow == NULL && rangehigh == NULL), in biba_parse() 728 error = biba_parse_element(&mb->mb_rangehigh, rangehigh); in biba_parse()
|
| /freebsd-13.1/sys/security/mac_mls/ |
| H A D | mac_mls.c | 657 char *rangehigh, *rangelow, *effective; in mls_parse() local 668 rangehigh = strsep(&string, ")"); in mls_parse() 675 rangehigh = NULL; in mls_parse() 678 KASSERT((rangelow != NULL && rangehigh != NULL) || in mls_parse() 679 (rangelow == NULL && rangehigh == NULL), in mls_parse() 694 error = mls_parse_element(&mm->mm_rangehigh, rangehigh); in mls_parse()
|