Searched refs:np_bsdjob_t (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/lp/model/netpr/ |
H A D | bsd_misc.c | 37 static int job_primitive(np_bsdjob_t *, char, char *); 38 static int create_cfA_file(np_bsdjob_t *); 39 static char *create_cfname(np_bsdjob_t *); 40 static char *create_dfname(np_bsdjob_t *); 43 np_bsdjob_t * 47 np_bsdjob_t *job; in create_bsd_job() 57 job = (np_bsdjob_t *)malloc(sizeof (np_bsdjob_t)); in create_bsd_job() 59 (void) memset(job, 0, sizeof (np_bsdjob_t)); in create_bsd_job() 192 create_dfname(np_bsdjob_t *job) in create_dfname() 220 create_cfname(np_bsdjob_t *job) in create_cfname() [all …]
|
H A D | netpr.h | 93 typedef struct np_bsdjob np_bsdjob_t; typedef 151 extern int add_bsd_file(char *, np_bsdjob_t *); 156 extern np_bsdjob_t * create_bsd_job(np_job_t *, int, int); 160 extern int bsd_print(int, caddr_t, np_bsdjob_t *);
|
H A D | netpr.c | 164 np_bsdjob_t *bsdjob; in main() 346 bsdjob = (np_bsdjob_t *) in main()
|
H A D | net.c | 50 bsd_print(int sockfd, caddr_t pa, np_bsdjob_t * bsdjob) in bsd_print()
|