Home
last modified time | relevance | path

Searched refs:booldatum (Results 1 – 2 of 2) sorted by relevance

/xen-4.10.0-shim-comet/xen/xsm/flask/ss/
A Dconditional.c202 struct cond_bool_datum *booldatum; in cond_index_bool() local
204 booldatum = datum; in cond_index_bool()
207 if ( !booldatum->value || booldatum->value > p->p_bools.nprim ) in cond_index_bool()
211 p->bool_val_to_struct[booldatum->value -1] = booldatum; in cond_index_bool()
226 struct cond_bool_datum *booldatum; in cond_read_bool() local
232 if ( !booldatum ) in cond_read_bool()
239 booldatum->value = le32_to_cpu(buf[0]); in cond_read_bool()
240 booldatum->state = le32_to_cpu(buf[1]); in cond_read_bool()
242 if ( !bool_isvalid(booldatum) ) in cond_read_bool()
254 if ( hashtab_insert(h, key, booldatum) ) in cond_read_bool()
[all …]
A Dservices.c1938 struct cond_bool_datum *booldatum; in security_preserve_bools() local
1946 booldatum = hashtab_search(p->p_bools.table, bnames[i]); in security_preserve_bools()
1947 if ( booldatum ) in security_preserve_bools()
1948 booldatum->state = bvalues[i]; in security_preserve_bools()

Completed in 7 milliseconds