Searched refs:compartment (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/contrib/device-tree/Bindings/power/supply/ |
| H A D | lego_ev3_battery.txt | 6 detected by a key switch in the battery compartment.
|
| /f-stack/freebsd/security/mac_biba/ |
| H A D | mac_biba.c | 635 char *compartment, *end, *grade; in biba_parse_element() local 671 while ((compartment = strsep(&string, "+")) != NULL) { in biba_parse_element() 672 value = strtol(compartment, &end, 10); in biba_parse_element() 673 if (compartment == end || *end != '\0') in biba_parse_element()
|
| /f-stack/freebsd/security/mac_mls/ |
| H A D | mac_mls.c | 601 char *compartment, *end, *level; in mls_parse_element() local 637 while ((compartment = strsep(&string, "+")) != NULL) { in mls_parse_element() 638 value = strtol(compartment, &end, 10); in mls_parse_element() 639 if (compartment == end || *end != '\0') in mls_parse_element()
|