HomeSort by relevance Sort by last modified time
    Searched refs:trans_type (Results 1 - 4 of 4) sorted by null

  /external/scapy/scapy/layers/
isakmp.py 141 trans_type, = struct.unpack("!H", m[:2])
142 is_tlv = not (trans_type & 0x8000)
149 warning("Bad length for ISAKMP tranform type=%#6x" % trans_type)
153 trans_type &= 0x7fff
157 lst.append(self.num2type(trans_type, value))
  /device/linaro/bootloader/arm-trusted-firmware/include/drivers/
ufs.h 310 uint8_t trans_type; member in struct:nop_out_upiu
331 uint8_t trans_type; member in struct:nop_in_upiu
352 uint8_t trans_type; member in struct:cmd_upiu
403 uint8_t trans_type; member in struct:query_upiu
425 uint8_t trans_type; member in struct:query_resp_upiu
446 uint8_t trans_type; member in struct:resp_upiu
  /device/linaro/bootloader/arm-trusted-firmware/drivers/ufs/
ufs.c 231 upiu->trans_type = CMD_UPIU;
331 query_upiu->trans_type = QUERY_REQUEST_UPIU;
385 nop_out->trans_type = 0;
412 static int ufs_check_resp(utp_utrd_t *utrd, int trans_type)
433 assert((resp->trans_type & TRANS_TYPE_CODE_MASK) == trans_type);
  /external/mesa3d/src/mesa/drivers/x11/
fakeglx.c 662 * trans_type - transparent pixel type: GLX_NONE_EXT,
672 int level, int trans_type, int trans_value,
711 if (!(trans_type==DONT_CARE
712 || (trans_type==GLX_TRANSPARENT_INDEX_EXT
714 || (trans_type==GLX_NONE_EXT && ov->transparent_type==0))) {
766 printf("chose 0x%x: layer=%d depth=%d trans_type=%d trans_value=%d\n",
881 int trans_type = DONT_CARE; local
1024 trans_type = *parselist++;
    [all...]

Completed in 139 milliseconds