Searched refs:ncmd (Results 1 - 9 of 9) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c7xx.c5020 struct NCR53c7x0_cmd *ncmd =
5033 if (!check_address ((unsigned long) ncmd, sizeof (struct NCR53c7x0_cmd)) &&
5034 ((insn >= ncmd->data_transfer_start &&
5035 insn < ncmd->data_transfer_end) ||
5036 (insn >= ncmd->residual &&
5037 insn < (ncmd->residual +
5038 sizeof(ncmd->residual))))) {
5077 struct NCR53c7x0_cmd *ncmd =
5084 if (check_address ((unsigned long) ncmd,sizeof (struct NCR53c7x0_cmd)) == 0)
5088 ncmd
[all...]
H A D53c7,8xx.c5325 struct NCR53c7x0_cmd *ncmd =
5338 if (!check_address ((unsigned long) ncmd, sizeof (struct NCR53c7x0_cmd)) &&
5339 ((insn >= ncmd->data_transfer_start &&
5340 insn < ncmd->data_transfer_end) ||
5341 (insn >= ncmd->residual &&
5342 insn < (ncmd->residual +
5343 sizeof(ncmd->residual))))) {
5382 struct NCR53c7x0_cmd *ncmd =
5389 if (check_address ((unsigned long) ncmd,
5394 ptr = bus_to_virt(le32_to_cpu(ncmd
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/char/
H A Dh8.c211 if (qp->nacks > qp->ncmd)
218 if (qp->cnt < qp->ncmd) {
461 qp->ncmd = cmd_size;
H A Dh8.h233 int ncmd; /* number of bytes in command */ member in struct:h8_cmd_q
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/icn/
H A Dicn.c477 isdn_ctrl ncmd; local
482 memset(&ncmd, 0, sizeof(ncmd));
484 ncmd.driver = card->myid;
485 ncmd.arg = channel;
486 ncmd.command = ISDN_STAT_BHUP;
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/net/bluetooth/
H A Dhci.h519 __u8 ncmd; member in struct:__anon11639
527 __u8 ncmd; member in struct:__anon11640
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/net/bluetooth/
H A Dhci.h519 __u8 ncmd; member in struct:__anon7233
527 __u8 ncmd; member in struct:__anon7234
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Dash.c469 struct ncmd { struct
566 struct ncmd ncmd; member in union:node
2666 for (argp = cmd->ncmd.assign; argp; argp = argp->narg.next) {
2670 argp = cmd->ncmd.args; argp && !arglist.list;
2690 expredir(cmd->ncmd.redirect);
2795 if (cmd->ncmd.backgnd
2799 mode = cmd->ncmd.backgnd;
2812 redirect(cmd->ncmd.redirect, REDIR_PUSH);
2864 redirect(cmd->ncmd
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/bluetooth/
H A Dhci_event.c792 if (cs->ncmd) {
829 if (ec->ncmd) {

Completed in 141 milliseconds