Searched refs:np_bsdjob_t (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c39 static int job_primitive(np_bsdjob_t *, char, char *);
40 static int create_cfA_file(np_bsdjob_t *);
41 static char *create_cfname(np_bsdjob_t *);
42 static char *create_dfname(np_bsdjob_t *);
45 np_bsdjob_t *
49 np_bsdjob_t *job;
59 job = (np_bsdjob_t *)malloc(sizeof (np_bsdjob_t));
61 (void) memset(job, 0, sizeof (np_bsdjob_t));
194 create_dfname(np_bsdjob_t *jo
[all...]
H A Dnetpr.h95 typedef struct np_bsdjob np_bsdjob_t; typedef in typeref:struct:np_bsdjob
153 extern int add_bsd_file(char *, np_bsdjob_t *);
158 extern np_bsdjob_t * create_bsd_job(np_job_t *, int, int);
162 extern int bsd_print(int, caddr_t, np_bsdjob_t *);
H A Dnetpr.c166 np_bsdjob_t *bsdjob;
346 bsdjob = (np_bsdjob_t *)
H A Dnet.c52 bsd_print(int sockfd, caddr_t pa, np_bsdjob_t * bsdjob)

Completed in 68 milliseconds