Home
last modified time | relevance | path

Searched refs:pip (Results 1 – 25 of 35) sorted by relevance

12

/openbsd/regress/sys/kern/pipe/
H A Dtest-ping-pong.c39 int pip[2][2], rp, wp; in test_ping_pong() local
44 if (pipe(pip[0]) == -1) in test_ping_pong()
46 if (pipe(pip[1]) == -1) in test_ping_pong()
53 rp = pip[0][0]; in test_ping_pong()
54 close(pip[0][1]); in test_ping_pong()
56 wp = pip[1][1]; in test_ping_pong()
57 close(pip[1][0]); in test_ping_pong()
96 rp = pip[1][0]; in test_ping_pong()
97 close(pip[1][1]); in test_ping_pong()
99 wp = pip[0][1]; in test_ping_pong()
[all …]
H A Dtest-select.c35 int pip[2]; in test_select_hup() local
39 if (pipe(pip) == -1) in test_select_hup()
41 close(pip[0]); in test_select_hup()
44 FD_SET(pip[1], &writefds); in test_select_hup()
45 nready = select(pip[1] + 1, NULL, &writefds, NULL, NULL); in test_select_hup()
50 n = write(pip[1], &c, sizeof(c)); in test_select_hup()
H A Dtest-close.c47 int pip[2]; in test_close_race() local
68 if (pipe(pip) == -1) in test_close_race()
70 if (pip[0] != 3) in test_close_race()
71 close(pip[0]); in test_close_race()
72 if (pip[1] != 4) in test_close_race()
73 close(pip[1]); in test_close_race()
/openbsd/usr.sbin/npppd/npppd/
H A Dnpppd_subr.c306 ip_is_idle_packet(const struct ip * pip, int len) in ip_is_idle_packet() argument
315 ip_off = ntohs(pip->ip_off); in ip_is_idle_packet()
319 switch (pip->ip_p) { in ip_is_idle_packet()
324 if (pip->ip_hl * 4 + 8 > len) in ip_is_idle_packet()
327 switch (((unsigned char *) pip)[pip->ip_hl * 4]) { in ip_is_idle_packet()
341 (pip->ip_hl * 4)); in ip_is_idle_packet()
485 struct ip *pip; in adjust_tcp_mss() local
491 pip = (struct ip *)pktp; in adjust_tcp_mss()
492 ip_off = ntohs(pip->ip_off); in adjust_tcp_mss()
499 pktp += pip->ip_hl << 2; in adjust_tcp_mss()
[all …]
H A Dnpppd.c927 struct ip *pip; in npppd_network_output() local
943 pip = (struct ip *)buf; in npppd_network_output()
945 pip = (struct ip *)pktp; in npppd_network_output()
949 (pip->ip_src.s_addr & ppp->ppp_framed_ip_netmask.s_addr) in npppd_network_output()
953 strlcpy(logbuf, inet_ntoa(pip->ip_dst), sizeof(logbuf)); in npppd_network_output()
956 inet_ntoa(pip->ip_src), logbuf); in npppd_network_output()
960 if (ppp->timeout_sec > 0 && !ip_is_idle_packet(pip, lbuf)) in npppd_network_output()
/openbsd/gnu/llvm/llvm/utils/git/
H A Drequirements.txt.in3 # pip install pip-tools
4 # pip-compile -o requirements.txt requirements.txt.in
H A Drequirements.txt2 # This file is autogenerated by pip-compile with python 3.9
5 # pip-compile --output-file=requirements.txt requirements.txt.in
/openbsd/sys/ufs/ext2fs/
H A Dext2fs_alloc.c132 ext2fs_inode_alloc(struct inode *pip, mode_t mode, struct ucred *cred, in ext2fs_inode_alloc() argument
142 pvp = ITOV(pip); in ext2fs_inode_alloc()
143 fs = pip->i_e2fs; in ext2fs_inode_alloc()
150 cg = ino_to_cg(fs, pip->i_number); in ext2fs_inode_alloc()
152 ino = ext2fs_hashalloc(pip, cg, ipref, mode, ext2fs_nodealloccg); in ext2fs_inode_alloc()
157 ext2fs_inode_free(pip, ino, mode); in ext2fs_inode_alloc()
501 ext2fs_inode_free(struct inode *pip, ufsino_t ino, mode_t mode) in ext2fs_inode_free() argument
508 fs = pip->i_e2fs; in ext2fs_inode_free()
511 pip->i_dev, ino, fs->e2fs_fsmnt); in ext2fs_inode_free()
513 error = bread(pip->i_devvp, in ext2fs_inode_free()
[all …]
/openbsd/gnu/llvm/llvm/bindings/python/
H A DREADME.txt21 pip install nosetests
42 pip install coverage
52 pip install pyflakes
61 pip install pylint
/openbsd/sys/ufs/ufs/
H A Dinode.h151 #define UFS_INODE_ALLOC(pip, mode, cred, vpp) \ argument
152 ((pip)->i_vtbl->iv_inode_alloc)((pip), (mode), (cred), (vpp))
154 #define UFS_INODE_FREE(pip, ino, mode) \ argument
155 ((pip)->i_vtbl->iv_inode_free)((pip), (ino), (mode))
/openbsd/sys/ufs/ffs/
H A Dffs_alloc.c359 struct vnode *pvp = ITOV(pip); in ffs_inode_alloc()
367 fs = pip->i_fs; in ffs_inode_alloc()
372 ipref = ffs_dirpref(pip); in ffs_inode_alloc()
374 ipref = pip->i_number; in ffs_inode_alloc()
395 ffs_inode_free(pip, ino, mode); in ffs_inode_alloc()
450 ffs_dirpref(struct inode *pip) in ffs_dirpref() argument
460 fs = pip->i_fs; in ffs_dirpref()
469 if (ITOV(pip)->v_flag & VROOT) { in ffs_dirpref()
1371 fs = pip->i_fs; in ffs_freefile()
1374 pip->i_dev, ino, fs->fs_fsmnt); in ffs_freefile()
[all …]
/openbsd/gnu/llvm/libcxx/
H A D.gitignore26 pip-log.txt
27 pip-delete-this-directory.txt
/openbsd/sys/arch/octeon/octeon/
H A Dcn3xxx.dts62 pip@11800a0000000 {
63 compatible = "cavium,octeon-3860-pip";
69 compatible = "cavium,octeon-3860-pip-interface";
/openbsd/gnu/llvm/libcxxabi/
H A D.gitignore36 pip-log.txt
37 pip-delete-this-directory.txt
/openbsd/usr.bin/nm/
H A Dnm.c888 int pip[2]; in pipe2cppfilt() local
894 if (pipe(pip) == -1) in pipe2cppfilt()
900 dup2(pip[0], 0); in pipe2cppfilt()
901 close(pip[0]); in pipe2cppfilt()
902 close(pip[1]); in pipe2cppfilt()
906 dup2(pip[1], 1); in pipe2cppfilt()
907 close(pip[1]); in pipe2cppfilt()
908 close(pip[0]); in pipe2cppfilt()
/openbsd/regress/sys/dev/kcov/
H A Dkcov.c486 int kq1, kq2, pip[2]; in test_remote() local
503 if (pipe(pip) == -1) in test_remote()
506 EV_SET(&kev, pip[0], EVFILT_READ, EV_ADD | EV_ENABLE, 0, 0, NULL); in test_remote()
509 (void)write(pip[1], &x, sizeof(x)); in test_remote()
/openbsd/sys/net/
H A Dpipex.c2816 struct ip *pip; in adjust_tcp_mss() local
2829 pip = (struct ip *)pktp; in adjust_tcp_mss()
2830 ip_off = ntohs(pip->ip_off); in adjust_tcp_mss()
2837 pktp += pip->ip_hl << 2; in adjust_tcp_mss()
2838 lpktp -= pip->ip_hl << 2; in adjust_tcp_mss()
2907 struct ip *pip; in ip_is_idle_packet() local
2915 pip = mtod(m0, struct ip *); in ip_is_idle_packet()
2920 ip_off = ntohs(pip->ip_off); in ip_is_idle_packet()
2924 switch (pip->ip_p) { in ip_is_idle_packet()
2928 len = pip->ip_hl * 4 + 8; in ip_is_idle_packet()
[all …]
/openbsd/gnu/llvm/lldb/third_party/Python/module/pexpect-4.6/
H A DREADME.rst31 You can install Pexpect using pip::
33 pip install pexpect
H A D.travis.yml19 - pip install coveralls pytest-cov ptyprocess
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DIntervalMap.h499 PointerIntPair<void*, Log2CacheLine, unsigned, CacheAlignedPointerTraits> pip; variable
506 explicit operator bool() const { return pip.getOpaqueValue(); }
510 NodeRef(NodeT *p, unsigned n) : pip(p, n - 1) { in NodeRef()
515 unsigned size() const { return pip.getInt() + 1; } in size()
518 void setSize(unsigned n) { pip.setInt(n - 1); } in setSize()
524 return reinterpret_cast<NodeRef*>(pip.getPointer())[i]; in subtree()
530 return *reinterpret_cast<NodeT*>(pip.getPointer()); in get()
534 if (pip == RHS.pip)
536 assert(pip.getPointer() != RHS.pip.getPointer() && "Inconsistent NodeRefs");
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D2243.chain42 jmuWvTO2EPFjRTN0wvYNh5dLdIQ2heEyW8QSTTq9CNjO/pip/hKUIRw4EkV3M7z1
/openbsd/gnu/llvm/libcxx/utils/ci/
H A Dmacos-ci-setup106 python3 -m pip install --upgrade psutil
/openbsd/gnu/llvm/clang/utils/analyzer/
H A DDockerfile19 python3-pip=9.0.1-2.3* \
/openbsd/gnu/llvm/llvm/docs/
H A DSphinxQuickstartTemplate.rst183 On Ubuntu use pip to get an up-to-date version of recommonmark:
187 sudo pip install sphinx recommonmark
/openbsd/gnu/llvm/lldb/docs/resources/
H A Dcaveats.rst30 them using a utility (such as ``pip``) from the same Python distribution as

12