Home
last modified time | relevance | path

Searched refs:n_cmd (Results 1 - 4 of 4) sorted by relevance

/third_party/node/tools/gyp/pylib/gyp/
H A DMSVSUserFile.py101 n_cmd = [
138 self.configurations[config_name].append(n_cmd)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/
H A DMSVSUserFile.py101 n_cmd = [
138 self.configurations[config_name].append(n_cmd)
/third_party/backends/backend/
H A Dcoolscan3.c197 size_t n_cmd, n_send, n_recv; member
2098 s->n_cmd = 0; in cs3_init_buffer()
2198 if (!s->n_cmd) in cs3_issue_cmd()
2211 s->n_cmd = 6; in cs3_issue_cmd()
2219 s->n_cmd = 10; in cs3_issue_cmd()
2228 if (s->n_send < s->n_cmd) { in cs3_issue_cmd()
2234 n_data = s->n_send - s->n_cmd; in cs3_issue_cmd()
2256 sanei_scsi_cmd2(s->fd, s->send_buf, s->n_cmd, in cs3_issue_cmd()
2257 s->send_buf + s->n_cmd, s->n_send - s->n_cmd, in cs3_issue_cmd()
[all...]
H A Dcoolscan2.c234 size_t n_cmd, n_send, n_recv; member
2069 s->n_cmd = 0; in cs2_init_buffer()
2152 if (!s->n_cmd) in cs2_issue_cmd()
2166 s->n_cmd = 6; in cs2_issue_cmd()
2174 s->n_cmd = 10; in cs2_issue_cmd()
2182 if (s->n_send < s->n_cmd) in cs2_issue_cmd()
2189 n_data = s->n_send - s->n_cmd; in cs2_issue_cmd()
2215 sanei_scsi_cmd2 (s->fd, s->send_buf, s->n_cmd, s->send_buf + s->n_cmd, in cs2_issue_cmd()
2216 s->n_send - s->n_cmd, in cs2_issue_cmd()
[all...]

Completed in 6 milliseconds