Lines Matching refs:label
1 /* listobjs [-P] [-s slot] [-i $id | -l $label] [-p $pin] */
26 char *label = NULL;
50 label = optarg;
67 "usage: listobjs [-P] [-s slot] [-p pin] -i id | $label\n");
70 if ((!id) && (!label))
78 } else if (label) {
79 printf("label %s\n", label);
81 search_template[0].pValue = label;
82 search_template[0].ulValueLen = strlen(label);
162 printf("object[%d]: handle %u class %d label[%u] '%s' id[%u] ",