Searched refs:pp (Results 26 - 50 of 610) sorted by relevance

1234567891011>>

/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessorLexer.cpp24 PreprocessorLexer::PreprocessorLexer(Preprocessor *pp, FileID fid) argument
25 : PP(pp), FID(fid) {
26 if (pp)
27 InitialNumSLocEntries = pp->getSourceManager().local_sloc_entry_size();
/freebsd-current/contrib/ntp/ntpd/
H A Drefclock_chronolog.c99 struct refclockproc *pp; local
120 pp = peer->procptr;
121 pp->unitptr = up;
122 pp->io.clock_recv = chronolog_receive;
123 pp->io.srcclock = peer;
124 pp->io.datalen = 0;
125 pp->io.fd = fd;
126 if (!io_addclock(&pp->io)) {
128 pp->io.fd = -1;
130 pp
154 struct refclockproc *pp; local
174 struct refclockproc *pp; local
[all...]
H A Drefclock_dumbclock.c102 struct refclockproc *pp; local
125 pp = peer->procptr;
126 pp->unitptr = up;
127 pp->io.clock_recv = dumbclock_receive;
128 pp->io.srcclock = peer;
129 pp->io.datalen = 0;
130 pp->io.fd = fd;
131 if (!io_addclock(&pp->io)) {
133 pp->io.fd = -1;
135 pp
171 struct refclockproc *pp; local
191 struct refclockproc *pp; local
[all...]
H A Drefclock_arc.c595 struct refclockproc *pp = peer->procptr; local
596 register struct arcunit *up = pp->unitptr;
610 if(write(pp->io.fd, &c, 1) != 1) {
611 msyslog(LOG_NOTICE, "ARCRON: write to fd %d failed", pp->io.fd);
614 else if(debug) { printf("arc: sent `%2.2x', fd %d.\n", c, pp->io.fd); }
631 struct refclockproc *pp; local
704 pp = peer->procptr;
705 pp->io.clock_recv = arc_receive;
706 pp->io.srcclock = peer;
707 pp
781 struct refclockproc *pp; local
877 struct refclockproc *pp; local
1467 struct refclockproc *pp = peer->procptr; local
1495 struct refclockproc *pp; local
[all...]
H A Dntp_refclock.c85 struct refclockproc * const pp,
89 pp->coderecv = (pp->coderecv + 1) % MAXSTAGE;
90 if (pp->coderecv == pp->codeproc)
91 pp->codeproc = (pp->codeproc + 1) % MAXSTAGE;
92 pp->filter[pp->coderecv] = sv;
96 struct refclockproc * const pp
84 clk_add_sample( struct refclockproc * const pp, double sv ) argument
117 clk_add_sample( struct refclockproc * const pp, double sv ) argument
160 struct refclockproc *pp; local
232 struct refclockproc *pp; local
337 struct refclockproc * pp; local
460 refclock_samples_expire( struct refclockproc * pp, int nd ) argument
498 refclock_process_offset( struct refclockproc *pp, l_fp lasttim, l_fp lastrec, double fudge ) argument
534 refclock_process_f( struct refclockproc *pp, double fudge ) argument
669 struct refclockproc *pp; local
1258 struct refclockproc *pp; local
1373 struct refclockproc *pp; local
1516 struct refclockproc *pp; local
1800 refclock_save_lcode( struct refclockproc * pp, char const * tc, size_t len ) argument
1818 refclock_vformat_lcode( struct refclockproc * pp, char const * fmt, va_list va ) argument
1839 refclock_format_lcode( struct refclockproc * pp, char const * fmt, ... ) argument
[all...]
H A Drefclock_true.c218 struct refclockproc *pp; local
222 pp = peer->procptr;
223 up = pp->unitptr;
225 want_debugging = (pp->sloppyclockflag & CLK_FLAG2) != 0;
270 struct refclockproc *pp; local
286 pp = peer->procptr;
287 pp->io.clock_recv = true_receive;
288 pp->io.srcclock = peer;
289 pp->io.datalen = 0;
290 pp
332 struct refclockproc *pp; local
352 struct refclockproc *pp; local
630 struct refclockproc *pp; local
655 struct refclockproc *pp; local
928 struct refclockproc *pp; local
[all...]
H A Drefclock_gpsvme.c99 struct refclockproc *pp; local
123 pp = peer->procptr;
124 pp->io.clock_recv = noentry;
125 pp->io.srcclock = peer;
126 pp->io.datalen = 0;
127 pp->io.fd = -1;
128 pp->unitptr = up;
129 get_systime(&pp->lastrec);
130 memcpy(&pp->refid, REFID, 4);
132 pp
161 struct refclockproc *pp = peer->procptr; local
230 check_leap_sec(struct refclockproc *pp, int unit) argument
[all...]
/freebsd-current/lib/libcasper/services/cap_netdb/
H A Dcap_netdb.c48 struct protoent *pp; local
52 pp = malloc(sizeof(*pp));
53 if (pp == NULL) {
58 pp->p_name = nvlist_take_string(nvl, "name");
61 pp->p_aliases = realloc(aliases, sizeof(char *) * (n + 1));
62 if (pp->p_aliases == NULL) {
66 free(pp->p_name);
67 free(pp);
71 pp
98 protoent_pack(const struct protoent *pp, nvlist_t *nvl) argument
117 struct protoent *pp; local
[all...]
/freebsd-current/sys/security/mac/
H A Dmac_pipe.c71 mac_pipe_init(struct pipepair *pp) argument
75 pp->pp_label = mac_pipe_label_alloc();
77 pp->pp_label = NULL;
89 mac_pipe_destroy(struct pipepair *pp) argument
92 if (pp->pp_label != NULL) {
93 mac_pipe_label_free(pp->pp_label);
94 pp->pp_label = NULL;
127 mac_pipe_create(struct ucred *cred, struct pipepair *pp) argument
130 MAC_POLICY_PERFORM_NOSLEEP(pipe_create, cred, pp, pp
134 mac_pipe_relabel(struct ucred *cred, struct pipepair *pp, struct label *newlabel) argument
146 mac_pipe_check_ioctl(struct ucred *cred, struct pipepair *pp, unsigned long cmd, void *data) argument
164 mac_pipe_check_poll_impl(struct ucred *cred, struct pipepair *pp) argument
180 mac_pipe_check_read_impl(struct ucred *cred, struct pipepair *pp) argument
196 mac_pipe_check_relabel(struct ucred *cred, struct pipepair *pp, struct label *newlabel) argument
214 mac_pipe_check_stat(struct ucred *cred, struct pipepair *pp) argument
230 mac_pipe_check_write(struct ucred *cred, struct pipepair *pp) argument
243 mac_pipe_label_set(struct ucred *cred, struct pipepair *pp, struct label *label) argument
[all...]
/freebsd-current/contrib/tcsh/
H A Dsh.proc.c145 struct process *pp; local
274 for (pp = proclist.p_next; pp != NULL; pp = pp->p_next)
275 if (pid == pp->p_procid)
285 pp->p_flags &= ~(PRUNNING | PSTOPPED | PREPORTED);
287 pp->p_flags |= PSTOPPED;
288 pp->p_reason = WSTOPSIG(w);
291 if (pp
426 struct process *pp; local
445 pfree(struct process *pp) argument
462 struct process *fp, *pp; local
482 pjwait(struct process *pp) argument
595 struct process *pp; local
653 struct process *pp; local
666 pflush(struct process *pp) argument
699 pclrcurr(struct process *pp) argument
759 struct process *pp; local
954 struct process *pp, *tp; local
984 pprint(struct process *pp, int flag) argument
1239 struct process *pp = tp; local
1315 struct process *pp; local
1344 struct process *pp; local
1367 struct process *pp; local
1387 struct process *pp; local
1408 struct process *pp; local
1493 struct process *pp, *np; local
1594 pstart(struct process *pp, int foregnd) argument
1659 struct process *pp; local
1670 struct process *pp, *np; local
1722 pgetcurr(struct process *pp) argument
1745 struct process *pp; local
[all...]
/freebsd-current/tools/test/stress2/misc/
H A Dpipe_enomem.sh46 int pp[2];
54 int error, pp[2];
66 if (pipe(pp) == -1) {
82 p[i].pp[0]= pp[0];
83 p[i].pp[1]= pp[1];
88 error = write(p[k].pp[1], &x, 1);
91 k, p[k].pp[0], p[k].pp[
[all...]
/freebsd-current/tools/build/cross-build/include/mac/sys/
H A Dendian.h89 be16dec(const void *pp) argument
91 uint8_t const *p = (uint8_t const *)pp;
97 be32dec(const void *pp) argument
99 uint8_t const *p = (uint8_t const *)pp;
105 be64dec(const void *pp) argument
107 uint8_t const *p = (uint8_t const *)pp;
113 le16dec(const void *pp) argument
115 uint8_t const *p = (uint8_t const *)pp;
121 le32dec(const void *pp) argument
123 uint8_t const *p = (uint8_t const *)pp;
129 le64dec(const void *pp) argument
137 be16enc(void *pp, uint16_t u) argument
146 be32enc(void *pp, uint32_t u) argument
157 be64enc(void *pp, uint64_t u) argument
166 le16enc(void *pp, uint16_t u) argument
175 le32enc(void *pp, uint32_t u) argument
186 le64enc(void *pp, uint64_t u) argument
[all...]
/freebsd-current/tools/build/cross-build/include/linux/sys/
H A Dendian.h77 be16dec(const void *pp) argument
79 uint8_t const *p = (uint8_t const *)pp;
85 be32dec(const void *pp) argument
87 uint8_t const *p = (uint8_t const *)pp;
93 be64dec(const void *pp) argument
95 uint8_t const *p = (uint8_t const *)pp;
101 le16dec(const void *pp) argument
103 uint8_t const *p = (uint8_t const *)pp;
109 le32dec(const void *pp) argument
111 uint8_t const *p = (uint8_t const *)pp;
117 le64dec(const void *pp) argument
125 be16enc(void *pp, uint16_t u) argument
134 be32enc(void *pp, uint32_t u) argument
145 be64enc(void *pp, uint64_t u) argument
154 le16enc(void *pp, uint16_t u) argument
163 le32enc(void *pp, uint32_t u) argument
174 le64enc(void *pp, uint64_t u) argument
[all...]
/freebsd-current/contrib/bearssl/src/x509/
H A Dasn1enc.c78 br_asn1_encode_uint(void *dest, br_asn1_uint pp) argument
84 return 1 + br_asn1_encode_length(NULL, pp.asn1len) + pp.asn1len;
88 lenlen = br_asn1_encode_length(buf, pp.asn1len);
91 memcpy(buf + pp.asn1len - pp.len, pp.data, pp.len);
92 return 1 + lenlen + pp.asn1len;
/freebsd-current/crypto/openssl/crypto/asn1/
H A Di2d_evp.c35 unsigned char **pp)
44 * The i2d_ calls don't take a boundary length for *pp. However,
48 * down, when pp != NULL.
51 int pp_was_NULL = (pp == NULL || *pp == NULL);
59 if (OSSL_ENCODER_to_data(ctx, pp, &len)) {
74 int i2d_KeyParams(const EVP_PKEY *a, unsigned char **pp) argument
82 return i2d_provided(a, EVP_PKEY_KEY_PARAMETERS, output_info, pp);
85 return a->ameth->param_encode(a, pp);
95 int i2d_PrivateKey(const EVP_PKEY *a, unsigned char **pp) argument
33 i2d_provided(const EVP_PKEY *a, int selection, const struct type_and_structure_st *output_info, unsigned char **pp) argument
123 i2d_PublicKey(const EVP_PKEY *a, unsigned char **pp) argument
[all...]
/freebsd-current/usr.sbin/pmcstat/
H A Dpmcpl_annotate_cg.h41 struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr,
H A Dpmcpl_annotate.h38 struct pmcstat_process *pp, struct pmcstat_pmcrecord *pmcr,
/freebsd-current/sys/contrib/openzfs/lib/libuutil/
H A Duu_avl.c59 (pp)->uap_nodeoffset))
61 #define POOL_TO_MARKER(pp) (((uintptr_t)(pp) | 1))
69 uu_avl_pool_t *pp, *next, *prev; local
84 pp = uu_zalloc(sizeof (uu_avl_pool_t));
85 if (pp == NULL) {
90 (void) strlcpy(pp->uap_name, name, sizeof (pp->uap_name));
91 pp->uap_nodeoffset = nodeoffset;
92 pp
114 uu_avl_pool_destroy(uu_avl_pool_t *pp) argument
136 uu_avl_node_init(void *base, uu_avl_node_t *np, uu_avl_pool_t *pp) argument
161 uu_avl_node_fini(void *base, uu_avl_node_t *np, uu_avl_pool_t *pp) argument
209 uu_avl_create(uu_avl_pool_t *pp, void *parent, uint32_t flags) argument
250 uu_avl_pool_t *pp = ap->ua_pool; local
423 uu_avl_pool_t *pp = ap->ua_pool; local
461 uu_avl_pool_t *pp = ap->ua_pool; local
495 uu_avl_pool_t *pp = ap->ua_pool; local
551 uu_avl_pool_t *pp; local
562 uu_avl_pool_t *pp; local
[all...]
H A Duu_list.c57 #define POOL_TO_MARKER(pp) ((void *)((uintptr_t)(pp) | 1))
66 uu_list_pool_t *pp, *next, *prev; local
80 pp = uu_zalloc(sizeof (uu_list_pool_t));
81 if (pp == NULL) {
86 (void) strlcpy(pp->ulp_name, name, sizeof (pp->ulp_name));
87 pp->ulp_nodeoffset = nodeoffset;
88 pp->ulp_objsize = objsize;
89 pp
110 uu_list_pool_destroy(uu_list_pool_t *pp) argument
131 uu_list_node_init(void *base, uu_list_node_t *np_arg, uu_list_pool_t *pp) argument
155 uu_list_node_fini(void *base, uu_list_node_t *np_arg, uu_list_pool_t *pp) argument
178 uu_list_create(uu_list_pool_t *pp, void *parent, uint32_t flags) argument
231 uu_list_pool_t *pp = lp->ul_pool; local
705 uu_list_pool_t *pp; local
716 uu_list_pool_t *pp; local
[all...]
/freebsd-current/usr.sbin/lpr/lpd/
H A Dprintjob.c99 /* these two are set from pp->daemon_user, but only if they are needed */
129 static void openrem(const struct printer *pp);
146 printjob(struct printer *pp) argument
157 init(pp); /* set up capabilities */
160 if (open(pp->log_file, O_WRONLY|O_APPEND, LOG_FILE_MODE) < 0) {
161 syslog(LOG_ERR, "%s: open(%s): %m", pp->printer,
162 pp->log_file);
184 if (chdir(pp->spool_dir) < 0) {
185 syslog(LOG_ERR, "%s: chdir(%s): %m", pp->printer,
186 pp
375 printit(struct printer *pp, char *file) argument
604 print(struct printer *pp, int format, char *file) argument
883 sendit(struct printer *pp, char *file) argument
990 sendfile(struct printer *pp, int type, char *file, char format, int copyreq) argument
1249 wait4data(struct printer *pp, const char *dfile) argument
1339 execfilter(struct printer *pp, char *f_cmd, char *f_av[], int infd, int outfd) argument
1423 response(const struct printer *pp) argument
1438 banner(struct printer *pp, char *name1, char *name2) argument
1491 scan_out(struct printer *pp, int scfd, char *scsp, int dlm) argument
1547 sendmail(struct printer *pp, char *userid, int bombed) argument
1624 dofork(const struct printer *pp, int action) argument
1720 init(struct printer *pp) argument
1737 struct printer myprinter, *pp = &myprinter; local
1761 openpr(const struct printer *pp) argument
1828 opennet(const struct printer *pp) argument
1880 opentty(const struct printer *pp) argument
1909 openrem(const struct printer *pp) argument
1950 setty(const struct printer *pp) argument
1981 pstatus(const struct printer *pp, const char *msg, ...) argument
[all...]
/freebsd-current/contrib/sendmail/libsm/
H A Dconfig.c155 register char **pp; local
158 for (pp = environ; *pp != NULL; pp++)
160 if (strncmp(name, *pp, len) == 0 &&
161 ((*pp)[len] == '=' || (*pp)[len] == '\0'))
165 for (; *pp != NULL; pp++)
166 *pp
[all...]
/freebsd-current/sys/geom/
H A Dgeom_event.c115 struct g_provider *pp; member in struct:g_attrchanged_args
123 struct g_provider *pp; local
128 pp = args->pp;
135 LIST_FOREACH_SAFE(cp, &pp->consumers, consumers, next_cp) {
144 g_attr_changed(struct g_provider *pp, const char *attr, int flag) argument
152 args->pp = pp;
154 error = g_post_event(g_attr_changed_event, args, flag, pp, NULL);
161 g_orphan_provider(struct g_provider *pp, in argument
187 g_orphan_register(struct g_provider *pp) argument
237 struct g_provider *pp; local
302 struct g_provider *pp; local
[all...]
H A Dgeom_dump.c60 g_confdot_provider(struct sbuf *sb, struct g_provider *pp) argument
64 "sector=%u\\nstripe=%ju\"];\n", pp, pp->name, pp->acr, pp->acw,
65 pp->ace, pp->error, pp->sectorsize, (uintmax_t)pp->stripesize);
72 struct g_provider *pp; local
115 struct g_provider *pp; local
209 g_conf_provider(struct sbuf *sb, struct g_provider *pp) argument
246 struct g_provider *pp; local
[all...]
/freebsd-current/usr.sbin/lpr/lpq/
H A Dlpq.c74 struct printer myprinter, *pp = &myprinter; local
120 more = firstprinter(pp, &status);
124 if (ckqueue(pp) > 0) {
125 printf("%s:\n", pp->printer);
126 displayq(pp, lflag);
130 more = nextprinter(pp, &status);
136 pp->printer);
140 fatal(pp, "%s", pcaperr(status));
147 init_printer(pp);
148 status = getprintcap(printer, pp);
158 ckqueue(const struct printer *pp) argument
[all...]
/freebsd-current/sys/fs/procfs/
H A Dprocfs_osrel.c43 const char *pp; local
55 pp = sbuf_data(sb);
59 if (*pp < '0' || *pp > '9')
61 ov = osrel * 10 + *pp++ - '0';

Completed in 719 milliseconds

1234567891011>>