Home
last modified time | relevance | path

Searched refs:R_ALLOC_FILES (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpadmin/
H A Doutput.c73 case R_ALLOC_FILES:
138 case R_ALLOC_FILES:
H A Ddo_align.c205 if (mrecv(buffer, MSGMAX) != R_ALLOC_FILES) {
210 (void)getmessage (buffer, R_ALLOC_FILES, &status, &file_prefix);
/titanic_41/usr/src/cmd/lp/include/
H A Dmsgs.h49 # define R_ALLOC_FILES 4 macro
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp1.c61 mputm(md, R_ALLOC_FILES, MOK, file_prefix); in s_alloc_files()
64 mputm(md, R_ALLOC_FILES, MERRDEST, ""); in s_alloc_files()
66 mputm(md, R_ALLOC_FILES, MNOMEM, ""); in s_alloc_files()
/titanic_41/usr/src/cmd/lp/lib/papi/
H A Dlpsched-msgs.c202 (rcv_msg(svc, R_ALLOC_FILES, &status, prefix) < 0)) in lpsched_alloc_files()