Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c204 smbd_printjob_t pjob; in smbd_spool_copyfile() local
244 pjob.pj_pid = pthread_self(); in smbd_spool_copyfile()
245 pjob.pj_sysjob = 10; in smbd_spool_copyfile()
247 pjob.pj_start_time = time(NULL); in smbd_spool_copyfile()
248 pjob.pj_status = 2; in smbd_spool_copyfile()
249 pjob.pj_size = sbuf.st_blocks * 512; in smbd_spool_copyfile()
250 pjob.pj_page_count = 1; in smbd_spool_copyfile()
251 pjob.pj_isspooled = B_TRUE; in smbd_spool_copyfile()
252 pjob.pj_jobnum = smbd_cups_jobnum; in smbd_spool_copyfile()
282 pjob.pj_filename); in smbd_spool_copyfile()
[all …]