| /src/usr.sbin/acpitools/aml/ |
| aml_obj.c | 93 if (ret->package.elements == 0) { 96 ret->package.objects = memman_alloc_flexsize(aml_memman, 97 ret->package.elements * sizeof(union aml_object *)); 98 for (i = 0; i < ret->package.elements; i++) { 99 ret->package.objects[i] = aml_copy_object(env, orig->package.objects[i]); 202 if (obj->type == aml_t_package && obj->package.objects != NULL) { 203 for (i = 0; i < obj->package.elements; i++) { 204 aml_free_object(&obj->package.objects[i]); 206 memman_free_flexsize(aml_memman, obj->package.objects) [all...] |
| aml_obj.h | 214 struct aml_package package; member in union:aml_object
|
| aml_store.c | 280 if (r->objref.ref->package.elements < offset) { 283 if (ref->package.objects[offset] == NULL) { 284 ref->package.objects[offset] = aml_copy_object(env, obj); 286 aml_store_to_object(env, obj, ref->package.objects[offset]);
|
| aml_common.c | 227 printf("Package:elements %d \n", obj->package.elements); 228 for (i = 0; i < obj->package.elements; i++) { 229 if (obj->package.objects[i] == NULL) { 232 if (obj->package.objects[i]->type < 0) { 236 aml_showobject(obj->package.objects[i]);
|
| /src/distrib/syspkg/sets/ |
| Makefile | 11 TARGETS+=package
|
| /src/sys/external/bsd/drm2/include/linux/ |
| nbsd-namespace-acpi.h | 37 #define package Package macro
|
| /src/distrib/syspkg/sets/text/ |
| Makefile | 10 TARGETS+=package
|
| /src/distrib/syspkg/mk/ |
| bsd.syspkg.mk | 149 ${ECHO} "Your package tools need to be updated to ${PKGTOOLS_REQD:C|(....)(..)(..)|\1/\2/\3|} versions."; \ 150 ${ECHO} "The installed package tools were last updated on ${PKGTOOLS_VERSION:C|(....)(..)(..)|\1/\2/\3|}."; \ 237 ${ECHO} "${PKGBASE} package: $$found installed, pkgsrc version ${PKGNAME}"; \ 241 # Package 243 .if !target(do-package) 244 do-package: ${PLIST} 246 ${ECHO_MSG} "${_PKGSRC_IN}> Building binary package for ${PKGNAME}"; \ 255 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} package-links); \ 257 (cd ${.CURDIR} && ${MAKE} ${MAKEFLAGS} delete-package); \ 262 # Some support rules for do-package [all...] |
| /src/distrib/syspkg/sets/games/ |
| Makefile | 13 TARGETS+=package
|
| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_acpi.c | 102 connector_count = &pkg->package.elements[0]; 105 for (i = 1; i < pkg->package.count; i++) { 106 union acpi_object *obj = &pkg->package.elements[i]; 107 union acpi_object *connector_id = &obj->package.elements[0]; 108 union acpi_object *info = &obj->package.elements[1];
|
| /src/sys/arch/m68k/060sp/dist/ |
| changes | 8 # M68060 Software Package Production Release 10 # M68060 Software Package Copyright (C) 1993, 1994, 1995, 1996 Motorola Inc. 59 a failing value to the 68060SP, the package ignores 67 requested by the package should return a failing value 68 to the package. Since the package currently ignores this 81 the package creates a 16-byte access error stack frame
|
| fplsp.doc | 8 # M68060 Software Package Production Release 10 # M68060 Software Package Copyright (C) 1993, 1994, 1995, 1996 Motorola Inc. 38 68060 FLOATING-POINT SOFTWARE PACKAGE (Library version) 42 68060SP Floating-Point Software Package. The routines 56 release package. This is the ONLY format which will be supported. 68 of this package. 78 package, a program must "bsr" or "jsr" to the location listed 81 within the package will then enter the correct emulation code routine. 83 The entry point addresses at the beginning of the package will remain 116 The package takes exceptions according to the FPCR value upon subroutin [all...] |
| isp.doc | 8 # M68060 Software Package Production Release 10 # M68060 Software Package Copyright (C) 1993, 1994, 1995, 1996 Motorola Inc. 38 68060 INTEGER SOFTWARE PACKAGE (Kernel version) 41 The file isp.sa contains the 68060 Integer Software Package. 42 This package is essentially an exception handler that can be 61 release package. This is the ONLY format which will be supported. 73 of this package. 112 with respect to the top of the package. The currently defined entry-points 190 package calls either the "Call-out" _060_real_cas() or _060_real_cas2(). 193 made, by the system integrator, to point directly back into the package [all...] |
| ilsp.doc | 8 # M68060 Software Package Production Release 10 # M68060 Software Package Copyright (C) 1993, 1994, 1995, 1996 Motorola Inc. 38 68060 INTEGER SOFTWARE PACKAGE (Library version) 42 68060 Integer Software Package. Routines included in this 56 release package. This is the ONLY format which will be supported. 68 of this package. 78 package, a program must "bsr" or "jsr" to the location listed 81 within the package will then enter the correct emulation code routine. 83 The entry point addresses at the beginning of the package will remain
|
| fpsp.doc | 8 # M68060 Software Package Production Release 10 # M68060 Software Package Copyright (C) 1993, 1994, 1995, 1996 Motorola Inc. 38 68060 FLOATING-POINT SOFTWARE PACKAGE (Kernel version) 42 Package. This package is essentially a set of exception handlers 46 using unimplemented addressing modes. In addition, this package 53 release package. This is the ONLY format which will be supported. 65 of this package. 104 with respect to the top of the package. The currently defined entry-points
|
| iskeletn.s | 8 # M68060 Software Package Production Release 10 # M68060 Software Package Copyright (C) 1993, 1994, 1995, 1996 Motorola Inc. 43 # (2) example package entry code 156 # then this routine simply re-enters the package through _isp_cas. 167 # then this routine simply re-enters the package through _isp_cas2. 215 # (2) EXAMPLE PACKAGE ENTRY CODE # 291 # 060 INTEGER KERNEL PACKAGE MUST GO HERE!!!
|
| /src/distrib/syspkg/sets/misc/ |
| Makefile | 22 TARGETS+=package
|
| /src/sys/arch/macppc/macppc/ |
| cpu.c | 163 int id = ca->ca_reg[0], vers, package, core; local 169 package = id; 175 core = package & 1; 176 package >>= 1; 178 cpu_topology_set(ci, package, core, 0, 0);
|
| /src/games/warp/ |
| config.sh | 99 package='warp'
|
| /src/tests/usr.bin/indent/ |
| edge_cases.c | 75 package PkgLint::Line; 107 package PkgLint:: Line;
|
| /src/usr.bin/config/ |
| scan.l | 322 package[ \t]+{FILENAME}{RESTOFLINE} { 325 yyerror("package not allowed here"); 327 package(curinclpath); 329 yyerror("bad package path-name"); 472 * Add a "package" to the configuration. This is essentially 476 * include "files.package" 480 package(const char *fname) 569 * Extract the pathname from a include/cinclude/package into curinclpath
|
| /src/distrib/sets/ |
| makeplist | 9 # -p prefix prefix for package creation 11 # setname pkgname set and package to build plist for 29 setname pkgname set and package to build plist for
|
| /src/distrib/syspkg/sets/comp/ |
| Makefile | 46 TARGETS+=package
|
| /src/distrib/syspkg/sets/etc/ |
| Makefile | 54 TARGETS+=package
|
| /src/usr.bin/make/unit-tests/ |
| recursive.mk | 24 # Seen in pkgsrc/x11/libXfixes, and probably many more package that use
|