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

  /src/usr.sbin/mopd/common/
rc.c 43 u_char tmpc,code,control; local in function:mopDumpRC
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...]
dl.c 43 u_char tmpc,c,program[257],code; local in function:mopDumpDL
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...]
print.c 439 u_char ilen ,tmpc,device; local in function:mopPrintInfo
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 in function:mopProcess
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 in function:mopProcessInfo
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 in function:mopProcessDL
468 tmpc = mopGetChar(pkt,idx); /* Device Type */
470 tmpc = mopGetChar(pkt,idx); /* Format Version *
567 u_char tmpc; local in function:mopProcessRC
    [all...]
  /src/sbin/nvmectl/
bignum.c 280 mp_digit *tmpc, shift, mask, carry, rr; local in function:lshift_bits
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 in function:basic_add
577 tmpc = c->dp;
583 *tmpc = *tmpa++ + *tmpb++ + carry;
586 carry = *tmpc >> ((mp_digit)DIGIT_BIT)
641 mp_digit carry, *tmpa, *tmpb, *tmpc; local in function:basic_subtract
762 mp_digit carry, *tmpa, *tmpc; local in function:multiply_digit
937 mp_digit *tmpc, mask, shift; local in function:rshift_bits
2303 mp_digit *tmpc; local in function:fast_col_array_multiply
2497 mp_digit *tmpc; local in function:fast_basic_multiply_partial_upper
4542 mp_digit *tmpa, *tmpc, mu; local in function:add_single_digit
4631 mp_digit *tmpa, *tmpc, mu; local in function:signed_subtract_word
    [all...]

Completed in 12 milliseconds