HomeSort by: relevance | last modified time | path
    Searched refs:tmpc (Results 1 - 6 of 6) sorted by relevancy

  /src/usr.sbin/mopd/common/
dl.c 43 u_char tmpc,c,program[257],code; local
63 tmpc = mopGetChar(pkt,&idx); /* Load Number */
64 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
109 tmpc = mopGetChar(pkt,&idx); /* Load Number */
110 (void)fprintf(fd,"Load Number : %02x\n",tmpc);
158 tmpc = mopGetChar(pkt,&idx); /* Device Type */
159 (void)fprintf(fd, "Device Type : %02x ",tmpc);
160 mopPrintDevice(fd, tmpc); (void)fprintf(fd, "\n");
162 tmpc = mopGetChar(pkt,&idx); /* Format Version */
163 (void)fprintf(fd,"Format : %02x\n",tmpc);
    [all...]
rc.c 43 u_char tmpc,code,control; local
62 tmpc = mopGetChar(pkt,&idx);
63 (void)fprintf(fd,"Reserved : %02x\n",tmpc);
79 tmpc = mopGetChar(pkt,&idx); /* Processor */
80 (void)fprintf(fd,"Processor : %02x ",tmpc);
81 mopPrintBPTY(fd, tmpc); (void)fprintf(fd, "\n");
102 tmpc = mopGetChar(pkt,&idx);/* Device ID */
104 "Device ID : %02x '",tmpc);
105 for (i = 0; i < ((int) tmpc); i++) {
112 tmpc = mopGetChar(pkt,&idx); /* Software ID *
    [all...]
print.c 439 u_char ilen ,tmpc,device; local
461 tmpc = mopGetChar(pkt,idx);
462 *idx = *idx + tmpc;
524 tmpc = mopGetChar(pkt,idx);
525 (void)fprintf(fd,"Software ID : %02x ",tmpc);
526 if (tmpc == 0) {
529 if (tmpc == 254) {
531 tmpc = 0;
533 if (tmpc == 255) {
535 tmpc = 0
    [all...]
  /src/usr.sbin/mopd/mopprobe/
mopprobe.c 96 u_char *dst, *src, *p, mopcode, tmpc, ilen; local
143 tmpc = mopGetChar(pkt,&idx); /* Reserved */
152 tmpc = mopGetChar(pkt,&idx);
153 idx = idx + tmpc;
183 tmpc = mopGetChar(pkt,&idx);
185 idx = idx + tmpc;
  /src/usr.sbin/mopd/mopd/
process.c 65 u_char ilen ,tmpc,device; local
85 tmpc = mopGetChar(pkt,idx);
86 *idx = *idx + tmpc;
118 tmpc = mopGetChar(pkt,idx);
119 ucp = pkt + *idx; *idx = *idx + tmpc;
122 tmpc = mopGetChar(pkt,idx);
125 tmpc = mopGetChar(pkt,idx);
430 u_char tmpc; local
468 tmpc = mopGetChar(pkt,idx); /* Device Type */
470 tmpc = mopGetChar(pkt,idx); /* Format Version *
567 u_char tmpc; local
    [all...]
  /src/sbin/nvmectl/
bignum.c 280 mp_digit *tmpc, shift, mask, carry, rr; local
290 tmpc = c->dp;
296 rr = (*tmpc >> shift) & mask;
299 *tmpc = ((*tmpc << d) | carry) & MP_MASK;
300 ++tmpc;
565 mp_digit carry, *tmpa, *tmpb, *tmpc; local
577 tmpc = c->dp;
583 *tmpc = *tmpa++ + *tmpb++ + carry;
586 carry = *tmpc >> ((mp_digit)DIGIT_BIT)
641 mp_digit carry, *tmpa, *tmpb, *tmpc; local
762 mp_digit carry, *tmpa, *tmpc; local
937 mp_digit *tmpc, mask, shift; local
2303 mp_digit *tmpc; local
2497 mp_digit *tmpc; local
4542 mp_digit *tmpa, *tmpc, mu; local
4631 mp_digit *tmpa, *tmpc, mu; local
    [all...]

Completed in 33 milliseconds