Home
last modified time | relevance | path

Searched refs:po (Results 1 – 25 of 117) sorted by relevance

12345

/freebsd/sys/dev/hwpmc/
H A Dhwpmc_logging.c320 if (po == NULL) { in pmclog_proc_ignite()
323 ia->po = po; in pmclog_proc_ignite()
326 __LINE__, po, po->po_kthread)); in pmclog_proc_ignite()
376 po = ia->po; in pmclog_loop()
389 PMCDBG2(LOG,INI,1, "po=%p kt=%p", po, po->po_kthread); in pmclog_loop()
392 po, po->po_kthread, curthread->td_proc)); in pmclog_loop()
645 wakeup_one(po); in pmclog_schedule_io()
663 wakeup_one(po); in pmclog_stop_kthread()
698 po->po_file)); in pmclog_configure_log()
736 if (po->po_file) in pmclog_configure_log()
[all …]
H A Dhwpmc_mod.c1920 po = pm->pm_owner; in pmc_log_kernel_mappings()
2308 po->po_owner = p; in pmc_allocate_owner_descriptor()
2317 return (po); in pmc_allocate_owner_descriptor()
2325 po, po->po_owner, po->po_owner->p_pid, po->po_owner->p_comm); in pmc_destroy_owner_descriptor()
2328 free(po, M_PMC); in pmc_destroy_owner_descriptor()
2621 po = NULL; in pmc_find_owner_descriptor()
2630 return (po); in pmc_find_owner_descriptor()
2878 po, pmc); in pmc_register_owner()
3071 po = pm->pm_owner; in pmc_start()
3847 po : NULL); in pmc_syscall_handler()
[all …]
/freebsd/contrib/libxo/tests/gettext/
H A DMakefile.am58 po/pig_latin/gt_01.po \
59 po/pig_latin/ldns.po \
60 po/pig_latin/strerror.po
156 ${MV} po/$$lang/$$base.po \
157 po/$$lang/$$base.po.old ; \
159 po/$$lang/$$base.po ; \
168 ${MV} po/$$lang/$$base.po \
171 po/$$lang/$$base.po ; \
184 (${DB} ${CP} po/$$lang/$$base.po ${srcdir}/po/$$lang/$$base.po ); \
206 ${XODIFF} ${srcdir}/po/$$lang/$$base.po po/$$lang/$$base.po ; \
[all …]
/freebsd/usr.sbin/uefisign/
H A Dpe.c359 switch (po->po_subsystem) { in parse_optional_32_plus()
366 po->po_subsystem); in parse_optional_32_plus()
371 po->po_subsystem, po->po_checksum, po->po_number_of_rva_and_sizes); in parse_optional_32_plus()
384 po->po_checksum, computed_checksum); in parse_optional_32_plus()
403 const struct pe_optional_header_32 *po; in parse_optional_32() local
408 switch (po->po_subsystem) { in parse_optional_32()
415 po->po_subsystem); in parse_optional_32()
420 po->po_subsystem, po->po_checksum, po->po_number_of_rva_and_sizes); in parse_optional_32()
433 po->po_checksum, computed_checksum); in parse_optional_32()
449 const struct pe_optional_header_32 *po; in parse_optional() local
[all …]
/freebsd/contrib/dialog/po/
H A Dmakefile.inn26 subdir = po
65 .po.pox:
69 .po.mo:
72 .po.gmo:
76 .po.cat:
177 rm -f core core.* *.pox $(PACKAGE).po *.old.po cat-id-tbl.tmp
200 check-po:
210 update-po: makefile
218 mv $$lang.po $$lang.old.po; \
220 if $(MSGMERGE) -w 132 $$lang.old.po $(PACKAGE).pot -o $$lang.po; then \
[all …]
/freebsd/contrib/bearssl/tools/
H A Dfiles.c158 if (po != NULL) { in free_pem_object_contents()
159 xfree(po->name); in free_pem_object_contents()
160 xfree(po->data); in free_pem_object_contents()
180 po.name = NULL; in decode_pem()
181 po.data = NULL; in decode_pem()
182 po.data_len = 0; in decode_pem()
204 po.name = NULL; in decode_pem()
205 po.data = NULL; in decode_pem()
206 po.data_len = 0; in decode_pem()
212 xfree(po.name); in decode_pem()
[all …]
/freebsd/usr.sbin/config/
H A Dmkoptions.cc288 struct opt_list *po; in tooption() local
311 struct opt_list *po; in check_duplicate() local
325 struct opt_list *po; in insert_option() local
328 po = (struct opt_list *) calloc(1, sizeof *po); in insert_option()
329 if (po == NULL) in insert_option()
331 po->o_name = optname; in insert_option()
332 po->o_file = val; in insert_option()
333 po->o_flags = 0; in insert_option()
340 struct opt_list *po; in update_option() local
344 free(po->o_file); in update_option()
[all …]
/freebsd/lib/libsecureboot/
H A Dbrf.c152 if (po != NULL) { in free_pem_object_contents()
153 xfree(po->name); in free_pem_object_contents()
154 xfree(po->data); in free_pem_object_contents()
173 po.name = NULL; in decode_pem()
174 po.data = NULL; in decode_pem()
175 po.data_len = 0; in decode_pem()
197 po.name = NULL; in decode_pem()
198 po.data = NULL; in decode_pem()
199 po.data_len = 0; in decode_pem()
205 xfree(po.name); in decode_pem()
[all …]
H A Dvets.c785 pem_object *po; in verify_ec() local
795 if ((po = decode_pem(scp, slen, &plen)) == NULL) { in verify_ec()
814 if (!vrfy(ec, rhbuf, br_sha256_SIZE, &pk->key.ec, po->data, in verify_ec()
815 po->data_len)) { in verify_ec()
882 pem_object *po; in verify_rsa() local
890 if ((po = decode_pem(scp, slen, &plen)) == NULL) { in verify_rsa()
896 switch (po->data_len) { in verify_rsa()
915 rhbuf, hlen, po->data, po->data_len)) { in verify_rsa()
/freebsd/tests/sys/netinet/libalias/
H A D2_natout.c132 struct ip *po, *pi; variable
143 po = ip_packet(0, 64);
144 UDP_NAT_CHECK(po, uo, prv1, sport, ext, dport, masq);
166 free(po);
204 struct ip *po, *pi; variable
217 po = ip_packet(0, 64);
243 free(po);
312 struct ip *po; variable
321 po = ip_packet(0, 64);
349 UDP_NAT_FAIL(po, uo, prv1, sport, ext, dport);
[all …]
/freebsd/contrib/mandoc/
H A Droff_term.c162 static int po, pouse, polast; in roff_term_pre_po() local
174 ponew += po; in roff_term_pre_po()
179 polast = po; in roff_term_pre_po()
180 po = ponew; in roff_term_pre_po()
183 pouse = po >= 60 ? 60 : in roff_term_pre_po()
184 po < -(int)p->tcol->offset ? -(int)p->tcol->offset : po; in roff_term_pre_po()
/freebsd/contrib/bearssl/src/mac/
H A Dhmac_ct.c68 uint32_t po, bs; in br_hmac_outCT() local
84 po = 9; in br_hmac_outCT()
86 po += 8; in br_hmac_outCT()
133 kz = ((kr + (uint32_t)len + po + bs - 1) & ~(bs - 1)) - 1 - kr; in br_hmac_outCT()
135 km = ((kr + (uint32_t)max_len + po + bs - 1) & ~(bs - 1)) - kr; in br_hmac_outCT()
/freebsd/contrib/flex/
H A DChangeLog3 * po/ca.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po,
4 po/fr.po, po/ga.po, po/hr.po, po/ko.po, po/nl.po, po/pl.po,
5 po/pt_BR.po, po/ro.po, po/ru.po, po/sr.po, po/sv.po, po/tr.po,
6 po/vi.po, po/zh_CN.po, po/zh_TW.po: gettext: pulled latest
375 * po/ca.po, po/da.po, po/de.po, po/eo.po, po/es.po, po/fi.po,
376 po/fr.po, po/ga.po, po/hr.po, po/ko.po, po/nl.po, po/pl.po,
377 po/pt_BR.po, po/ro.po, po/ru.po, po/sr.po, po/sv.po, po/tr.po,
3900 po/fr.po, po/ga.po, po/ko.po, po/nl.po, po/pl.po, po/pt_BR.po,
3901 po/ro.po, po/ru.po, po/sv.po, po/tr.po, po/vi.po, po/zh_CN.po,
3953 * po/ca.po, po/da.po, po/de.po, po/es.po, po/fr.po, po/ga.po,
[all …]
/freebsd/lib/libsecureboot/openpgp/
H A Ddearmor.c45 pem_object *po; in dearmor() local
73 if ((po = decode_pem(pem, nbytes, &npo))) { in dearmor()
74 data = po->data; in dearmor()
75 *len = po->data_len; in dearmor()
/freebsd/contrib/elftoolchain/elfcopy/
H A Dpe.c53 PE_Object po; in create_pe() local
61 po = PE_O_PE32P; in create_pe()
63 po = PE_O_PE32; in create_pe()
77 if ((pe = pe_init(ofd, PE_C_WRITE, po)) == NULL) in create_pe()
151 if (po == PE_O_PE32 && strcmp(name, ".data") == 0) in create_pe()
/freebsd/sys/contrib/openzfs/config/
H A Dpo.m41 # po.m4 serial 30 (gettext-0.20)
22 dnl Checks for all prerequisites of the po subdirectory.
32 dnl the gettext macros and po/Makefile.in.in are in sync.
64 rm -f messages.po
99 AC_CONFIG_COMMANDS([po-directories], [[
159 POFILES="$POFILES $srcdirpre$lang.po"
160 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
352 POFILES="$POFILES $srcdirpre$lang.po"
353 UPDATEPOFILES="$UPDATEPOFILES $lang.po-update"
414 $frobbedlang.msg: $lang.po
[all …]
/freebsd/contrib/dialog/
H A DCHANGES490 + updated de.po, es.po, hu.po, lv.po from
1007 + add is.po, lv.po, sw.po from
1009 + update de.po, id.po, pl.po, pt_BR.po, vi.po from
1056 + add id.po, ku.po, lt.po, nb.po and update ca.po, fr.po, gl.po, ja.po,
1072 + add be@latin.po, th.po and update zh_TW.po from
1102 + update "po" files eu.po ga.po it.po ms.po sv.po vi.po wa.po zh_CN.po
1363 fi.po, rw.po, sr.po, tr.po, zh_TW.po
1374 ga.po, it.po
1394 ca.po, da.po, hu.po, nl.po, rm.po, ro.po, vi.po
1399 bg.po, gl.po, hi.po, hr.po, mg.po, mk.po, ro.po, sq.po and zh_TW.po
[all …]
/freebsd/lib/libc/nls/
H A Dpl_PL.ISO8859-2.msg110 52 Sie� przerwa�a po��czenie po resecie
112 53 Oprogramowanie spowodowa�o przerwanie po��czenia
118 56 Gniazdo jest ju� po��czone
120 57 Gniazdo nie jest po��czone
122 58 Nie mo�na wysy�a� po zamkni�ciu gniazda
172 83 Brak komunikatu po��danego typu
/freebsd/sys/sys/
H A Dpmclog.h304 void pmclog_proc_ignite(void *handle, struct pmc_owner *po);
306 void pmclog_process_closelog(struct pmc_owner *po);
307 void pmclog_process_dropnotify(struct pmc_owner *po);
308 void pmclog_process_map_in(struct pmc_owner *po, pid_t pid,
310 void pmclog_process_map_out(struct pmc_owner *po, pid_t pid,
/freebsd/share/mk/
H A Dbsd.lib.mk140 .SUFFIXES: .out .o .bc .ll .po .pico .nossppico .pieo .S .asm .s .c .cc .cpp .cxx .C .f .y .l .ln
149 .c.po:
165 .cc.po .C.po .cpp.po .cxx.po:
177 .f.po:
189 .s.po .s.pico .s.nossppico .s.pieo:
193 .asm.po:
213 .S.po:
296 POBJS+= ${OBJS:.o=.po} ${STATICOBJS:.o=.po}
581 OBJS_DEPEND_GUESS.${_S:${OBJS_SRCS_FILTER:ts:}}.po+= ${_S}
/freebsd/contrib/bmake/mk/
H A Dlib.mk36 .SUFFIXES: .out .a .ln ${PICO} ${PCM} .po .o .s .S .c ${CXX_SUFFIXES} \
284 .c.po:
287 ${CXX_SUFFIXES:%=%.po}:
293 .c.po:
298 ${CXX_SUFFIXES:%=%.po}:
316 .S.po .s.po:
330 .S.po .s.po:
355 POBJS+=${OBJS:.o=.po}
401 ${.o ${PICO} .po .lo:L:@o@${s:T:R}$o@}: $s
438 POBJS+= ${OBJS:.o=.po}
/freebsd/lib/libc/gmon/
H A DMakefile.inc14 mcount.po: mcount.o
15 cp mcount.o mcount.po
/freebsd/sys/netinet/
H A Dtcp_lro.c404 po->data.vlan_id = in tcp_lro_parser()
410 po->data.lro_flags |= LRO_FLAG_DECRYPTED; in tcp_lro_parser()
413 switch (po->data.lro_type) { in tcp_lro_parser()
439 return (po); in tcp_lro_parser()
451 switch (po->data.lro_type) { in tcp_lro_trim_mbuf_chain()
454 len = ((uint8_t *)po->ip4 - (uint8_t *)m->m_data) + in tcp_lro_trim_mbuf_chain()
455 ntohs(po->ip4->ip_len); in tcp_lro_trim_mbuf_chain()
461 ntohs(po->ip6->ip6_plen) + sizeof(*po->ip6); in tcp_lro_trim_mbuf_chain()
1286 struct lro_parser po; /* outer address data */ in tcp_lro_rx_common() local
1318 pa = tcp_lro_parser(m, &po, &pi, true); in tcp_lro_rx_common()
[all …]
/freebsd/contrib/libxo/doc/
H A Dhowto.rst284 the source for a message catalog in the "*portable object*" (.po)
298 all .po files. The simplified version can be generated for a single
317 cp foo.pot po/LC/my_lang/foo.po
320 msgmerge --no-wrap po/LC/my_lang/foo.po \
321 foo.pot -o po/LC/my_lang/foo.po.new
323 # Now the hard part: translate foo.po using tools
324 # like poedit or emacs' po-mode
328 msgfmt -v -o po/my_lang/LC_MESSAGES/foo.mo po/my_lang/foo.po
331 sudo cp po/my_lang/LC_MESSAGES/foo.mo \
H A Dxopo.rst11 files (".po" files).
14 a filter for processing a .po or .pot file, rewriting the "*msgid*"
27 -f <file> Use the given .po file as input

12345