Home
last modified time | relevance | path

Searched refs:package (Results 1 – 25 of 649) sorted by relevance

12345678910>>...26

/freebsd/sys/contrib/libsodium/packaging/nuget/
H A Dpackage.gsl8 .output "package.nuspec"
49 <file src="package.xml" target="build\\native\\package.xml" />
54 …\$(package.platformtoolset)\\dynamic\\$(package.target).dll" target="build\\native\\bin\\$(package
55 …(package.platformtoolset)\\dynamic\\$(package.target).dll" target="build\\native\\bin\\$(package.t…
59 …(package.platformtoolset)\\dynamic\\$(package.target).pdb" target="build\\native\\bin\\$(package.t…
66 …\$(package.platformtoolset)\\dynamic\\$(package.target).exp" target="build\\native\\bin\\$(package
67 …(package.platformtoolset)\\dynamic\\$(package.target).exp" target="build\\native\\bin\\$(package.t…
70 …$(package.platformtoolset)\\static\\$(package.target).lib" target="build\\native\\bin\\$(package.t…
78 …\$(package.platformtoolset)\\dynamic\\$(package.target).dll" target="build\\native\\bin\\$(package
79 …(package.platformtoolset)\\dynamic\\$(package.target).dll" target="build\\native\\bin\\$(package.t…
[all …]
H A Dpackage.bat5 gsl -q -script:package.gsl package.config
8 nuget pack package.nuspec -verbosity detailed
12 ECHO Completed nuget packaging build. The package is in the following folder:
/freebsd/crypto/openssl/test/
H A Dasn1_encode_test.c509 package->ifree(enctst); in do_decode()
528 len = package->i2d(input, &data); in do_encode()
557 len = package->i2d(p, &data); in do_enc_dec()
685 package); in do_decode_custom()
735 if (package->skip) in test_intern()
759 i, package->name); in test_intern()
782 i, package->name); in test_intern()
795 nelems = package->encdec_data_size / package->encdec_data_elem_size; in test_intern()
801 switch (do_enc_dec(expected, package->encdec_data_elem_size, package)) { in test_intern()
812 i, package->name); in test_intern()
[all …]
/freebsd/etc/mtree/
H A DBSD.var.dist5 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime
11 jobs tags=package=at
13 spool tags=package=at
44 hyperv mode=0700 tags=package=hyperv-tools
46 ipf mode=0700 tags=package=ipf
56 zfsd tags=package=zfs
76 bhyve tags=package=bhyve
78 dhclient tags=package=dhclient
80 ppp gname=network mode=0770 tags=package=ppp
82 wpa_supplicant tags=package=wpa
[all …]
H A DBSD.root.dist13 allwinner tags=package=runtime
15 overlays tags=package=runtime
17 rockchip tags=package=runtime
30 loader.conf.d tags=package=bootloader
64 kyua tags=package=tests
H A DBSD.usr.dist182 atf tags=package=tests
209 trusted tags=package=caroot
211 untrusted tags=package=caroot
219 atf tags=package=tests
221 kyua tags=package=tests
319 kyua tags=package=tests
456 revoked tags=package=runtime
458 trusted tags=package=runtime
462 kyua tags=package=tests
463 misc tags=package=tests
[all …]
/freebsd/sys/contrib/dev/ice/
H A DREADME42 The default DDP package supports the following:
81 new driver or DDP package.
91 reload the driver with the new package.
151 the same system. To install a specific DDP package:
186 5. Reload the driver with the new package.
189 of the default DDP package file.
213 To install and load this DDP package:
217 2. Download the DDP package.
228 <ddp_file_name> = the name of the DDP package to load
229 -f = forces the package to load
[all …]
/freebsd/stand/libsa/
H A Dpkgfs.c104 struct package;
118 struct package struct
129 static struct package *package = NULL; argument
137 struct package *chain; in pkgfs_cleanup()
154 free(package); in pkgfs_cleanup()
155 package = chain; in pkgfs_cleanup()
162 struct package *pkg; in pkgfs_init()
188 package = pkg; in pkgfs_init()
206 if (package == NULL) in pkg_open_follow()
510 struct package *pkg; in cache_data()
[all …]
/freebsd/sys/contrib/libsodium/packaging/dotnet-core/
H A DREADME.md1 This directory contains scripts and files to package libsodium for .NET Core.
3 *Note:* The NuGet package is intended for the implementation of language
10 number of platforms and assembles them in a NuGet package that can be uploaded
21 The metadata for the NuGet package is located in `libsodium.props`.
30 * *package revision*
35 release of the package for libsodium 1.0.16 and `1.0.16.5` is the fifth
36 revision (sixth release) of that package.
38 If a package is a pre-release, a label is appended to the version number in
42 fifth revision of the package for libsodium 1.0.16.
49 `<version>` is the package version number in the format described above.
[all …]
/freebsd/sys/dev/ofw/
H A Dofw_standard.c288 cell_t package; in ofw_std_instance_to_package() member
309 cell_t package; in ofw_std_getproplen() member
318 args.package = package; in ofw_std_getproplen()
334 cell_t package; in ofw_std_getprop() member
345 args.package = package; in ofw_std_getprop()
363 cell_t package; in ofw_std_nextprop() member
373 args.package = package; in ofw_std_nextprop()
391 cell_t package; in ofw_std_setprop() member
402 args.package = package; in ofw_std_setprop()
446 cell_t package; in ofw_std_finddevice() member
[all …]
H A Dopenfirm.c366 OF_getproplen(phandle_t package, const char *propname) in OF_getproplen() argument
372 return (OFW_GETPROPLEN(ofw_obj, package, propname)); in OF_getproplen()
377 OF_hasprop(phandle_t package, const char *propname) in OF_hasprop() argument
380 return (OF_getproplen(package, propname) >= 0 ? 1 : 0); in OF_hasprop()
449 if ((len = OF_getproplen(package, propname)) == -1) in OF_getprop_alloc()
454 if (OF_getprop(package, propname, *buf, len) == -1) { in OF_getprop_alloc()
474 if ((len = OF_getproplen(package, propname)) == -1 || in OF_getprop_alloc_multi()
480 if (OF_getprop(package, propname, *buf, len) == -1) { in OF_getprop_alloc_multi()
510 retval = OF_getprop_alloc_multi(package, name, elsz, buf); in OF_getencprop_alloc_multi()
547 return (OFW_SETPROP(ofw_obj, package, propname, buf,len)); in OF_setprop()
[all …]
/freebsd/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr130 local package pkgsel
132 package="$1"
133 shift 1 # package
154 package="$1"
155 shift 1 # package
456 package = $1
459 varpkg = package
537 local package="$1"
638 f_dprintf "$funcname: Installing %s package" "$package"
646 f_dprintf "$funcname: Reinstalling %s package" "$package"
[all …]
/freebsd/stand/libofw/
H A Dopenfirm.c221 cell_t package; in OF_instance_to_package() member
239 cell_t package; in OF_getproplen() member
245 args.package = package; in OF_getproplen()
260 cell_t package; in OF_getprop() member
268 args.package = package; in OF_getprop()
300 cell_t package; in OF_nextprop() member
307 args.package = package; in OF_nextprop()
324 cell_t package; in OF_setprop() member
332 args.package = package; in OF_setprop()
373 cell_t package; in OF_finddevice() member
[all …]
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dicplus-ip101ag.txt4 - IP101GR (32-pin QFN package)
5 - IP101G (die only, no package)
6 - IP101GA (48-pin LQFP package)
10 - IP101A (48-pin LQFP package)
11 - IP101AH (48-pin LQFP package)
13 Optional properties for the IP101GR (32-pin QFN package):
/freebsd/contrib/sqlite3/tea/
H A DpkgIndex.tcl.in2 # Tcl package index file, version 1.1
4 if {[package vsatisfies [package provide Tcl] 9.0-]} {
5 package ifneeded sqlite3 @PACKAGE_VERSION@ \
8 package ifneeded sqlite3 @PACKAGE_VERSION@ \
/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c264 data->package.count < 2 || in iwl_acpi_get_wifi_pkg_range()
273 for (i = 1; i < data->package.count; i++) { in iwl_acpi_get_wifi_pkg_range()
276 wifi_pkg = &data->package.elements[i]; in iwl_acpi_get_wifi_pkg_range()
280 wifi_pkg->package.count < min_data_size || in iwl_acpi_get_wifi_pkg_range()
281 wifi_pkg->package.count > max_data_size) in iwl_acpi_get_wifi_pkg_range()
284 domain = &wifi_pkg->package.elements[0]; in iwl_acpi_get_wifi_pkg_range()
383 if (wifi_pkg->package.elements[3 + i].type != in iwl_acpi_get_tas()
673 table = &wifi_pkg->package.elements[2]; in iwl_sar_get_wrds_table()
876 if (wifi_pkg->package.count != in iwl_sar_get_wgds_table()
1088 flags = &wifi_pkg->package.elements[1]; in iwl_acpi_get_ppag_table()
[all …]
H A Duefi.c229 struct pnvm_sku_package *package; in iwl_uefi_get_reduced_power() local
236 if (IS_ERR(package)) { in iwl_uefi_get_reduced_power()
239 PTR_ERR(package), package_size); in iwl_uefi_get_reduced_power()
240 return ERR_CAST(package); in iwl_uefi_get_reduced_power()
243 if (package_size < sizeof(*package)) { in iwl_uefi_get_reduced_power()
247 kfree(package); in iwl_uefi_get_reduced_power()
255 package->rev, package->total_size, package->n_skus); in iwl_uefi_get_reduced_power()
257 *len = package_size - sizeof(*package); in iwl_uefi_get_reduced_power()
258 data = kmemdup(package->data, *len, GFP_KERNEL); in iwl_uefi_get_reduced_power()
260 kfree(package); in iwl_uefi_get_reduced_power()
[all …]
/freebsd/contrib/ntp/
H A DINSTALL10 those values to create a `Makefile' in each directory of the package.
18 If you need to do unusual things to compile the package, please try
28 The simplest way to compile this package is:
31 `./configure' to configure the package for your system. If you're
39 2. Type `make' to compile the package.
42 the package.
89 By default, `make install' will install the package's files in
112 package recognizes.
131 `config.sub' isn't included in this package, then this package doesn't
137 system on which you are compiling the package.
[all …]
/freebsd/contrib/ntp/html/hints/
H A Dsvr4_package18 prototype describes the file contents of the package.
25 installing a replacement package
26 postinstall starts up ntp after package installation.
27 preremove brings down ntp before removing the package.
29 You create a package using "make package". This creates a file
30 called xntp.pkg. To install this package, you use
32 /etc/inet/ntp.conf exists. If you don't want the package anymore, use
/freebsd/contrib/less/
H A DINSTALL13 those values to create a `Makefile' in each directory of the package.
21 If you need to do unusual things to compile the package, please try
31 The simplest way to compile this package is:
34 `./configure' to configure the package for your system. If you're
42 2. Type `make' to compile the package.
45 the package.
92 By default, `make install' will install the package's files in
120 package recognizes.
139 `config.sub' isn't included in this package, then this package doesn't
145 system on which you are compiling the package.
[all …]
/freebsd/contrib/diff/lib/
H A Dversion-etc.c46 const char *command_name, const char *package, in version_etc_va() argument
67 fprintf (stream, "%s (%s) %s\n", command_name, package, version); in version_etc_va()
69 fprintf (stream, "%s %s\n", package, version); in version_etc_va()
169 const char *command_name, const char *package, in version_etc() argument
175 version_etc_va (stream, command_name, package, version, authors); in version_etc()
/freebsd/contrib/dialog/package/
H A Ddialog.spec16 %package devel
17 Summary: Development headers/library for the dialog package.
32 This package installs as "cdialog" to avoid conflict with other packages.
35 This is the development package "cdialog", which includes the header files,
45 cp -v package/dialog.map package/%{ActualProg}.map
54 --with-package=%{ActualProg} \
98 - split-out "-devel" package
/freebsd/contrib/xz/src/common/
H A Dtuklib_gettext.h28 # define tuklib_gettext_init(package, localedir) \ argument
31 bindtextdomain(package, localedir); \
32 textdomain(package); \
36 # define tuklib_gettext_init(package, localedir) \ argument
/freebsd/sys/powerpc/ofw/
H A Dofw_real.c529 cell_t package; in ofw_real_instance_to_package() member
557 cell_t package; in ofw_real_getproplen() member
568 args.package = IN(package); in ofw_real_getproplen()
590 cell_t package; in ofw_real_getprop() member
603 args.package = IN(package); in ofw_real_getprop()
630 cell_t package; in ofw_real_nextprop() member
642 args.package = IN(package); in ofw_real_nextprop()
668 cell_t package; in ofw_real_setprop() member
681 args.package = IN(package); in ofw_real_setprop()
743 cell_t package; in ofw_real_finddevice() member
[all …]
/freebsd/contrib/ncurses/
H A DMANIFEST41 ./Ada95/package/debian/docs
42 ./Ada95/package/debian/rules
1031 ./package/debian/rules
1033 ./package/debian/watch
1036 ./package/ncurses.map
1037 ./package/ncurses.spec
1038 ./package/ncurses.sym
1039 ./package/ncursest.map
1041 ./package/ncursest.sym
1044 ./package/ncursesw.map
[all …]

12345678910>>...26