Searched refs:pjob (Results 1 – 1 of 1) sorted by relevance
204 smbd_printjob_t pjob; in smbd_spool_copyfile() local244 pjob.pj_pid = pthread_self(); in smbd_spool_copyfile()245 pjob.pj_sysjob = 10; in smbd_spool_copyfile()246 (void) strlcpy(pjob.pj_filename, path, SMBD_PJOBLEN); 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()[all …]