Searched refs:PRIORITY (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/cmd/
H A Dlpusers.c50 char *PRIORITY; variable
151 PRIORITY = Lp_Users;
154 if (!(ppri_tbl = ld_priority_file(PRIORITY))) {
157 LP_ERRMSG1(ERROR, E_LPU_BADFORM, PRIORITY);
160 LP_ERRMSG2(ERROR, E_LPU_BADFILE, PRIORITY, errno);
185 if ((fd = open_locked(PRIORITY, "w", LPU_MODE)) < 0) {
186 LP_ERRMSG1(ERROR, E_LP_ACCESS, PRIORITY);
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dllp.c189 static const char PRIORITY[] = "priority"; local
267 } else if (strcasecmp(srcstr, PRIORITY) == 0) {
/illumos-gate/usr/src/lib/libdladm/common/
H A Dlibdlflow.c68 static const char *PRIORITY = "priority"; variable
167 } else if (strcmp(name, PRIORITY) == 0) {
239 FPRINTF_ERR(fprintf(fp, "%s=%d\t", PRIORITY,

Completed in 194 milliseconds