Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/smbsrv/smbd/
H A Dsmbd_spool.c204 smbd_printjob_t pjob; in smbd_spool_copyfile() local
254 pjob.pj_pid = pthread_self(); in smbd_spool_copyfile()
255 pjob.pj_sysjob = 10; in smbd_spool_copyfile()
256 (void) strlcpy(pjob.pj_filename, path, SMBD_PJOBLEN); in smbd_spool_copyfile()
257 pjob.pj_start_time = time(NULL); in smbd_spool_copyfile()
258 pjob.pj_status = 2; in smbd_spool_copyfile()
259 pjob.pj_size = sbuf.st_blocks * 512; in smbd_spool_copyfile()
260 pjob.pj_page_count = 1; in smbd_spool_copyfile()
261 pjob.pj_isspooled = B_TRUE; in smbd_spool_copyfile()
262 pjob.pj_jobnum = smbd_cups_jobnum; in smbd_spool_copyfile()
[all …]