Searched refs:low_high_str (Results 1 - 2 of 2) sorted by relevance
/third_party/selinux/libsepol/src/ |
H A D | kernel_to_cil.c | 2748 char low_high_str[44]; /* 2^64 <= 20 digits so "(low high)" <= 44 chars */ in write_selinux_port_rules_to_cil() local 2767 rc = snprintf(low_high_str, 44, "%u", low); in write_selinux_port_rules_to_cil() 2769 rc = snprintf(low_high_str, 44, "(%u %u)", low, high); in write_selinux_port_rules_to_cil() 2782 sepol_printf(out, "(portcon %s %s %s)\n", protocol, low_high_str, ctx); in write_selinux_port_rules_to_cil() 2918 char low_high_str[44]; /* 2^64 <= 20 digits so "(low high)" <= 44 chars */ in write_selinux_ibpkey_rules_to_cil() local 2937 rc = snprintf(low_high_str, 44, "%u", low); in write_selinux_ibpkey_rules_to_cil() 2939 rc = snprintf(low_high_str, 44, "(%u %u)", low, high); in write_selinux_ibpkey_rules_to_cil() 2952 sepol_printf(out, "(ibpkeycon %s %s %s)\n", subnet_prefix_str, low_high_str, ctx); in write_selinux_ibpkey_rules_to_cil() 3049 char low_high_str[40]; /* 2^64-1 <= 16 digits (hex) so (low high) < 40 chars */ in write_xen_ioport_rules_to_cil() local 3057 rc = snprintf(low_high_str, 4 in write_xen_ioport_rules_to_cil() 3092 char low_high_str[40]; /* 2^64-1 <= 16 digits (hex) so (low high) < 40 chars */ write_xen_iomem_rules_to_cil() local [all...] |
H A D | kernel_to_conf.c | 2616 char low_high_str[44]; /* 2^64 <= 20 digits so "low-high" <= 44 chars */ in write_selinux_port_rules_to_conf() local 2635 rc = snprintf(low_high_str, 44, "%u", low); in write_selinux_port_rules_to_conf() 2637 rc = snprintf(low_high_str, 44, "%u-%u", low, high); in write_selinux_port_rules_to_conf() 2650 sepol_printf(out, "portcon %s %s %s\n", protocol, low_high_str, ctx); in write_selinux_port_rules_to_conf() 2787 char low_high_str[44]; /* 2^64 <= 20 digits so "low-high" <= 44 chars */ in write_selinux_ibpkey_rules_to_conf() local 2806 rc = snprintf(low_high_str, 44, "%u", low); in write_selinux_ibpkey_rules_to_conf() 2808 rc = snprintf(low_high_str, 44, "%u-%u", low, high); in write_selinux_ibpkey_rules_to_conf() 2822 low_high_str, ctx); in write_selinux_ibpkey_rules_to_conf() 2921 char low_high_str[40]; /* 2^64-1 <= 16 digits (hex) so low-high < 40 chars */ in write_xen_ioport_rules_to_conf() local 2929 rc = snprintf(low_high_str, 4 in write_xen_ioport_rules_to_conf() 2964 char low_high_str[40]; /* 2^64-1 <= 16 digits (hex) so low-high < 40 chars */ write_xen_iomem_rules_to_conf() local [all...] |
Completed in 7 milliseconds