Lines Matching full:priority
62 fprintf(stderr, " [ action ACTION ] [ priority PRIORITY ] [ flag FLAG-LIST ]\n");
67 fprintf(stderr, " [ index INDEX ] [ ptype PTYPE ] [ action ACTION ] [ priority PRIORITY ]\n");
322 } else if (strcmp(*argv, "priority") == 0) {
324 if (get_u32(&req.xpinfo.priority, *argv, 0))
325 invarg("\"PRIORITY\" is invalid", *argv);
453 if ((xpinfo->priority^filter.xpinfo.priority)&filter.priority_mask)
813 } else if (strcmp(*argv, "priority") == 0) {
815 if (get_u32(&filter.xpinfo.priority, *argv, 0))
816 invarg("\"PRIORITY\" is invalid", *argv);