Searched refs:pcomp (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/lib/libpuffs/ |
| D | paths.c | 223 char *path, *pcomp; in puffs_stdpath_buildpath() local 231 pcomp = po_comp->po_path; in puffs_stdpath_buildpath() 232 pcomp += offset; in puffs_stdpath_buildpath() 233 while (*pcomp == '/') { in puffs_stdpath_buildpath() 234 pcomp++; in puffs_stdpath_buildpath() 239 if (complen == 2 && strcmp(pcomp, "..") == 0) in puffs_stdpath_buildpath() 284 strncat(path, pcomp, complen); in puffs_stdpath_buildpath()
|
| /netbsd/src/sys/fs/cd9660/ |
| D | cd9660_rrip.c | 117 ISO_RRIP_SLINK_COMPONENT *pcomp; in cd9660_rrip_slink() local 123 pcomp = (ISO_RRIP_SLINK_COMPONENT *)p->component; in cd9660_rrip_slink() 134 pcomp < pcompe; in cd9660_rrip_slink() 135 pcomp = (ISO_RRIP_SLINK_COMPONENT *)((char *)pcomp + ISO_RRIP_SLSIZ in cd9660_rrip_slink() 136 + isonum_711(pcomp->clen))) { in cd9660_rrip_slink() 149 switch (*pcomp->cflag) { in cd9660_rrip_slink() 188 wlen = isonum_711(pcomp->clen); in cd9660_rrip_slink() 189 inbuf = pcomp->name; in cd9660_rrip_slink()
|
| /netbsd/src/sys/dev/i2c/ |
| D | mpl115a.c | 235 int32_t c12x2, a1, a1x2, y1, a2x2, pcomp; in mpl115a_calc() local 252 pcomp = y1 + a2x2; in mpl115a_calc() 255 pre_kpa1 = pcomp * (115 - 50); in mpl115a_calc()
|
| /netbsd/src/external/bsd/ppp/dist/pppd/plugins/pppol2tp/ |
| D | pppol2tp.c | 209 int pcomp, in send_config_pppol2tp() argument 289 int pcomp, in recv_config_pppol2tp() argument
|
| /netbsd/src/external/bsd/ppp/dist/pppd/ |
| D | main.c | 1230 ppp_send_config(int unit, int mtu, u_int32_t accm, int pcomp, int accomp) in ppp_send_config() argument 1237 (*the_channel->send_config)(mtu, accm, pcomp, accomp); in ppp_send_config() 1248 ppp_recv_config(int unit, int mru, u_int32_t accm, int pcomp, int accomp) in ppp_recv_config() argument 1255 (*the_channel->recv_config)(mru, accm, pcomp, accomp); in ppp_recv_config()
|
| D | tty.c | 866 tty_do_send_config(int mtu, u_int32_t accm, int pcomp, int accomp) in tty_do_send_config() argument 869 tty_send_config(mtu, accm, pcomp, accomp); in tty_do_send_config()
|
| /netbsd/src/external/bsd/ppp/usr.sbin/pppd/ |
| D | sys-bsd.c | 1223 tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp) in tty_send_config() argument 1235 x = pcomp? x | SC_COMP_PROT: x &~ SC_COMP_PROT; in tty_send_config() 1258 tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp) in tty_recv_config() argument
|