Home
last modified time | relevance | path

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

/freebsd-14.2/usr.sbin/lpr/lpc/
H A Dextern.h46 void abort_q(struct printer *_pp);
49 void clean_q(struct printer *_pp);
50 void disable_q(struct printer *_pp);
52 void down_q(struct printer *_pp);
53 void enable_q(struct printer *_pp);
59 void restart_q(struct printer *_pp);
61 void setstatus_q(struct printer *_pp);
62 void start_q(struct printer *_pp);
63 void status(struct printer *_pp);
64 void stop_q(struct printer *_pp);
[all …]
H A Dcmds.c86 static void upstat(struct printer *_pp, const char *_msg, int _notify);
108 generic(void (*specificrtn)(struct printer *_pp), int cmdopts, in generic() argument
/freebsd-14.2/usr.sbin/lpr/common_source/
H A Dlp.h274 char *checkremote(struct printer *_pp);
278 void displayq(struct printer *_pp, int _format);
282 int firstprinter(struct printer *_pp, int *_error);
283 void free_printer(struct printer *_pp);
290 void inform(const struct printer *_pp, char *_cf);
291 void init_printer(struct printer *_pp);
297 int lockchk(struct printer *_pp, char *_slockf);
300 int nextprinter(struct printer *_pp, int *_error);
304 void process(const struct printer *_pp, char *_file);
306 void rmremote(const struct printer *_pp);
[all …]
H A Dprintcap.c72 static int getprintcap_int(char *_bp, struct printer *_pp);
H A Ddisplayq.c92 static void daemonwarn(const struct printer *_pp);
/freebsd-14.2/tools/tools/shlib-compat/
H A Dshlib-compat.py313 def _pp(self, pp): member in Def
332 def _pp(self, pp): member in Void
336 def _pp(self, pp): member in VarArgs
340 def _pp(self, pp): member in PointerDef
346 def _pp(self, pp): member in BaseTypeDef
365 def _pp(self, pp): member in TypeAliasDef
374 def _pp(self, pp): member in EnumerationTypeDef
379 def _pp(self, pp): member in ConstTypeDef
384 def _pp(self, pp): member in VolatileTypeDef
389 def _pp(self, pp): member in RestrictTypeDef
[all …]
/freebsd-14.2/lib/libpmcstat/
H A Dlibpmcstat.h336 void pmcstat_process_elf_exec(struct pmcstat_process *_pp,
341 void pmcstat_image_link(struct pmcstat_process *_pp,
344 void pmcstat_process_aout_exec(struct pmcstat_process *_pp,
346 void pmcstat_process_exec(struct pmcstat_process *_pp,
/freebsd-14.2/usr.sbin/lpr/lpd/
H A Dprintjob.c133 static int dofork(const struct printer *_pp, int _action);
137 static void init(struct printer *_pp);
138 static void openpr(const struct printer *_pp);
139 static void opennet(const struct printer *_pp);
140 static void opentty(const struct printer *_pp);
142 static int print(struct printer *_pp, int _format, char *_file);
143 static int printit(struct printer *_pp, char *_file);
146 static char response(const struct printer *_pp);
152 static int sendit(struct printer *_pp, char *_file);
154 static void setty(const struct printer *_pp);
[all …]
H A Dextern.h43 void printjob(struct printer *_pp);
H A Drecvjob.c86 static int readfile(struct printer *_pp, char *_file, size_t _size);
87 static int readjob(struct printer *_pp);
H A Dlpd.c114 static int ckqueue(struct printer *_pp);
/freebsd-14.2/usr.sbin/lpr/lpr/
H A Dlpr.c115 static void chkprinter(const char *_ptrname, struct printer *_pp);
117 static void copy(const struct printer *_pp, int _f, const char _n[]);
121 static char *lmktemp(const struct printer *_pp, const char *_id,
123 static void mktemps(const struct printer *_pp);
/freebsd-14.2/sys/sys/
H A Dpmclog.h315 void pmclog_process_proccsw(struct pmc *_pm, struct pmc_process *_pp,
319 void pmclog_process_procexit(struct pmc *_pm, struct pmc_process *_pp);
H A Dpmc.h1055 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp);
1056 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
/freebsd-14.2/usr.sbin/lpr/lpq/
H A Dlpq.c77 static int ckqueue(const struct printer *_pp);
/freebsd-14.2/sys/netlink/
H A Dnetlink_message_parser.h126 #define NL_DECLARE_PARSER_EXT(_name, _t, _sp, _fp, _np, _pp) \ argument
134 .post_parse = _pp, \
/freebsd-14.2/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h431 #define POINTER_INVALIDATE(_pp) /* nothing */