| /freebsd-9-stable/sys/boot/ofw/libofw/ |
| D | openfirm.c | 230 cell_t package; in OF_instance_to_package() member 240 return (args.package); in OF_instance_to_package() 245 OF_getproplen(phandle_t package, char *propname) in OF_getproplen() argument 251 cell_t package; in OF_getproplen() member 260 args.package = package; in OF_getproplen() 269 OF_getprop(phandle_t package, char *propname, void *buf, int buflen) in OF_getprop() argument 275 cell_t package; in OF_getprop() member 286 args.package = package; in OF_getprop() 297 OF_nextprop(phandle_t package, char *previous, char *buf) in OF_nextprop() argument 303 cell_t package; in OF_nextprop() member [all …]
|
| /freebsd-9-stable/sys/dev/ofw/ |
| D | ofw_standard.c | 81 static ssize_t ofw_std_getproplen(ofw_t ofw, phandle_t package, 83 static ssize_t ofw_std_getprop(ofw_t ofw, phandle_t package, 85 static int ofw_std_nextprop(ofw_t ofw, phandle_t package, const char *previous, 87 static int ofw_std_setprop(ofw_t ofw, phandle_t package, const char *propname, 94 static ssize_t ofw_std_package_to_path(ofw_t ofw, phandle_t package, char *buf, 290 cell_t package; in ofw_std_instance_to_package() member 300 return (args.package); in ofw_std_instance_to_package() 305 ofw_std_getproplen(ofw_t ofw, phandle_t package, const char *propname) in ofw_std_getproplen() argument 311 cell_t package; in ofw_std_getproplen() member 320 args.package = package; in ofw_std_getproplen() [all …]
|
| D | openfirm.c | 255 OF_getproplen(phandle_t package, const char *propname) in OF_getproplen() argument 261 return (OFW_GETPROPLEN(ofw_obj, package, propname)); in OF_getproplen() 266 OF_getprop(phandle_t package, const char *propname, void *buf, size_t buflen) in OF_getprop() argument 272 return (OFW_GETPROP(ofw_obj, package, propname, buf, buflen)); in OF_getprop() 297 OF_getprop_alloc(phandle_t package, const char *propname, int elsz, void **buf) in OF_getprop_alloc() argument 302 if ((len = OF_getproplen(package, propname)) == -1 || in OF_getprop_alloc() 307 if (OF_getprop(package, propname, *buf, len) == -1) { in OF_getprop_alloc() 317 OF_nextprop(phandle_t package, const char *previous, char *buf, size_t size) in OF_nextprop() argument 323 return (OFW_NEXTPROP(ofw_obj, package, previous, buf, size)); in OF_nextprop() 328 OF_setprop(phandle_t package, const char *propname, const void *buf, size_t len) in OF_setprop() argument [all …]
|
| /freebsd-9-stable/contrib/ofed/management/ |
| D | gen_ver.sh | 18 package=$1 22 conf_file=$package/configure.in 23 version=`cat $conf_file | sed -ne '/AC_INIT.*'$package'.*/s/^AC_INIT.*'$package', \(.*\),.*$/\1/p'` 25 git diff --quiet $package-$version..HEAD -- $package > /dev/null 2>&1 33 git diff-index --quiet HEAD -- $package > /dev/null 2>&1
|
| /freebsd-9-stable/usr.sbin/bsdconfig/share/packages/ |
| D | packages.subr | 63 PACKAGE_CATEGORIES= # List of package categories parsed from INDEX 123 # f_package_select $package ... 125 # Add $package to the list of tracked/selected packages. If $package is already 131 local package pkgsel 133 package="$1" 134 shift 1 # package 136 [ "$package" = "$pkgsel" ] && return $SUCCESS 138 SELECTED_PACKAGES="$SELECTED_PACKAGES $package" 139 f_dprintf "Added %s to selection list" "$package" 144 # f_package_deselect $package ... [all …]
|
| /freebsd-9-stable/contrib/ntp/ |
| D | INSTALL | 10 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: 30 1. `cd' to the directory containing the package's source code and type 31 `./configure' to configure the package for your system. If you're 39 2. Type `make' to compile the package. 42 the package. 49 files that `configure' created (so you can compile the package for 52 for the package's developers. If you use it, you may have to get 72 You can compile the package for more than one kind of computer at the [all …]
|
| /freebsd-9-stable/contrib/ntp/html/hints/ |
| D | svr4_package | 18 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-9-stable/contrib/gperf/ |
| D | INSTALL | 8 those values to create a `Makefile' in each directory of the package. 16 If you need to do unusual things to compile the package, please try 26 The simplest way to compile this package is: 28 1. `cd' to the directory containing the package's source code and type 29 `./configure' to configure the package for your system. If you're 37 2. Type `make' to compile the package. 40 the package. 47 files that `configure' created (so you can compile the package for 50 for the package's developers. If you use it, you may have to get 70 You can compile the package for more than one kind of computer at the [all …]
|
| /freebsd-9-stable/contrib/less/ |
| D | INSTALL | 13 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: 33 1. `cd' to the directory containing the package's source code and type 34 `./configure' to configure the package for your system. If you're 42 2. Type `make' to compile the package. 45 the package. 52 files that `configure' created (so you can compile the package for 55 for the package's developers. If you use it, you may have to get 75 You can compile the package for more than one kind of computer at the [all …]
|
| /freebsd-9-stable/sys/powerpc/ofw/ |
| D | ofw_real.c | 87 static ssize_t ofw_real_getproplen(ofw_t, phandle_t package, 89 static ssize_t ofw_real_getprop(ofw_t, phandle_t package, const char *propname, 91 static int ofw_real_nextprop(ofw_t, phandle_t package, const char *previous, 93 static int ofw_real_setprop(ofw_t, phandle_t package, const char *propname, 99 static ssize_t ofw_real_package_to_path(ofw_t, phandle_t package, char *buf, 444 cell_t package; in ofw_real_instance_to_package() member 460 return (args.package); in ofw_real_instance_to_package() 465 ofw_real_getproplen(ofw_t ofw, phandle_t package, const char *propname) in ofw_real_getproplen() argument 472 cell_t package; in ofw_real_getproplen() member 483 args.package = package; in ofw_real_getproplen() [all …]
|
| /freebsd-9-stable/crypto/heimdal/packages/debian/ |
| D | control | 21 This package includes documentation (in info format) on how to 35 This package includes the KDC (key distribution centre) server, 53 This is the development package, required for developing 67 This package includes kerberos client programs for forwarding the X 82 This package includes client programs like telnet and ftp that have been 93 This package includes the KCM daemon. 110 This package includes kerberos server programs for forwarding the X 125 This package includes servers like telnetd and ftpd that have been 138 This package contains the asn1 parser required for Heimdal. 150 This package contains the kerberos 5 library. [all …]
|
| /freebsd-9-stable/contrib/gperf/src/ |
| D | config.h_vms | 7 /* Define to the address where bug reports for this package should be sent. */ 10 /* Define to the full name of this package. */ 13 /* Define to the full name and version of this package. */ 16 /* Define to the one symbol short name of this package. */ 19 /* Define to the version of this package. */
|
| D | config.h.in | 7 /* Define to the address where bug reports for this package should be sent. */ 10 /* Define to the full name of this package. */ 13 /* Define to the full name and version of this package. */ 16 /* Define to the one symbol short name of this package. */ 19 /* Define to the version of this package. */
|
| /freebsd-9-stable/contrib/gnu-sort/ |
| D | INSTALL | 14 those values to create a `Makefile' in each directory of the package. 27 If you need to do unusual things to compile the package, please try 39 The simplest way to compile this package is: 41 1. `cd' to the directory containing the package's source code and type 42 `./configure' to configure the package for your system. If you're 50 2. Type `make' to compile the package. 53 the package. 60 files that `configure' created (so you can compile the package for 63 for the package's developers. If you use it, you may have to get 85 You can compile the package for more than one kind of computer at the [all …]
|
| /freebsd-9-stable/contrib/groff/ |
| D | INSTALL.gen | 17 those values to create a `Makefile' in each directory of the package. 30 If you need to do unusual things to compile the package, please try 42 The simplest way to compile this package is: 44 1. `cd' to the directory containing the package's source code and type 45 `./configure' to configure the package for your system. If you're 53 2. Type `make' to compile the package. 56 the package. 63 files that `configure' created (so you can compile the package for 66 for the package's developers. If you use it, you may have to get 88 You can compile the package for more than one kind of computer at the [all …]
|
| /freebsd-9-stable/contrib/ofed/management/opensm/ |
| D | INSTALL | 17 those values to create a `Makefile' in each directory of the package. 30 If you need to do unusual things to compile the package, please try 42 The simplest way to compile this package is: 44 1. `cd' to the directory containing the package's source code and type 45 `./configure' to configure the package for your system. If you're 53 2. Type `make' to compile the package. 56 the package. 63 files that `configure' created (so you can compile the package for 66 for the package's developers. If you use it, you may have to get 88 You can compile the package for more than one kind of computer at the [all …]
|
| /freebsd-9-stable/contrib/ofed/libibcm/ |
| D | config.h.in | 39 /* Name of package */ 42 /* Define to the address where bug reports for this package should be sent. */ 45 /* Define to the full name of this package. */ 48 /* Define to the full name and version of this package. */ 51 /* Define to the one symbol short name of this package. */ 54 /* Define to the version of this package. */ 63 /* Version number of package */
|
| /freebsd-9-stable/contrib/ofed/librdmacm/ |
| D | config.h.in | 39 /* Name of package */ 42 /* Define to the address where bug reports for this package should be sent. */ 45 /* Define to the full name of this package. */ 48 /* Define to the full name and version of this package. */ 51 /* Define to the one symbol short name of this package. */ 54 /* Define to the version of this package. */ 63 /* Version number of package */
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | config.in | 45 /* Name of package */ 48 /* Define to the address where bug reports for this package should be sent. */ 51 /* Define to the full name of this package. */ 54 /* Define to the full name and version of this package. */ 57 /* Define to the one symbol short name of this package. */ 60 /* Define to the version of this package. */ 66 /* Version number of package */
|
| /freebsd-9-stable/contrib/diff/lib/ |
| D | version-etc.c | 46 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-9-stable/contrib/gnu-sort/lib/ |
| D | version-etc.c | 48 const char *command_name, const char *package, in version_etc_va() argument 72 fprintf (stream, "%s (%s) %s\n", command_name, package, version); in version_etc_va() 74 fprintf (stream, "%s %s\n", package, version); in version_etc_va() 174 const char *command_name, const char *package, in version_etc() argument 180 version_etc_va (stream, command_name, package, version, authors); in version_etc()
|
| /freebsd-9-stable/contrib/xz/src/common/ |
| D | tuklib_gettext.h | 29 # define tuklib_gettext_init(package, localedir) \ argument 32 bindtextdomain(package, localedir); \ 33 textdomain(package); \ 37 # define tuklib_gettext_init(package, localedir) \ argument
|
| /freebsd-9-stable/contrib/gcclibs/libssp/ |
| D | config.h.in | 63 /* Name of package */ 66 /* Define to the address where bug reports for this package should be sent. */ 69 /* Define to the full name of this package. */ 72 /* Define to the full name and version of this package. */ 75 /* Define to the one symbol short name of this package. */ 78 /* Define to the version of this package. */ 84 /* Version number of package */
|
| /freebsd-9-stable/contrib/openpam/ |
| D | mkpkgng.in | 80 package="@PACKAGE@" 104 tmproot=$(mktemp -d "${TMPDIR:-/tmp}/$package-$version.XXXXXX") 123 name: $package 125 origin: local/$package 166 info "Package created for $package-$version."
|
| /freebsd-9-stable/release/scripts/ |
| D | package-trees.sh | 39 package=`echo $line | cut -d '|' -f 1` 43 echo "--> Copying $package to Disc $disc" 45 ${COPY} ${TREE}/All/${package}.tbz ${discdir}/packages/All 49 ln -s ../All/${package}.tbz ${catdir}
|