Home
last modified time | relevance | path

Searched refs:PFX (Results 1 – 25 of 42) sorted by relevance

12

/freebsd/krb5/lib/gssapi/generic/
H A DMakefile.et19 rm -f ${PFX}-et-h-${.PREFIX}.et ${PFX}-et-h-${.PREFIX}.c ${PFX}-et-h-${.PREFIX}.h
20 cp ${.ALLSRC} ${PFX}-et-h-${.PREFIX}.et
21 ${COMPILE_ET} ${PFX}-et-h-${.PREFIX}.et
22 mv ${PFX}-et-h-${.PREFIX}.h ${.PREFIX}.h
23 rm -f ${PFX}-et-h-${.PREFIX}.et ${PFX}-et-h-${.PREFIX}.h
26 rm -f ${PFX}-et-c-${.PREFIX}.et ${PFX}-et-c-${.PREFIX}.c ${PFX}-et-c-${.PREFIX}.h
27 cp ${.ALLSRC} ${PFX}-et-c-${.PREFIX}.et
28 ${COMPILE_ET} ${PFX}-et-c-${.PREFIX}.et
29 mv ${PFX}-et-c-${.PREFIX}.c ${.PREFIX}.c
30 rm -f ${PFX}-et-c-${.PREFIX}.et ${PFX}-et-c-${.PREFIX}.c
H A DMakefile.inc53 PFX= generic
/freebsd/krb5/lib/gssapi/krb5/
H A DMakefile.et19 rm -f ${PFX}-et-h-${.PREFIX}.et ${PFX}-et-h-${.PREFIX}.c ${PFX}-et-h-${.PREFIX}.h
20 cp ${.ALLSRC} ${PFX}-et-h-${.PREFIX}.et
21 ${COMPILE_ET} ${PFX}-et-h-${.PREFIX}.et
22 mv ${PFX}-et-h-${.PREFIX}.h ${.PREFIX}.h
23 rm -f ${PFX}-et-h-${.PREFIX}.et ${PFX}-et-h-${.PREFIX}.h
26 rm -f ${PFX}-et-c-${.PREFIX}.et ${PFX}-et-c-${.PREFIX}.c ${PFX}-et-c-${.PREFIX}.h
27 cp ${.ALLSRC} ${PFX}-et-c-${.PREFIX}.et
28 ${COMPILE_ET} ${PFX}-et-c-${.PREFIX}.et
29 mv ${PFX}-et-c-${.PREFIX}.c ${.PREFIX}.c
30 rm -f ${PFX}-et-c-${.PREFIX}.et ${PFX}-et-c-${.PREFIX}.c
H A DMakefile.inc72 PFX= krb5
/freebsd/contrib/ntp/sntp/include/
H A Dntp.lic1 <PFX>Copyright (C) <years> <owner>, all rights reserved.
2 <PFX>This is free software. It is licensed for use, modification and
3 <PFX>redistribution under the terms of the NTP License, copies of which
4 <PFX>can be seen at:
5 <PFX> <http://ntp.org/license>
6 <PFX> <http://opensource.org/licenses/ntp-license.php>
8 <PFX>Permission to use, copy, modify, and distribute this software and its
9 <PFX>documentation for any purpose with or without fee is hereby granted,
10 <PFX>provided that the above copyright notice appears in all copies and that
11 <PFX>both the copyright notice and this permission notice appear in
[all …]
/freebsd/sys/contrib/rdma/krping/
H A Dkrping.c57 #define PFX "krping: " macro
259 printk(KERN_ERR PFX "rdma_resolve_route error %d\n", in krping_cma_event_handler()
290 printk(KERN_ERR PFX "cma event %d, error %d\n", event->event, in krping_cma_event_handler()
297 printk(KERN_ERR PFX "DISCONNECT EVENT...\n"); in krping_cma_event_handler()
303 printk(KERN_ERR PFX "cma detected device removal!!!!\n"); in krping_cma_event_handler()
309 printk(KERN_ERR PFX "oof bad type!\n"); in krping_cma_event_handler()
319 printk(KERN_ERR PFX "Received bogus data, size %d\n", in server_recv()
342 printk(KERN_ERR PFX "Received bogus data, size %d\n", in client_recv()
364 printk(KERN_ERR PFX "cq completion event in frtest!\n"); in krping_cq_event_handler()
375 printk(KERN_ERR PFX "cq completion failed with " in krping_cq_event_handler()
[all …]
/freebsd/contrib/ofed/libibverbs/
H A Dinit.c141 fprintf(stderr, PFX "Warning: couldn't allocate driver for %s\n", name); in verbs_register_driver()
172 fprintf(stderr, PFX "Warning: no node_type attr under %s.\n", in try_driver()
236 fprintf(stderr, PFX "Fatal: kernel ABI version %d " in check_abi_version()
253 fprintf(stderr, PFX "Warning: getrlimit(RLIMIT_MEMLOCK) failed."); in check_memlock_limit()
258 fprintf(stderr, PFX "Warning: RLIMIT_MEMLOCK is %lu bytes.\n" in check_memlock_limit()
296 fprintf(stderr, PFX "Warning: fork()-safety requested " in ibverbs_init()
337 fprintf(stderr, PFX "Warning: dlopen(NULL) failed, " in ibverbs_init()
362 fprintf(stderr, PFX "Warning: no userspace device-specific " in ibverbs_init()
H A Dibverbs.h51 #define PFX "libibverbs: " macro
/freebsd/sys/ofed/drivers/infiniband/core/
H A Dib_fmr_pool.c48 #define PFX "fmr_pool: " macro
156 pr_warn(PFX "Unmapping FMR %p with ref count %d\n", in ib_fmr_batch_release()
173 pr_warn(PFX "ib_unmap_fmr returned %d\n", ret); in ib_fmr_batch_release()
228 pr_info(PFX "Device %s does not support FMRs\n", device->name); in ib_create_fmr_pool()
253 pr_warn(PFX "Failed to allocate cache in pool\n"); in ib_create_fmr_pool()
277 pr_warn(PFX "couldn't start cleanup thread\n"); in ib_create_fmr_pool()
306 pr_warn(PFX "fmr_create failed for FMR %d\n", in ib_create_fmr_pool()
362 pr_warn(PFX "pool still has %d regions registered\n", in ib_destroy_fmr_pool()
462 pr_warn(PFX "fmr_map returns %d\n", result); in ib_fmr_pool_map_phys()
516 pr_warn(PFX "FMR %p has ref count %d < 0\n", in ib_fmr_pool_unmap()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DGCNRegPressure.cpp636 #define PFX " " in runOnMachineFunction() macro
642 OS << format(PFX " %-5d", RP.getSGPRNum()) in runOnMachineFunction()
650 OS << PFX " mis LIS: " << llvm::print(LISLR, MRI) in runOnMachineFunction()
651 << reportMismatch(LISLR, TrackedLR, TRI, PFX " "); in runOnMachineFunction()
662 OS << PFX; in runOnMachineFunction()
708 OS << PFX " Live-in: " << llvm::print(LiveIn, MRI); in runOnMachineFunction()
712 OS << PFX " SGPR VGPR\n"; in runOnMachineFunction()
721 OS << PFX " "; in runOnMachineFunction()
726 OS << PFX " Live-out:" << llvm::print(LiveOut, MRI); in runOnMachineFunction()
740 OS << PFX " Live-thr:" << llvm::print(LiveThrough, MRI); in runOnMachineFunction()
[all …]
H A DAMDGPULibFunc.h402 void setPrefix(ENamePrefix PFX) { Impl->setPrefix(PFX); }
391 setPrefix(ENamePrefix PFX) setPrefix() argument
/freebsd/contrib/ofed/libmlx4/
H A Dmlx4.c132 fprintf(stderr, PFX in mlx4_map_internal_clock()
216 fprintf(stderr, PFX "Warning: BlueFlame available, " in mlx4_init_context()
327 fprintf(stderr, PFX "Fatal: ABI version %d of %s is not supported " in mlx4_driver_init()
337 fprintf(stderr, PFX "Fatal: couldn't allocate device for %s\n", in mlx4_driver_init()
H A Dmlx4.h46 #define PFX "mlx4: " macro
/freebsd/crypto/heimdal/lib/asn1/
H A Dpkcs12.asn111 -- The PFX PDU
40 PKCS12-PFX ::= SEQUENCE {
H A Dpkcs9.asn17 -- The PFX PDU
/freebsd/sys/dev/mthca/
H A Dmthca_main.c906 printk(KERN_INFO PFX "Initializing %s\n", in __mthca_init_one()
1147 printk(KERN_ERR PFX "%s has invalid driver data %lx\n", in mthca_init_one()
1212 printk(KERN_WARNING PFX "Invalid value %d for %s in module parameter.\n", in __mthca_check_profile_val()
1214 printk(KERN_WARNING PFX "Corrected %s to %d.\n", name, *pval); in __mthca_check_profile_val()
1233 printk(KERN_WARNING PFX "Invalid fmr_reserved_mtts module parameter %d.\n", in mthca_validate_profile()
1235 printk(KERN_WARNING PFX "(Must be smaller than num_mtt %d)\n", in mthca_validate_profile()
1238 printk(KERN_WARNING PFX "Corrected fmr_reserved_mtts to %d.\n", in mthca_validate_profile()
1243 printk(KERN_WARNING PFX "bad log_mtts_per_seg (%d). Using default - %d\n", in mthca_validate_profile()
/freebsd/contrib/ofed/libmlx5/
H A Dmlx5.c303 fprintf(stderr, PFX "Warning: can not get local cpu set: failed to open %s\n", fname); in mlx5_local_cpu_set()
362 fprintf(stderr, PFX "Warning: my cpu set is too small\n"); in mlx5_enable_sandy_bridge_fix()
364 fprintf(stderr, PFX "Warning: failed to get my cpu set\n"); in mlx5_enable_sandy_bridge_fix()
610 fprintf(stderr, PFX in mlx5_map_internal_clock()
1062 fprintf(stderr, PFX "Fatal: ABI version %d of %s is not supported " in mlx5_driver_init()
1072 fprintf(stderr, PFX "Fatal: couldn't allocate device for %s\n", in mlx5_driver_init()
/freebsd/krb5/include/krb5/
H A DMakefile35 PFX= include macro
/freebsd/contrib/ofed/librdmacm/
H A Dcma.h48 #define PFX "librdmacm: " macro
/freebsd/contrib/ofed/libirdma/
H A Dirdma_umain.h48 #define PFX "libirdma-" macro
/freebsd/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_supplicant.conf.sgml219 PKCS#12/PFX format, they need to be converted to suitable PEM/DER
225 # convert CA certificate (if included in PFX file) to PEM format
/freebsd/contrib/ofed/libibcm/
H A Dcm.c52 #define PFX "libibcm: " macro
121 fprintf(stderr, PFX "couldn't read ABI version\n"); in check_abi_version()
128 fprintf(stderr, PFX "kernel ABI version %d " in check_abi_version()
/freebsd/contrib/libxo/
H A Dconfigure.ac100 [ --with-gettext=[PFX] Specify location of gettext installation],
241 [ --with-libslax-prefix=[PFX] Specify location of libslax config],
/freebsd/contrib/libxo/doc/
H A Dhowto.rst49 --with-gettext=PFX Specify location of gettext installation
50 --with-libslax-prefix=PFX Specify location of libslax config
/freebsd/contrib/wpa/hostapd/
H A Dandroid.config113 # PKCS#12 (PFX) support (used to read private key and certificate file from

12