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

  /device/linaro/bootloader/arm-trusted-firmware/plat/hisilicon/hikey960/drivers/ipc/
hisi_ipc.c 93 unsigned int cmdtype, unsigned int cmdpara)
120 mmio_write_32(IPC_MBX_DATA_REG(mbox, 0), cmdtype);
134 unsigned int cmdtype = 0; local
139 cmdtype = IPC_CMD_TYPE(0, cluster, mode, 0x3);
142 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara);
148 unsigned int cmdtype = 0; local
154 cmdtype = IPC_CMD_TYPE(0, -1, 0x1, 0x3 + affinity_level);
156 cmdtype = IPC_CMD_TYPE(0, cluster, 0x1, 0x3 + affinity_level);
160 hisi_ipc_send_cmd_with_ack(source, mailbox, cmdtype, cmdpara);
165 unsigned int cmdtype = 0 local
179 unsigned int cmdtype = 0; local
    [all...]
  /external/libevent/sample/
http-server.c 113 const char *cmdtype; local
119 case EVHTTP_REQ_GET: cmdtype = "GET"; break;
120 case EVHTTP_REQ_POST: cmdtype = "POST"; break;
121 case EVHTTP_REQ_HEAD: cmdtype = "HEAD"; break;
122 case EVHTTP_REQ_PUT: cmdtype = "PUT"; break;
123 case EVHTTP_REQ_DELETE: cmdtype = "DELETE"; break;
124 case EVHTTP_REQ_OPTIONS: cmdtype = "OPTIONS"; break;
125 case EVHTTP_REQ_TRACE: cmdtype = "TRACE"; break;
126 case EVHTTP_REQ_CONNECT: cmdtype = "CONNECT"; break;
127 case EVHTTP_REQ_PATCH: cmdtype = "PATCH"; break
    [all...]
  /external/selinux/python/sepolicy/
sepolicy.py 622 cmdtype = pol.add_argument_group(_("Policy types which require a command"))
623 cmdgroup = cmdtype.add_mutually_exclusive_group(required=False)
  /external/curl/tests/
runtests.pl     [all...]

Completed in 105 milliseconds