Home
last modified time | relevance | path

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