Lines Matching +defs:last +defs:name
8 * documentation, and that the name of Kazutaka YOKOTA not be used in
64 const char *name;
168 pInfo->name, t->val);
183 CARD32 last;
190 last = mPriv->pnpLast;
193 if (last) {
194 if (last - currentTime.milliseconds < 100
196 && (last - currentTime.milliseconds < 10000))) {
404 xf86MsgVerb(X_INFO, 2, "%s: PnP ID string: `%*.*s'\n", pInfo->name,
411 xf86MsgVerb(X_INFO, 2, "%s: PnP rev %d.%02d\n", pInfo->name,
482 xf86MsgVerb(X_INFO, 4, "%s: PnP checksum: 0x%02X\n", pInfo->name, sum);
546 /* name/val mapping */
553 for (i = 0; tab[i].name != NULL; ++i) {
554 if (strncmp(tab[i].name, s, len) == 0)