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

  /src/usr.sbin/mopd/common/
rc.c 44 u_short len,tmps,moplen; local in function:mopDumpRC
65 tmps = mopGetShort(pkt,&idx);
66 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps);
72 tmps = mopGetShort(pkt,&idx);
73 (void)fprintf(fd,"Verification : %04x\n",tmps);
142 tmps = mopGetShort(pkt,&idx); /* Receipt # */
150 tmps = mopGetShort(pkt,&idx);
151 (void)fprintf(fd,"Receipt Nbr : %04x\n",tmps);
156 tmps = mopGetShort(pkt,&idx);
157 (void)fprintf(fd,"Receipt Nbr : %04x %d\n",tmps,tmps)
    [all...]
dl.c 45 u_short len,tmps,moplen; local in function:mopDumpDL
152 tmps = mopGetShort(pkt,&idx); /* Count */
153 (void)fprintf(fd,"Count : %04x (%d)\n",tmps,tmps);
print.c 438 u_short itype,tmps; local in function:mopPrintInfo
472 tmps = mopGetShort(pkt,idx);
473 (void)fprintf(fd,"Maint Function: %04x ( ",tmps);
474 if (tmps & 1) (void)fprintf(fd, "Loop ");
475 if (tmps & 2) (void)fprintf(fd, "Dump ");
476 if (tmps & 4) (void)fprintf(fd, "Pldr ");
477 if (tmps & 8) (void)fprintf(fd, "MLdr ");
478 if (tmps & 16) (void)fprintf(fd, "Boot ");
479 if (tmps & 32) (void)fprintf(fd, "CC ");
480 if (tmps & 64) (void)fprintf(fd, "DLC ")
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/iccsense/
nouveau_nvkm_subdev_iccsense_base.c 139 struct nvkm_iccsense_sensor *sensor, *tmps; local in function:nvkm_iccsense_dtor
142 list_for_each_entry_safe(sensor, tmps, &iccsense->sensors, head) {
  /src/usr.sbin/mopd/mopd/
process.c 64 u_short itype,tmps; local in function:mopProcessInfo
94 tmps = mopGetShort(pkt,idx);
100 tmps = mopGetShort(pkt,idx);
103 tmps = mopGetShort(pkt,idx);
106 tmps = mopGetShort(pkt,idx);
128 tmps = mopGetShort(pkt,idx);
129 dl_rpr->dl_bsz = tmps;
148 tmps = mopGetShort(pkt,idx);

Completed in 13 milliseconds