Home
last modified time | relevance | path

Searched refs:pf1 (Results 1 – 7 of 7) sorted by relevance

/freebsd/lib/libutil/tests/
H A Dpidfile_test.c87 struct pidfh *pf1, *pf2; in test_pidfile_self() local
92 pf1 = pidfile_open(fn, 0600, &other); in test_pidfile_self()
93 if (pf1 == NULL && other != 0) in test_pidfile_self()
95 if (pf1 == NULL) in test_pidfile_self()
97 if (pidfile_write(pf1) != 0) { in test_pidfile_self()
99 pidfile_close(pf1); in test_pidfile_self()
106 pidfile_close(pf1); in test_pidfile_self()
112 pidfile_close(pf1); in test_pidfile_self()
116 pidfile_close(pf1); in test_pidfile_self()
/freebsd/tests/sys/netinet/libalias/
H A D3_natin.c45 struct alias_link *pf1, *pf2, *pf3, *pf4; variable
57pf1 = LibAliasRedirectPort(la, prv1, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPRO…
58 ATF_REQUIRE(pf1 != NULL);
73 LibAliasRedirectDelete(la, pf1);
147 struct alias_link *pf1, *pf2, *pf3, *pf4; variable
159pf1 = LibAliasRedirectPort(la, prv2, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPRO…
160 ATF_REQUIRE(pf1 != NULL);
172pf1 = LibAliasRedirectPort(la, prv1, ntohs(0x1234), ext, ntohs(0x5678), masq, ntohs(0xabcd), IPPRO…
173 ATF_REQUIRE(pf1 != NULL);
257 struct alias_link *pf1, *pf2; variable
[all …]
/freebsd/contrib/sendmail/libmilter/
H A Dexample.c214 mlfi_negotiate(ctx, f0, f1, f2, f3, pf0, pf1, pf2, pf3) in mlfi_negotiate() argument
221 unsigned long *pf1;
229 *pf1 = SMFIP_NOCONNECT|SMFIP_NOHELO|SMFIP_NORCPT;
232 *pf1 |= SMFIP_NR_HDR;
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td43 // SDNodes, use pf1/pf2 to convert them to PatFrags. Use common frags
291 class pf1<SDNode Op> : PatFrag<(ops node:$a), (Op node:$a)>;
381 def Fptosi: pf1<fp_to_sint>;
382 def Fptoui: pf1<fp_to_uint>;
383 def Sitofp: pf1<sint_to_fp>;
384 def Uitofp: pf1<uint_to_fp>;
446 def: OpR_R_pat<F2_conv_sf2df, pf1<fpextend>, f64, F32>;
447 def: OpR_R_pat<F2_conv_df2sf, pf1<fpround>, f32, F64>;
449 def: OpR_R_pat<F2_conv_w2sf, pf1<sint_to_fp>, f32, I32>;
450 def: OpR_R_pat<F2_conv_d2sf, pf1<sint_to_fp>, f32, I64>;
[all …]
H A DHexagonPatternsHVX.td451 def: Pat<(VecF16 (pf1<fpround> HWF32:$Vuu)),
474 def: Pat<(VecF16 (pf1<fpround> HWF32:$Vuu)),
476 def: Pat<(VecPF32 (pf1<fpextend> HVF16:$Vu)),
/freebsd/contrib/ntp/ntpd/
H A Dntp_config.c1213 gen_fifo *pf1; in destroy_gen_fifo()
1216 pf1 = first; in destroy_gen_fifo()
1218 if (NULL == pf1) in destroy_gen_fifo()
1221 return pf1; in destroy_gen_fifo()
1223 CONCAT_FIFO(*pf1, *pf2, link); in destroy_gen_fifo()
1226 return pf1; in destroy_gen_fifo()
1236 any_node_fifo * pf1 = fifo; in destroy_attr_val()
1238 if (pf1 != NULL) { in destroy_attr_val()
1242 UNLINK_FIFO(np, *pf1, link); in destroy_attr_val()
1247 free(pf1); in create_attr_dval()
1191 gen_fifo *pf1; concat_gen_fifos() local
1214 any_node_fifo * pf1 = fifo; destroy_gen_fifo() local
[all...]
/freebsd/contrib/ncurses/misc/
H A Dterminfo.src2515 kcub1=\EOD, kcud1=\EOB, kcuf1=\EOC, kcuu1=\EOA, lf1=pf1,
2717 kf8=\E[19~, kf9=\E[20~, khlp=\E[28~, krdo=\E[29~, lf1=pf1,
2754 kslt=\2334~, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4, mc0=\233i,
2910 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,
2961 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,
3543 # + f1-f4 map to pf1-pf4
13616 kf7=\E[18~, kf8=\E[19~, kf9=\E[20~, lf1=pf1, lf2=pf2,
19087 kf2=\EOQ, kf3=\EOR, kf4=\EOS, lf1=pf1, lf2=pf2, lf3=pf3,
19226 kend=\E[5~, khome=\E[2~, kich1=\E[1~, kpp=\E[3~, lf1=pf1,
19285 kend=\E[1~, khome=\E[H, lf1=pf1, lf2=pf2, lf3=pf3, lf4=pf4,
[all …]