Home
last modified time | relevance | path

Searched refs:pp (Results 201 – 225 of 689) sorted by relevance

12345678910>>...28

/freebsd/sys/kern/
H A Dsys_pipe.c289 struct pipepair *pp; in pipe_zone_ctor() local
301 rpipe = &pp->pp_rpipe; in pipe_zone_ctor()
329 pp->pp_label = NULL; in pipe_zone_ctor()
337 struct pipepair *pp; in pipe_zone_init() local
350 struct pipepair *pp; in pipe_zone_fini() local
362 struct pipepair *pp; in pipe_paircreate() local
373 mac_pipe_init(pp); in pipe_paircreate()
412 mac_pipe_destroy(pp); in pipe_paircreate()
421 struct pipepair *pp; in pipe_named_ctor() local
470 struct pipepair *pp; in kern_pipe() local
[all …]
/freebsd/sys/geom/label/
H A Dg_label_ntfs.c94 struct g_provider *pp; in g_label_ntfs_taste() local
108 pp = cp->provider; in g_label_ntfs_taste()
112 if (pp->sectorsize < sizeof(*bf)) in g_label_ntfs_taste()
115 bf = g_read_data(cp, 0, pp->sectorsize, NULL); in g_label_ntfs_taste()
122 if (recsize <= 0 || recsize > maxphys || recsize % pp->sectorsize != 0) in g_label_ntfs_taste()
127 if (voloff % pp->sectorsize != 0) in g_label_ntfs_taste()
/freebsd/contrib/ntp/ntpdc/
H A Dntpdc_ops.c604 modetoa(pp->hmode), modetoa(pp->pmode), in printpeer()
605 pp->stratum, pp->precision); in printpeer()
612 (pp->flags & INFO_FLAG_REFCLOCK ? 0 : pp->stratum)), in printpeer()
618 pp->ppoll, pp->hpoll, (u_long)pp->keyid, pp->version, ntohs(pp->associd)); in printpeer()
622 pp->reach, pp->unreach, pp->flash2); in printpeer()
625 fptoa(NTOHS_FP(pp->estbdelay), 5), pp->ttl); in printpeer()
688 struct info_peer *pp; in showpeer() local
744 printpeer(pp, fp); in showpeer()
747 pp++; in showpeer()
863 pp->candidate); in peerstats()
[all …]
/freebsd/contrib/unbound/compat/
H A Dinet_aton.c97 unsigned int *pp = parts; in inet_aton() local
134 if (pp >= parts + 3) in inet_aton()
136 *pp++ = val; in inet_aton()
150 n = pp - parts + 1; in inet_aton()
/freebsd/contrib/ldns/compat/
H A Dinet_aton.c97 unsigned int *pp = parts; in inet_aton() local
134 if (pp >= parts + 3) in inet_aton()
136 *pp++ = val; in inet_aton()
150 n = pp - parts + 1; in inet_aton()
/freebsd/crypto/openssh/openbsd-compat/
H A Dinet_aton.c93 u_int *pp = parts; in inet_aton() local
130 if (pp >= parts + 3) in inet_aton()
132 *pp++ = val; in inet_aton()
146 n = pp - parts + 1; in inet_aton()
/freebsd/sys/powerpc/include/
H A Dbat.h112 #define BATL(pa, wimg, pp) \ argument
113 (((pa) & BAT_PBS) | (wimg) | (pp))
157 #define BATU601(va, wim, key, pp) \ argument
158 (((va) & BAT601_BLPI) | (wim) | (key) | (pp))
/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit.h66 void gpart_delete(struct gprovider *pp);
68 void gpart_edit(struct gprovider *pp);
69 void gpart_create(struct gprovider *pp, const char *default_type,
73 void gpart_revert(struct gprovider *pp);
H A Dscripted.c43 struct gprovider *pp = NULL; in provider_for_name() local
51 LIST_FOREACH(pp, &gp->lg_provider, lg_provider) in provider_for_name()
52 if (strcmp(pp->lg_name, name) == 0) in provider_for_name()
55 if (pp != NULL) break; in provider_for_name()
58 if (pp != NULL) break; in provider_for_name()
61 return (pp); in provider_for_name()
/freebsd/contrib/less/
H A Dlglob.h26 #define DECL_GLOB_LIST(list) char **list; char **pp;
29 #define SCAN_GLOB_LIST(list,p) pp = list; *pp != NULL; pp++
30 #define INIT_GLOB_LIST(list,p) p = *pp
/freebsd/contrib/nvi/common/
H A Dline.c36 CHAR_T **pp, /* Pointer store. */ in db_eget() argument
46 if (!db_get(sp, lno, 0, pp, lenp)) in db_eget()
122 if (pp != NULL) in db_get()
123 *pp = tp->lb; in db_get()
141 if (pp != NULL) in db_get()
142 *pp = ep->c_lp; in db_get()
160 if (pp != NULL) in db_get()
161 *pp = NULL; in db_get()
187 if (pp != NULL) in db_get()
188 *pp = ep->c_lp; in db_get()
[all …]
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dcallb.c209 callb_t **pp; in callb_delete() local
215 pp = &ct->ct_first_cb[me->c_class]; in callb_delete()
216 while (*pp != NULL && *pp != me) in callb_delete()
217 pp = &(*pp)->c_next; in callb_delete()
220 if (*pp != me) { in callb_delete()
238 *pp = me->c_next; in callb_delete()
/freebsd/contrib/ntp/ntpdate/
H A Dntpdate.c2149 register struct server *pp, in print_server() argument
2162 stoa(&pp->srcadr), pp->stratum, in print_server()
2163 lfptoa(&pp->offset, 6), fptoa((s_fp)pp->delay, 5)); in print_server()
2168 stoa(&pp->srcadr), ntohs(((struct sockaddr_in*)&(pp->srcadr))->sin_port)); in print_server()
2171 pp->stratum, pp->precision, in print_server()
2174 pp->trust); in print_server()
2177 str = (char *) &pp->refid; in print_server()
2184 str = numtoa(pp->refid); in print_server()
2191 if (pp->xmtcnt != pp->filter_nextpt) in print_server()
2193 pp->xmtcnt, pp->filter_nextpt); in print_server()
[all …]
/freebsd/usr.sbin/lpr/lpd/
H A Dlpd.c533 status = getprintcap(printer, pp); in doit()
535 fatal(pp, "%s", pcaperr(status)); in doit()
587 more = firstprinter(pp, &status); in startup()
591 if (ckqueue(pp) <= 0) { in startup()
596 pp->printer); in startup()
599 pp->printer); in startup()
604 printjob(pp); in startup()
609 more = nextprinter(pp, &status); in startup()
614 pp->printer ? pp->printer : "<noname?>"); in startup()
623 ckqueue(struct printer *pp) in ckqueue() argument
[all …]
/freebsd/sys/netinet/
H A Dtcp_lro_hpts.c245 struct lro_entry *le, struct mbuf **pp, struct mbuf **cmp, in do_bpf_strip_and_compress() argument
267 m = *pp; in do_bpf_strip_and_compress()
411 (*pp) = nm; in do_bpf_strip_and_compress()
421 pp = &nm->m_nextpkt; in do_bpf_strip_and_compress()
445 *pp = m->m_nextpkt; in do_bpf_strip_and_compress()
508 struct mbuf **pp, *cmp, *mv_to; in _tcp_lro_flush_tcphpts() local
596 for (pp = &le->m_head; *pp != NULL; ) { in _tcp_lro_flush_tcphpts()
602 pp = &(*pp)->m_nextpkt; in _tcp_lro_flush_tcphpts()
617 pp = &mv_to->m_nextpkt; in _tcp_lro_flush_tcphpts()
623 if (pp == &le->m_head) in _tcp_lro_flush_tcphpts()
[all …]
/freebsd/crypto/openssl/crypto/dh/
H A Ddh_asn1.c88 const unsigned char **pp, long length);
89 int i2d_int_dhx(const int_dhx942_dh *a, unsigned char **pp);
93 DH *d2i_DHxparams(DH **a, const unsigned char **pp, long length) in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
102 dhx = d2i_int_dhx(NULL, pp, length); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname()
135 int i2d_DHxparams(const DH *dh, unsigned char **pp) in i2d_DHxparams() argument
163 ret = i2d_int_dhx(&dhx, pp); in i2d_DHxparams()
/freebsd/lib/libc/db/btree/
H A Dbt_conv.c55 __bt_pgin(void *t, pgno_t pg, void *pp) in __bt_pgin() argument
65 mswap(pp); in __bt_pgin()
69 h = pp; in __bt_pgin()
120 __bt_pgout(void *t, pgno_t pg, void *pp) in __bt_pgout() argument
130 mswap(pp); in __bt_pgout()
134 h = pp; in __bt_pgout()
/freebsd/crypto/openssl/crypto/asn1/
H A Dd2i_pu.c28 EVP_PKEY *d2i_PublicKey(int type, EVP_PKEY **a, const unsigned char **pp, in d2i_PublicKey() argument
59 if ((ret->pkey.rsa = d2i_RSAPublicKey(NULL, pp, length)) == NULL) { in d2i_PublicKey()
66 if (!d2i_DSAPublicKey(&ret->pkey.dsa, pp, length)) { in d2i_PublicKey()
79 if (!o2i_ECPublicKey(&ret->pkey.ec, pp, length)) { in d2i_PublicKey()
/freebsd/lib/libc/inet/
H A Dinet_addr.c106 u_int8_t *pp = parts; in inet_aton() local
151 if (pp >= parts + 3 || val > 0xffU) in inet_aton()
153 *pp++ = val; in inet_aton()
172 n = pp - parts + 1; in inet_aton()
/freebsd/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c247 if (pp) { in update_pages()
254 kunmap(pp); in update_pages()
270 put_page(pp); in update_pages()
297 if (pp) { in mappedread()
312 ASSERT(PageUptodate(pp) || PageDirty(pp)); in mappedread()
318 kunmap(pp); in mappedread()
324 put_page(pp); in mappedread()
3737 lock_page(pp); in zfs_putpage()
3802 filemap_dirty_folio(page_mapping(pp), page_folio(pp)); in zfs_putpage()
3818 kunmap(pp); in zfs_putpage()
[all …]
/freebsd/sys/cam/ctl/
H A Dctl_backend_ramdisk.c239 pp = (uint8_t ***)&(*pp)[i]; in ctl_backend_ramdisk_getpage()
275 uint8_t ***pp; in ctl_backend_ramdisk_unmappage() local
284 if (*pp == NULL) in ctl_backend_ramdisk_unmappage()
287 pp = (uint8_t ***)&(*pp)[i]; in ctl_backend_ramdisk_unmappage()
292 *pp = P_UNMAPPED; in ctl_backend_ramdisk_unmappage()
296 *pp = P_UNMAPPED; in ctl_backend_ramdisk_unmappage()
305 uint8_t ***pp; in ctl_backend_ramdisk_anchorpage() local
314 if (*pp == NULL) in ctl_backend_ramdisk_anchorpage()
317 pp = (uint8_t ***)&(*pp)[i]; in ctl_backend_ramdisk_anchorpage()
322 *pp = P_ANCHORED; in ctl_backend_ramdisk_anchorpage()
[all …]
/freebsd/sys/dev/random/
H A Duint128.h99 le128dec(const void *pp) in le128dec() argument
101 const uint8_t *p = pp; in le128dec()
114 le128enc(void *pp, uint128_t u) in le128enc() argument
116 uint8_t *p = pp; in le128enc()
/freebsd/contrib/ofed/libmlx4/
H A Ddbrec.c59 int pp; in __add_page() local
62 pp = ps / db_size[type]; in __add_page()
64 page = malloc(sizeof *page + pp / 8); in __add_page()
73 page->num_db = pp; in __add_page()
75 for (i = 0; i < pp / (sizeof (long) * 8); ++i) in __add_page()
/freebsd/lib/librpcsec_gss/
H A Drpcsec_gss_conf.c185 const char **pp; in _rpc_gss_load_mech() local
226 pp = mech_names; in _rpc_gss_load_mech()
228 *pp++ = info->name; in _rpc_gss_load_mech()
230 *pp = NULL; in _rpc_gss_load_mech()
244 const char **pp; in _rpc_gss_load_qop() local
285 pp = mech_qops; in _rpc_gss_load_qop()
288 *pp++ = info->name; in _rpc_gss_load_qop()
290 *pp = NULL; in _rpc_gss_load_qop()
/freebsd/sys/net/
H A Dbpf_zerocopy.c113 zbuf_page_free(vm_page_t pp) in zbuf_page_free() argument
116 vm_page_unwire(pp, PQ_INACTIVE); in zbuf_page_free()
125 vm_page_t pp; in zbuf_sfbuf_free() local
127 pp = sf_buf_page(sf); in zbuf_sfbuf_free()
129 zbuf_page_free(pp); in zbuf_sfbuf_free()
159 vm_page_t pp; in zbuf_sfbuf_get() local
162 VM_PROT_WRITE, &pp, 1) < 0) in zbuf_sfbuf_get()
164 sf = sf_buf_alloc(pp, SFB_NOWAIT); in zbuf_sfbuf_get()
166 zbuf_page_free(pp); in zbuf_sfbuf_get()

12345678910>>...28