Home
last modified time | relevance | path

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

12345678910>>...23

/freebsd-13.1/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:
H A D.gitignore2 package.nuspec
3 package.targets
4 package.xml
/freebsd-13.1/sys/contrib/dev/ice/
H A DREADME22 a profile package to the device at runtime. Profiles can be used to, for
39 The default DDP package supports the following:
66 new driver or DDP package.
76 package.
93 take additional steps to install the DDP package file.
101 take additional steps to install the DDP package file.
113 ice_ddp module and checks that it contains a valid DDP package file.
119 installation so that the driver loads the DDP package automatically.
139 the same system. To install a specific DDP package:
174 5. Reload the driver with the new package.
[all …]
/freebsd-13.1/stand/libsa/
H A Dpkgfs.c107 struct package;
121 struct package struct
132 static struct package *package = NULL; argument
140 struct package *chain; in pkgfs_cleanup()
157 free(package); in pkgfs_cleanup()
158 package = chain; in pkgfs_cleanup()
165 struct package *pkg; in pkgfs_init()
191 package = pkg; in pkgfs_init()
209 if (package == NULL) in pkg_open_follow()
513 struct package *pkg; in cache_data()
[all …]
/freebsd-13.1/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-13.1/sys/dev/ofw/
H A Dofw_standard.c291 cell_t package; in ofw_std_instance_to_package() member
312 cell_t package; in ofw_std_getproplen() member
321 args.package = package; in ofw_std_getproplen()
337 cell_t package; in ofw_std_getprop() member
348 args.package = package; in ofw_std_getprop()
366 cell_t package; in ofw_std_nextprop() member
376 args.package = package; in ofw_std_nextprop()
394 cell_t package; in ofw_std_setprop() member
405 args.package = package; in ofw_std_setprop()
449 cell_t package; in ofw_std_finddevice() member
[all …]
H A Dopenfirm.c368 OF_getproplen(phandle_t package, const char *propname) in OF_getproplen() argument
374 return (OFW_GETPROPLEN(ofw_obj, package, propname)); in OF_getproplen()
379 OF_hasprop(phandle_t package, const char *propname) in OF_hasprop() argument
382 return (OF_getproplen(package, propname) >= 0 ? 1 : 0); in OF_hasprop()
451 if ((len = OF_getproplen(package, propname)) == -1) in OF_getprop_alloc()
456 if (OF_getprop(package, propname, *buf, len) == -1) { in OF_getprop_alloc()
476 if ((len = OF_getproplen(package, propname)) == -1 || in OF_getprop_alloc_multi()
482 if (OF_getprop(package, propname, *buf, len) == -1) { in OF_getprop_alloc_multi()
512 retval = OF_getprop_alloc_multi(package, name, elsz, buf); in OF_getencprop_alloc_multi()
549 return (OFW_SETPROP(ofw_obj, package, propname, buf,len)); in OF_setprop()
[all …]
/freebsd-13.1/usr.sbin/bsdconfig/share/packages/
H A Dpackages.subr131 local package pkgsel
133 package="$1"
134 shift 1 # package
155 package="$1"
156 shift 1 # package
449 package = $1
452 varpkg = package
530 local package="$1"
631 f_dprintf "$funcname: Installing %s package" "$package"
639 f_dprintf "$funcname: Reinstalling %s package" "$package"
[all …]
/freebsd-13.1/sys/contrib/dev/iwlwifi/fw/
H A Dacpi.c211 data->package.count < 2 || in iwl_acpi_get_wifi_pkg_range()
220 for (i = 1; i < data->package.count; i++) { in iwl_acpi_get_wifi_pkg_range()
223 wifi_pkg = &data->package.elements[i]; in iwl_acpi_get_wifi_pkg_range()
227 wifi_pkg->package.count < min_data_size || in iwl_acpi_get_wifi_pkg_range()
228 wifi_pkg->package.count > max_data_size) in iwl_acpi_get_wifi_pkg_range()
231 domain = &wifi_pkg->package.elements[0]; in iwl_acpi_get_wifi_pkg_range()
300 wifi_pkg->package.elements[2].integer.value > in iwl_acpi_get_tas()
303 wifi_pkg->package.elements[2].integer.value); in iwl_acpi_get_tas()
321 if (wifi_pkg->package.elements[3 + i].type != in iwl_acpi_get_tas()
610 table = &wifi_pkg->package.elements[2]; in iwl_sar_get_wrds_table()
[all …]
H A Duefi.c215 struct pnvm_sku_package *package; in iwl_uefi_get_reduced_power() local
237 package = kmalloc(package_size, GFP_KERNEL); in iwl_uefi_get_reduced_power()
238 if (!package) { in iwl_uefi_get_reduced_power()
239 package = ERR_PTR(-ENOMEM); in iwl_uefi_get_reduced_power()
243 err = efivar_entry_get(reduce_power_efivar, NULL, &package_size, package); in iwl_uefi_get_reduced_power()
248 kfree(package); in iwl_uefi_get_reduced_power()
258 package->rev, package->total_size, package->n_skus); in iwl_uefi_get_reduced_power()
260 data = iwl_uefi_reduce_power_parse(trans, package->data, in iwl_uefi_get_reduced_power()
261 *len - sizeof(*package)); in iwl_uefi_get_reduced_power()
263 kfree(package); in iwl_uefi_get_reduced_power()
/freebsd-13.1/contrib/apr-util/
H A Dapr-util.spec22 %package devel
34 %package dbm
41 This package provides the DBM driver for the apr-util.
43 %package pgsql
53 %package mysql
63 %package sqlite
73 %package odbc
83 %package ldap
90 This package provides the LDAP support for the apr-util.
92 %package openssl
[all …]
/freebsd-13.1/stand/libofw/
H A Dopenfirm.c224 cell_t package; in OF_instance_to_package() member
242 cell_t package; in OF_getproplen() member
248 args.package = package; in OF_getproplen()
263 cell_t package; in OF_getprop() member
271 args.package = package; in OF_getprop()
303 cell_t package; in OF_nextprop() member
310 args.package = package; in OF_nextprop()
327 cell_t package; in OF_setprop() member
335 args.package = package; in OF_setprop()
376 cell_t package; in OF_finddevice() member
[all …]
/freebsd-13.1/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-13.1/contrib/openpam/
H A Dmkpkgng.in78 package="@PACKAGE@"
84 package="$package-$version"
103 tmproot=$(mktemp -d "${TMPDIR:-/tmp}/$package-$version.XXXXXX")
137 name: $package
139 origin: local/$package
177 info "Package created for $package-$version."
/freebsd-13.1/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-13.1/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-13.1/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-13.1/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-13.1/contrib/xz/src/common/
H A Dtuklib_gettext.h29 # define tuklib_gettext_init(package, localedir) \ argument
32 bindtextdomain(package, localedir); \
33 textdomain(package); \
37 # define tuklib_gettext_init(package, localedir) \ argument
/freebsd-13.1/etc/mtree/
H A DBSD.var.dist6 /set type=dir uname=root gname=wheel mode=0755 tags=package=runtime
12 jobs tags=package=at
14 spool tags=package=at
87 dma uname=root gname=mail mode=0770 tags=package=dma
106 unbound uname=unbound gname=unbound mode=0755 tags=package=unbound
107 conf.d uname=unbound gname=unbound mode=0755 tags=package=unbound
H A DBSD.root.dist14 allwinner tags=package=runtime
16 overlays tags=package=runtime
18 rockchip tags=package=runtime
25 loader.conf.d tags=package=bootloader
61 kyua tags=package=tests
/freebsd-13.1/sys/powerpc/ofw/
H A Dofw_real.c531 cell_t package; in ofw_real_instance_to_package() member
559 cell_t package; in ofw_real_getproplen() member
570 args.package = IN(package); in ofw_real_getproplen()
592 cell_t package; in ofw_real_getprop() member
605 args.package = IN(package); in ofw_real_getprop()
632 cell_t package; in ofw_real_nextprop() member
644 args.package = IN(package); in ofw_real_nextprop()
670 cell_t package; in ofw_real_setprop() member
683 args.package = IN(package); in ofw_real_setprop()
745 cell_t package; in ofw_real_finddevice() member
[all …]
/freebsd-13.1/contrib/ncurses/
H A DMANIFEST41 ./Ada95/package/debian/docs
42 ./Ada95/package/debian/rules
1026 ./package/debian/rules
1028 ./package/debian/watch
1031 ./package/ncurses.map
1032 ./package/ncurses.spec
1033 ./package/ncurses.sym
1034 ./package/ncursest.map
1036 ./package/ncursest.sym
1039 ./package/ncursesw.map
[all …]
/freebsd-13.1/sys/contrib/openzfs/scripts/
H A Dkmodtool74 %package -n akmod-${kmodname}
75 Summary: Akmod package for ${kmodname} kernel module(s)
93 This package provides the akmod package for the ${kmodname} kernel modules.
108 %package -n kmod-${kmodname}
126 This is a meta-package without payload which sole purpose is to require the
157 %package -n kmod-${kmodname}-${kernel_uname_r}
217 This package provides the ${kmodname} kernel modules built for the Linux
241 %package -n kmod-${kmodname}-devel
258 This package provides the common header files to build kernel modules
298 %package -n kmod-${kmodname}-devel-${kernel_uname_r}
[all …]

12345678910>>...23