HomeSort by relevance Sort by last modified time
    Searched defs:bif (Results 1 - 10 of 10) sorted by null

  /external/ltp/testcases/kernel/device-drivers/tbio/tbio_user/
tbio.c 145 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.cmd, "WRITE")
184 tbio_interface_t bif; local
231 tbio_interface_t bif; local
269 tbio_interface_t bif; local
    [all...]
  /external/selinux/libsepol/cil/src/
cil_tree.c 1029 struct cil_booleanif *bif = node->data; local
1033 cil_tree_print_expr(bif->datum_expr, bif->str_expr);
    [all...]
cil_verify.c 877 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) {
    [all...]
cil_build_ast.c 2840 struct cil_booleanif *bif = NULL; local
    [all...]
cil_resolve_ast.c 3235 struct cil_booleanif *bif = (struct cil_booleanif*)current->data; local
    [all...]
  /external/u-boot/tools/
zynqmpbif.c 303 printf("PMUFW expected before bootloader in your .bif file!\n");
821 char *bif, *bifp, *bifpn; local
833 /* Read .bif input file */
834 bif = read_full_file(mparams->datafile, NULL);
835 if (!bif)
838 /* Interpret .bif file */
839 bifp = bif;
841 /* A bif description starts with a { section */
997 "Xilinx ZynqMP Boot Image support (bif)",
  /external/v8/src/arm64/
simulator-logic-arm64.cc 1053 LogicVRegister Simulator::bif(VectorFormat vform, LogicVRegister dst, function in class:v8::internal::Simulator
    [all...]
  /external/vixl/src/aarch64/
logic-aarch64.cc 1106 LogicVRegister Simulator::bif(VectorFormat vform, function in class:vixl::aarch64::Simulator
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 6806 struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->data; local
6928 struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->data; local
6953 struct cil_booleanif *bif = (struct cil_booleanif*)test_db->ast->root->cl_head->next->next->next->data; local
    [all...]
test_cil_build_ast.c 3566 struct cil_booleanif *bif; local
3589 struct cil_booleanif *bif; local
3612 struct cil_booleanif *bif; local
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 257 milliseconds