Lines Matching defs:pic
307 "pic kstat data structure for %s\n"),
315 "pic kstat.\n"), pgmname);
322 (void) printf(gettext("pic%-8d\n"), i-1);
398 "event names or pic values not "
405 * Now dealing with pic values.
520 (void) fprintf(stderr, gettext("%s: no pic number "
525 if (strncmp(value, "pic", PIC_STR_LEN) != 0) {
526 (void) fprintf(stderr, gettext("%s: missing pic "
532 * Step over the 'pic' part of the string to
533 * get the pic number.
539 (void) fprintf(stderr, gettext("%s: invalid pic "
655 /* for each pic... */
675 "pic kstat structure for %s.\n"),
786 "pic kstat.\n"), pgmname);
864 * Set the events for each pic on each device instance.
923 gettext("%s: invalid pic #%d.\n"),
929 * Store the previous value that is on the pic
943 * pic we are setting events on. Also clear the pcr value
1001 "(pic %d) no longer valid.\n"),
1027 * per-pic then we are multiplexing.
1062 "(pic %d) no longer valid.\n"), pgmname,
1074 * of the PCR relating to the pic we are interested by
1075 * AND'ing the inverse of the clear mask for this pic.
1199 * of the PCR relating to the pic we are interested by
1200 * AND'ing the inverse of the clear mask for this pic.
1304 " (pic %d) no longer valid.\n"), pgmname,
1437 find_pic_kstat(char *dev_name, int inst_num, char *pic)
1443 if ((p_ksp = kstat_lookup(kc, dev_name, inst_num, pic)) == NULL) {
1447 (strcmp(ksp->ks_name, pic) == 0) &&
1471 "pic%d ", i, i);