Home
last modified time | relevance | path

Searched refs:ac_op (Results 1 – 10 of 10) sorted by relevance

/dports/security/opensc/OpenSC-0.22.0/src/pkcs15init/
H A Dpkcs15-authentic.c77 unsigned ac_op; member
413 unsigned ac_op, unsigned rule_mode, struct sc_pkcs15_object *object) in authentic_pkcs15_fix_file_access_rule() argument
422 acl = sc_file_get_acl_entry(file, ac_op); in authentic_pkcs15_fix_file_access_rule()
424 ac_op, rule_mode, acl->method, acl->key_ref); in authentic_pkcs15_fix_file_access_rule()
426 sc_log(ctx, "ignore access rule(op:%i,mode:%i)", ac_op, rule_mode); in authentic_pkcs15_fix_file_access_rule()
466 authentic_v3_rsa_map_attributes[ii].ac_op, in authentic_pkcs15_fix_access()
H A Dpkcs15-iasecc.c718 unsigned ac_op, unsigned rule_mode, struct sc_pkcs15_object *object) in iasecc_pkcs15_fix_file_access_rule() argument
727 acl = sc_file_get_acl_entry(file, ac_op); in iasecc_pkcs15_fix_file_access_rule()
728 …sc_log(ctx, "Fix file access rule: AC_OP:%i, ACL(method:0x%X,ref:0x%X)", ac_op, acl->method, acl->… in iasecc_pkcs15_fix_file_access_rule()
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/ext4/
H A Dmballoc.h193 __u8 ac_op; /* operation, for history only */ member
H A Dmballoc.c4131 if (ac->ac_op == EXT4_MB_HISTORY_ALLOC) in ext4_mb_collect_stats()
5503 ac->ac_op = EXT4_MB_HISTORY_PREALLOC; in ext4_mb_new_blocks()
5506 ac->ac_op = EXT4_MB_HISTORY_ALLOC; in ext4_mb_new_blocks()
/dports/multimedia/libv4l/linux-5.13-rc2/fs/ext4/
H A Dmballoc.h193 __u8 ac_op; /* operation, for history only */ member
H A Dmballoc.c4131 if (ac->ac_op == EXT4_MB_HISTORY_ALLOC) in ext4_mb_collect_stats()
5503 ac->ac_op = EXT4_MB_HISTORY_PREALLOC; in ext4_mb_new_blocks()
5506 ac->ac_op = EXT4_MB_HISTORY_ALLOC; in ext4_mb_new_blocks()
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/ext4/
H A Dmballoc.h193 __u8 ac_op; /* operation, for history only */ member
H A Dmballoc.c4131 if (ac->ac_op == EXT4_MB_HISTORY_ALLOC) in ext4_mb_collect_stats()
5503 ac->ac_op = EXT4_MB_HISTORY_PREALLOC; in ext4_mb_new_blocks()
5506 ac->ac_op = EXT4_MB_HISTORY_ALLOC; in ext4_mb_new_blocks()
/dports/security/opensc/OpenSC-0.22.0/src/libopensc/
H A Dcard-rutoken.c46 unsigned int ac_op; member
567 entry = sc_file_get_acl_entry(file, conv_attr[i].ac_op); in set_sec_attr_from_acl()
588 conv_attr[i].ac_op); in set_sec_attr_from_acl()
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsemutil2.c4026 int ac_op; in get_ac_op() local
4030 ac_op = AC_NEG; in get_ac_op()
4033 ac_op = AC_ADD; in get_ac_op()
4036 ac_op = AC_SUB; in get_ac_op()
4060 ac_op = AC_EQ; in get_ac_op()
4063 ac_op = AC_GE; in get_ac_op()
4066 ac_op = AC_GT; in get_ac_op()
4069 ac_op = AC_LE; in get_ac_op()
4072 ac_op = AC_LT; in get_ac_op()
4075 ac_op = AC_NE; in get_ac_op()
[all …]