Home | History | Annotate | Download | only in m_syswrap

Lines Matching refs:tx

807    struct vki_timex *tx = (struct vki_timex *)ARG1;
810 PRE_MEM_READ( "adjtimex(timex->modes)", ARG1, sizeof(tx->modes));
813 if (tx->modes & (bits)) \
815 (Addr)&tx->field, sizeof(tx->field))
817 if (tx->modes & VKI_ADJ_ADJTIME) {
818 if (!(tx->modes & VKI_ADJ_OFFSET_READONLY))
819 PRE_MEM_READ( "adjtimex(timex->offset)", (Addr)&tx->offset, sizeof(tx->offset));
841 struct vki_timex *tx = (struct vki_timex *)ARG2;
844 PRE_MEM_READ( "clock_adjtime(timex->modes)", ARG2, sizeof(tx->modes));
847 if (tx->modes & (bits)) \
849 (Addr)&tx->field, sizeof(tx->field))
851 if (tx->modes & VKI_ADJ_ADJTIME) {
852 if (!(tx->modes & VKI_ADJ_OFFSET_READONLY))
853 PRE_MEM_READ( "clock_adjtime(timex->offset)", (Addr)&tx->offset, sizeof(tx->offset));
5749 case VKI_SIOCGIFTXQLEN: /* Get the tx queue length */
5968 case VKI_SIOCSIFTXQLEN: /* Set the tx queue length */
8598 case VKI_SIOCGIFTXQLEN: /* Get the tx queue length */
8754 case VKI_SIOCSIFTXQLEN: /* Set the tx queue length */