Home
last modified time | relevance | path

Searched refs:np_request_id (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c83 job->np_request_id = malloc(4); in create_bsd_job()
84 ASSERT(job->np_request_id, MALLOC_ERR); in create_bsd_job()
90 (void) snprintf(job->np_request_id, (size_t)4, in create_bsd_job()
211 job->np_request_id, job->np_host); in create_dfname()
233 job->np_request_id, job->np_host); in create_cfname()
H A Dnetpr.h133 char *np_request_id; member