Searched refs:PRIORITY (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/lp/cmd/ |
H A D | lpusers.c | 50 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()
|
/titanic_44/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | llp.c | 189 static const char PRIORITY[] = "priority"; in parse_llp_config() local 267 } else if (strcasecmp(srcstr, PRIORITY) == 0) { in parse_llp_config()
|
/titanic_44/usr/src/lib/libdladm/common/ |
H A D | libdlflow.c | 68 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()
|