Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/lpc/
H A Dextern.h44 void abort_q(struct printer *_pp);
47 void clean_q(struct printer *_pp);
48 void disable_q(struct printer *_pp);
50 void down_q(struct printer *_pp);
51 void enable_q(struct printer *_pp);
57 void restart_q(struct printer *_pp);
59 void setstatus_q(struct printer *_pp);
60 void start_q(struct printer *_pp);
61 void status(struct printer *_pp);
62 void stop_q(struct printer *_pp);
[all …]
H A Dcmds.c74 static void upstat(struct printer *_pp, const char *_msg, int _notify);
96 generic(void (*specificrtn)(struct printer *_pp), int cmdopts, in generic() argument
/freebsd/usr.sbin/lpr/common_source/
H A Dlp.h272 char *checkremote(struct printer *_pp);
276 void displayq(struct printer *_pp, int _format);
280 int firstprinter(struct printer *_pp, int *_error);
281 void free_printer(struct printer *_pp);
288 void inform(const struct printer *_pp, char *_cf);
289 void init_printer(struct printer *_pp);
295 int lockchk(struct printer *_pp, char *_slockf);
298 int nextprinter(struct printer *_pp, int *_error);
302 void process(const struct printer *_pp, char *_file);
304 void rmremote(const struct printer *_pp);
[all …]
H A Dprintcap.c66 static int getprintcap_int(char *_bp, struct printer *_pp);
H A Ddisplayq.c86 static void daemonwarn(const struct printer *_pp);
/freebsd/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/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/usr.sbin/lpr/lpd/
H A Dprintjob.c121 static int dofork(const struct printer *_pp, int _action);
125 static void init(struct printer *_pp);
126 static void openpr(const struct printer *_pp);
127 static void opennet(const struct printer *_pp);
128 static void opentty(const struct printer *_pp);
130 static int print(struct printer *_pp, int _format, char *_file);
131 static int printit(struct printer *_pp, char *_file);
134 static char response(const struct printer *_pp);
140 static int sendit(struct printer *_pp, char *_file);
142 static void setty(const struct printer *_pp);
[all …]
H A Dextern.h41 void printjob(struct printer *_pp);
H A Drecvjob.c74 static int readfile(struct printer *_pp, char *_file, size_t _size);
75 static int readjob(struct printer *_pp);
H A Dlpd.c102 static int ckqueue(struct printer *_pp);
/freebsd/sys/netlink/
H A Dnetlink_message_parser.h126 #define NL_DECLARE_PARSER_EXT(_name, _t, _sp, _fp, _np, _pp) \ argument
134 .post_parse = _pp, \
153 #define NL_DECLARE_ATTR_PARSER_EXT(_name, _np, _pp) \ argument
157 .post_parse = (_pp) \
/freebsd/usr.sbin/lpr/lpr/
H A Dlpr.c103 static void chkprinter(const char *_ptrname, struct printer *_pp);
105 static void copy(const struct printer *_pp, int _f, const char _n[]);
109 static char *lmktemp(const struct printer *_pp, const char *_id,
111 static void mktemps(const struct printer *_pp);
/freebsd/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.h1053 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp);
1054 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
/freebsd/usr.sbin/lpr/lpq/
H A Dlpq.c65 static int ckqueue(const struct printer *_pp);
/freebsd/sys/contrib/openzfs/include/sys/
H A Dzfs_context.h431 #define POINTER_INVALIDATE(_pp) /* nothing */