Searched defs:bif (Results 1 - 10 of 10) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
H A Dtbio.c145 tbio_interface_t bif; local
147 memset(&bif, 0, sizeof(tbio_interface_t));
148 rc = posix_memalign(&bif.data, 512, 1024);
154 strcpy(bif.data, "User space data");
155 bif.data_len = 1024;
156 bif.direction = TBIO_TO_DEV;
157 bif.cmd = SAFE_MALLOC(cleanup, 6);
158 if (bif.cmd == NULL) {
160 free(bif.data);
163 strcpy(bif
184 tbio_interface_t bif; local
231 tbio_interface_t bif; local
269 tbio_interface_t bif; local
[all...]
/external/selinux/libsepol/cil/src/
H A Dcil_reset_ast.c407 static void cil_reset_booleanif(struct cil_booleanif *bif) argument
409 cil_list_destroy(&bif->datum_expr, CIL_FALSE);
H A Dcil_tree.c1025 struct cil_booleanif *bif = node->data; local
1029 cil_tree_print_expr(bif->datum_expr, bif->str_expr);
H A Dcil_verify.c877 struct cil_booleanif *bif = node->parent->parent->data; local
884 if (bif->preserved_tunable) {
947 if (bif->preserved_tunable) {
964 struct cil_booleanif *bif = (struct cil_booleanif*)node->data; local
977 if (bif->preserved_tunable) {
H A Dcil.c2175 void cil_boolif_init(struct cil_booleanif **bif) argument
2177 *bif = cil_malloc(sizeof(**bif));
2179 (*bif)->str_expr = NULL;
2180 (*bif)->datum_expr = NULL;
H A Dcil_resolve_ast.c3226 struct cil_booleanif *bif = (struct cil_booleanif*)current->data; local
3228 rc = cil_resolve_expr(CIL_BOOLEANIF, bif->str_expr, &bif->datum_expr, current, extra_args);
H A Dcil_build_ast.c2840 struct cil_booleanif *bif = NULL; local
2854 cil_boolif_init(&bif);
2855 bif->preserved_tunable = tunableif;
2857 rc = cil_gen_expr(parse_current->next, CIL_BOOL, &bif->str_expr);
2888 ast_node->data = bif;
2898 cil_destroy_boolif(bif);
2902 void cil_destroy_boolif(struct cil_booleanif *bif) argument
2904 if (bif == NULL) {
2908 cil_list_destroy(&bif->str_expr, CIL_TRUE);
2909 cil_list_destroy(&bif
[all...]
/external/vixl/src/aarch64/
H A Dlogic-aarch64.cc1294 LogicVRegister Simulator::bif(VectorFormat vform, function in class:vixl::aarch64::Simulator
/external/selinux/libsepol/cil/test/unit/
H A Dtest_cil_resolve_ast.c6806 struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->data; local
6808 int rc = cil_resolve_expr_stack(bif->expr_stack, test_db->ast->root->cl_head->next->next->next, args);
6928 struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->data; local
6930 int rc = cil_resolve_expr_stack(bif->expr_stack,test_db->ast->root->cl_head->next->next->next, args);
6953 struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->data; local
6954 ((struct cil_conditional*)bif->expr_stack->head->data)->str = NULL;
6956 int rc = cil_resolve_expr_stack(bif->expr_stack,test_db->ast->root->cl_head->next->next->next, args);
H A Dtest_cil_build_ast.c3566 struct cil_booleanif *bif; local
3567 cil_boolif_init(&bif);
3569 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack);
3589 struct cil_booleanif *bif; local
3590 cil_boolif_init(&bif);
3592 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack);
3612 struct cil_booleanif *bif; local
3613 cil_boolif_init(&bif);
3615 int rc = cil_gen_expr_stack(test_tree->root->cl_head->cl_head->next, CIL_BOOL, &bif->expr_stack);
3635 struct cil_booleanif *bif; local
3658 struct cil_booleanif *bif; local
3681 struct cil_booleanif *bif; local
3704 struct cil_booleanif *bif; local
3727 struct cil_booleanif *bif; local
3750 struct cil_booleanif *bif; local
3773 struct cil_booleanif *bif; local
3796 struct cil_booleanif *bif; local
3819 struct cil_booleanif *bif; local
3842 struct cil_booleanif *bif; local
3865 struct cil_booleanif *bif; local
3888 struct cil_booleanif *bif; local
3910 struct cil_booleanif *bif; local
[all...]

Completed in 364 milliseconds