Searched refs:cmd_len (Results 1 - 21 of 21) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/opcodes/
H A Dmsp430-dis.c97 int cmd_len = 2; local
144 cmd_len += 2;
154 cmd_len += 2;
161 cmd_len += 2;
222 cmd_len += 2;
239 cmd_len += 2;
248 cmd_len += 2;
261 cmd_len += 2;
281 cmd_len = 0;
284 return cmd_len;
300 int cmd_len = 2; local
551 int cmd_len = 2; local
673 int cmd_len = 0; local
[all...]
H A Davr-dis.c269 int cmd_len = 2; local
342 cmd_len = 4;
386 return cmd_len;
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/opcodes/
H A Dmsp430-dis.c97 int cmd_len = 2; local
144 cmd_len += 2;
154 cmd_len += 2;
161 cmd_len += 2;
222 cmd_len += 2;
239 cmd_len += 2;
248 cmd_len += 2;
261 cmd_len += 2;
281 cmd_len = 0;
284 return cmd_len;
300 int cmd_len = 2; local
551 int cmd_len = 2; local
673 int cmd_len = 0; local
[all...]
H A Davr-dis.c283 int cmd_len = 2; local
357 cmd_len = 4;
401 return cmd_len;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/global/
H A Danvil_clnt.c384 ssize_t cmd_len; local
416 cmd_len = strlen(cmd);
417 if (strncmp(cmd, ANVIL_REQ_CONN, cmd_len) == 0) {
422 } else if (strncmp(cmd, ANVIL_REQ_MAIL, cmd_len) == 0) {
427 } else if (strncmp(cmd, ANVIL_REQ_RCPT, cmd_len) == 0) {
432 } else if (strncmp(cmd, ANVIL_REQ_NTLS, cmd_len) == 0) {
437 } else if (strncmp(cmd, ANVIL_REQ_NTLS_STAT, cmd_len) == 0) {
442 } else if (strncmp(cmd, ANVIL_REQ_DISC, cmd_len) == 0) {
447 } else if (strncmp(cmd, ANVIL_REQ_LOOKUP, cmd_len) == 0) {
H A Dheader_body_checks.c18 /* int cmd_len, const char *cmd_args,
231 int cmd_len = cmd_args - cmd; local
245 && (ret = cb->extend(context, cmd, cmd_len, cmd_args, where, line,
249 if (STREQUAL(cmd, "WARN", cmd_len)) {
253 if (STREQUAL(cmd, "INFO", cmd_len)) {
257 if (STREQUAL(cmd, "REPLACE", cmd_len)) {
271 if (cb->prepend && STREQUAL(cmd, "PREPEND", cmd_len)) {
286 if (STREQUAL(cmd, "IGNORE", cmd_len))
290 if (STREQUAL(cmd, "DUNNO", cmd_len) /* preferred */
291 ||STREQUAL(cmd, "OK", cmd_len)) /* compatibilit
[all...]
/netbsd-6-1-5-RELEASE/crypto/external/bsd/openssl/dist/test/
H A Dtverify.com14 $ cmd_len = f$length( cmd)
34 $ if (cmd_len+ f$length( args)+ 1+ f$length( f) .gt. line_max)
/netbsd-6-1-5-RELEASE/sys/arch/xen/include/xen-public/io/
H A Dvscsiif.h60 uint8_t cmd_len; member in struct:vscsiif_request
/netbsd-6-1-5-RELEASE/sys/compat/linux/common/
H A Dlinux_sg.c126 if (lreq.cmd_len > sizeof(req.cmd)) {
127 DPRINTF(("invalid command length %d\n", lreq.cmd_len));
132 error = copyin(lreq.cmdp, req.cmd, lreq.cmd_len);
139 req.cmdlen = lreq.cmd_len;
268 printf("linuxreq [interface_id=%x, dxfer_direction=%d, cmd_len=%d, "
274 lr->interface_id, lr->dxfer_direction, lr->cmd_len,
H A Dlinux_sg.h68 unsigned char cmd_len; member in struct:linux_sg_io_hdr
/netbsd-6-1-5-RELEASE/sys/arch/prep/pnpbus/
H A Dwdc_pnpbus.c104 int cmd_iobase, cmd_len, aux_iobase, aux_len, i; local
111 pnpbus_getioport(&pna->pna_res, 0, &cmd_iobase, &cmd_len);
119 for (i = 0; i < cmd_len; i++) {
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/common/
H A Dwpa_ctrl.c199 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, argument
213 _cmd_len = os_strlen(ctrl->cookie) + 1 + cmd_len;
222 os_memcpy(pos, cmd, cmd_len);
227 _cmd_len = cmd_len;
410 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len, argument
417 if (!WriteFile(ctrl->pipe, cmd, cmd_len, &written, NULL))
H A Dwpa_ctrl.h130 * @cmd_len: Length of the cmd in bytes
152 int wpa_ctrl_request(struct wpa_ctrl *ctrl, const char *cmd, size_t cmd_len,
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/daemons/clvmd/
H A Dclvmd.h56 int cmd_len; /* Length of above */ member in struct:localsock_bits
H A Dclvmd.c1081 thisfd->bits.localsock.cmd_len = len + missing_len;
1212 int len = thisfd->bits.localsock.cmd_len;
/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/wpa_supplicant/
H A Dwpa_priv.c466 size_t cmd_len; local
487 cmd_len = res - sizeof(int);
497 wpa_priv_cmd_scan(iface, cmd_buf, cmd_len);
503 wpa_priv_cmd_associate(iface, cmd_buf, cmd_len);
512 wpa_priv_cmd_set_key(iface, cmd_buf, cmd_len);
518 wpa_priv_cmd_l2_register(iface, &from, cmd_buf, cmd_len);
527 wpa_priv_cmd_l2_send(iface, &from, cmd_buf, cmd_len);
531 if (pos + cmd_len >= buf + sizeof(buf))
533 pos[cmd_len] = '\0';
/netbsd-6-1-5-RELEASE/sys/dev/mca/
H A Dedc_mca.c571 u_int16_t cmd_args[], int cmd_len, int poll)
595 cmd0 = ((cmd_len == 4) ? (CIFR_LONG_CMD) : 0)
606 for(i=0; i < cmd_len; i++) {
570 edc_run_cmd(struct edc_mca_softc *sc, int cmd, int devno, u_int16_t cmd_args[], int cmd_len, int poll) argument
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/smtpd/
H A Dsmtpd_check.c1935 int cmd_len; local
1948 cmd_len = cmd_text - value;
1960 if (STREQUAL(value, "DUNNO", cmd_len))
1967 if (STREQUAL(value, "REJECT", cmd_len)) {
1982 if (STREQUAL(value, "DEFER", cmd_len)) {
1996 if (STREQUAL(value, "WARN", cmd_len)) {
2005 if (STREQUAL(value, "FILTER", cmd_len)) {
2033 if (STREQUAL(value, "HOLD", cmd_len)) {
2058 if (STREQUAL(value, "DELAY", cmd_len)) {
2086 if (STREQUAL(value, "DISCARD", cmd_len)) {
[all...]
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/cleanup/
H A Dcleanup_milter.c261 int cmd_len, const char *optional_text,
305 if (STREQUAL(command, "REJECT", cmd_len)) {
332 if (STREQUAL(command, "FILTER", cmd_len)) {
348 if (STREQUAL(command, "DISCARD", cmd_len)) {
355 if (STREQUAL(command, "HOLD", cmd_len)) {
362 if (STREQUAL(command, "REDIRECT", cmd_len)) {
260 cleanup_milter_hbc_extend(void *context, const char *command, int cmd_len, const char *optional_text, const char *where, const char *buf, ssize_t buf_len, off_t offset) argument
/netbsd-6-1-5-RELEASE/usr.sbin/mmcformat/
H A Duscsi_subr.c290 req.cmd_len = cmdlen;
/netbsd-6-1-5-RELEASE/sys/dev/ic/
H A Dpdq.c397 size_t cmd_len;
507 cmdlen = PDQ_ROUNDUP(pdq_cmd_info[op].cmd_len, PDQ_CMD_RX_ALIGNMENT);
393 size_t cmd_len; member in struct:__anon7553

Completed in 173 milliseconds