Searched refs:ac_flags (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/sys/dev/amr/
H A Damr.c568 int len, ac_flags = 0; local
645 ac_flags = AMR_CMD_DATAIN|AMR_CMD_DATAOUT|AMR_CMD_CCB;
648 ac->ac_flags = ac_flags;
699 ac_flags = AMR_CMD_DATAIN|AMR_CMD_DATAOUT;
705 ac->ac_flags = ac_flags;
893 ac->ac_flags = AMR_CMD_CCB;
905 ac->ac_flags = 0;
911 ac->ac_flags |
[all...]
H A Damrvar.h132 int ac_flags; member in struct:amr_command
141 #define AC_IS_SG64(ac) ((ac)->ac_flags & AMR_CMD_SG64)
H A Damr_cam.c504 ac->ac_flags |= AMR_CMD_CCB;
509 ac->ac_flags |= AMR_CMD_DATAIN;
511 ac->ac_flags |= AMR_CMD_DATAOUT;
/freebsd-12-stable/crypto/heimdal/lib/gssapi/krb5/
H A Daccept_sec_context.c161 int32_t ac_flags, ret = GSS_S_COMPLETE; local
187 &ac_flags);
194 ac_flags);

Completed in 104 milliseconds