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);
52 void generic(void (*_specificrtn)(struct printer *_pp), int _cmdopts,
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);
[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);
278 void fatal(const struct printer *_pp, const char *_msg, ...)
280 int firstprinter(struct printer *_pp, int *_error);
281 void free_printer(struct printer *_pp);
284 int getport(const struct printer *_pp, const char *_rhost, int _rport);
285 int getprintcap(const char *_printer, struct printer *_pp);
286 int getq(const struct printer *_pp, struct jobqueue *(*_namelist[]));
288 void inform(const struct printer *_pp, char *_cf);
289 void init_printer(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.py171 self._result = obj._pp(self)
313 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
371 return self.type._pp(pp)
374 def _pp(self, pp): member in EnumerationTypeDef
379 def _pp(self, pp): member in ConstTypeDef
[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.c120 static void banner(struct printer *_pp, char *_name1, char *_name2);
121 static int dofork(const struct printer *_pp, int _action);
123 static int execfilter(struct printer *_pp, char *_f_cmd, char **_f_av,
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);
132 static void pstatus(const struct printer *_pp, const char *_msg, ...)
[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.h125 #define NL_DECLARE_PARSER_EXT(_name, _t, _sp, _fp, _np, _pp) \ argument
133 .post_parse = _pp, \
152 #define NL_DECLARE_ATTR_PARSER_EXT(_name, _np, _pp) \ argument
156 .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.h1056 int (*pmd_switch_in)(struct pmc_cpu *_p, struct pmc_process *_pp);
1057 int (*pmd_switch_out)(struct pmc_cpu *_p, struct pmc_process *_pp);
/freebsd/sys/contrib/openzfs/lib/libspl/include/sys/
H A Dkmem.h64 #define POINTER_INVALIDATE(_pp) /* nothing */ argument
/freebsd/usr.sbin/lpr/lpq/
H A Dlpq.c65 static int ckqueue(const struct printer *_pp);