HomeSort by: relevance | last modified time | path
    Searched refs:pcomp (Results 1 - 9 of 9) sorted by relevancy

  /src/lib/libpuffs/
paths.c 223 char *path, *pcomp; local
231 pcomp = po_comp->po_path;
232 pcomp += offset;
233 while (*pcomp == '/') {
234 pcomp++;
239 if (complen == 2 && strcmp(pcomp, "..") == 0)
284 strncat(path, pcomp, complen);
  /src/external/bsd/nsd/dist/
ixfr.c 83 static void pktcompression_init(struct pktcompression* pcomp)
85 pcomp->alloc_now = 0;
86 pcomp->alloc_max = sizeof(pcomp->block);
87 pcomp->region = NULL;
88 pcomp->tree.root = RBTREE_NULL;
89 pcomp->tree.count = 0;
90 pcomp->tree.region = NULL;
91 pcomp->tree.cmp = &compression_cmp;
95 static void pktcompression_freeup(struct pktcompression* pcomp)
745 struct pktcompression pcomp; local
    [all...]
  /src/sys/fs/cd9660/
cd9660_rrip.c 117 ISO_RRIP_SLINK_COMPONENT *pcomp; local
123 pcomp = (ISO_RRIP_SLINK_COMPONENT *)p->component;
134 pcomp < pcompe;
135 pcomp = (ISO_RRIP_SLINK_COMPONENT *)((char *)pcomp + ISO_RRIP_SLSIZ
136 + isonum_711(pcomp->clen))) {
149 switch (*pcomp->cflag) {
188 wlen = isonum_711(pcomp->clen);
189 inbuf = pcomp->name;
  /src/sys/dev/i2c/
mpl115a.c 235 int32_t c12x2, a1, a1x2, y1, a2x2, pcomp; local
252 pcomp = y1 + a2x2;
255 pre_kpa1 = pcomp * (115 - 50);
  /src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/
pppol2tp.c 209 int pcomp,
289 int pcomp,
  /src/external/bsd/ppp/dist/pppd/
main.c 1230 ppp_send_config(int unit, int mtu, u_int32_t accm, int pcomp, int accomp)
1237 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1248 ppp_recv_config(int unit, int mru, u_int32_t accm, int pcomp, int accomp)
1255 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
tty.c 866 tty_do_send_config(int mtu, u_int32_t accm, int pcomp, int accomp)
869 tty_send_config(mtu, accm, pcomp, accomp);
  /src/external/bsd/ppp/dist/pppd/plugins/pppoe/
plugin.c 278 int pcomp,
  /src/external/bsd/ppp/usr.sbin/pppd/
sys-bsd.c 1223 tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp)
1235 x = pcomp? x | SC_COMP_PROT: x &~ SC_COMP_PROT;
1258 tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp)

Completed in 23 milliseconds