Home
last modified time | relevance | path

Searched full:mpe (Results 1 – 25 of 44) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/display/tegra/
H A Dnvidia,tegra20-mpe.yaml4 $id: http://devicetree.org/schemas/display/tegra/nvidia,tegra20-mpe.yaml#
15 pattern: "^mpe@[0-9a-f]+$"
19 - nvidia,tegra20-mpe
20 - nvidia,tegra30-mpe
21 - nvidia,tegra114-mpe
39 - const: mpe
54 - description: phandle to the MPE power domain
63 mpe@54040000 {
64 compatible = "nvidia,tegra20-mpe";
69 reset-names = "mpe";
H A Dnvidia,tegra20-host1x.txt43 - mpe: video encoder
46 - compatible: "nvidia,tegra<chip>-mpe"
54 - mpe
57 - interconnects: Must contain entry for the MPE memory clients.
62 - power-domains: Phandle to MPE power domain.
454 mpe {
455 compatible = "nvidia,tegra20-mpe";
460 reset-names = "mpe";
H A Dnvidia,tegra20-host1x.yaml265 mpe@54040000 {
266 compatible = "nvidia,tegra20-mpe";
271 reset-names = "mpe";
/freebsd/contrib/ntp/html/hints/
H A Dmpeix1 HP e3000 MPE/iX NTP Hints - May 29, 2001
4 NTP was first ported to MPE several years ago, but those diffs were never
8 NTP was re-ported to MPE in May 2001. What follows are hints learned from
9 working with NTP 4.0.99k23. For additional information about NTP on MPE,
12 MPE lacks the clock-related APIs expected by NTP, so adjtime(), gettimeofday(),
18 exists on all current versions of MPE. It has not been fixed at the time of
31 The only reference clock that has been tested on MPE is the local clock. So
42 place for asking MPE-specific questions about NTP is the HP3000-L mailing list
44 newsgroup of comp.sys.hp.mpe.
49 HP CSY MPE Internet & Interoperability Engineer
/freebsd/contrib/sendmail/libsm/
H A Dmpeix.c14 #ifdef MPE
16 ** MPE lacks many common functions required across all sendmail programs
23 # include <mpe.h>
34 ** The MPE documentation for sendmail says that chroot-based
35 ** functionality is not implemented because MPE lacks chroot. But
72 ** In addition to missing functions, certain existing MPE functions have
82 ** MPE requires GETPRIVMODE() for AF_INET sockets less than port 1024.
130 ** Child processes cannot survive the death of their parent on MPE, so
159 ** Child processes cannot survive the death of their parent on MPE, so
188 ** MPE requires sfcntl() for sockets, and fcntl() for everything
[all …]
/freebsd/contrib/ntp/libntp/
H A Dmachines.c130 #ifdef MPE
165 * MPE stupidly requires sfcntl() to be used on sockets instead of fcntl(),
302 fprintf(stderr,"MPE setitimer old handler failed, errno=%d\n",errno); in setitimer()
313 fprintf(stderr,"MPE setitimer new handler failed, errno=%d\n",errno); in setitimer()
345 * MPE lacks gettimeofday(), so we define our own.
351 /* Documented, supported MPE functions. */ in gettimeofday()
355 /* Undocumented, unsupported MPE functions. */ in gettimeofday()
364 mpetime = get_time(); /* MPE local time usecs since Jan 1 1970 */ in gettimeofday()
377 * MPE lacks settimeofday(), so we define our own.
385 /* Documented, supported MPE function in settimeofday()
[all...]
H A Dadjtime.c5 #ifdef MPE
7 * MPE lacks adjtime(), so we define our own. But note that time slewing has
13 * This problem affects all versions of MPE at the time of this writing (when
14 * MPE/iX 7.0 is the most current). It only causes bad things to happen when
29 /* Documented, supported MPE system intrinsics. */ in adjtime()
34 /* Undocumented, unsupported MPE internal functions. */ in adjtime()
68 explicitly reset it to the value of the MPE local time clock minus the in adjtime()
86 gradual MPE time correction slew. */ in adjtime()
100 #endif /* MPE */
/freebsd/contrib/ntp/include/
H A Dntp_machine.h233 #ifdef MPE
243 /* special functions that require MPE-specific wrappers */
248 /* standard macros missing from MPE include files */
254 /* standard structures missing from MPE include files */
272 #endif /* MPE */
/freebsd/contrib/sendmail/include/sm/os/
H A Dsm_os_mpeix.h13 ** sm_os_mpeix.h -- platform definitions for HP MPE/iX
/freebsd/contrib/sendmail/cf/cf/
H A Dgeneric-mpeix.mc13 # This is a generic configuration file for HP MPE/iX.
/freebsd/sys/contrib/device-tree/src/arm/nvidia/
H A Dtegra20.dtsi53 mpe@54040000 {
54 compatible = "nvidia,tegra20-mpe";
59 reset-names = "mpe";
704 pd_mpe: mpe {
H A Dtegra30.dtsi137 mpe@54040000 {
138 compatible = "nvidia,tegra30-mpe";
143 reset-names = "mpe";
866 pd_mpe: mpe {
/freebsd/contrib/ntp/ntpd/
H A Dntpd.c828 # if defined(HAVE_GETUID) && !defined(MPE) /* MPE lacks the concept of root */
923 /* MPE lacks the concept of root */
924 # if defined(HAVE_GETUID) && !defined(MPE)
/freebsd/contrib/sendmail/src/
H A DREADME881 HP MPE/iX
882 The MPE-specific code within sendmail emulates a set-user-id root
884 MPE, nor is there any support for set-user-id programs. Even when
887 an MPE priv-mode program it will still be able to call setuid() to
890 MPE setgid() semantics don't quite work the way sendmail expects, so
894 which are not currently used by MPE. Code in libsm/mpeix.c examines
/freebsd/sys/contrib/device-tree/Bindings/arm/tegra/
H A Dnvidia,tegra20-pmc.yaml220 mpe MPEG Encode All
/freebsd/sys/contrib/device-tree/Bindings/soc/tegra/
H A Dnvidia,tegra20-pmc.yaml208 mpe MPEG Encode All
/freebsd/crypto/openssl/Configurations/
H A D10-main.conf619 #### HP MPE/iX http://jazz.external.hp.com/src/openssl/
620 "MPE/iX-gcc" => {
627 sys_id => "MPE",
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h1851 ** MPE-iX
1853 ** Requires MPE 6.0 or greater. See sendmail/README for more info.
1858 # ifdef MPE
1915 # endif /* MPE */
/freebsd/contrib/openpam/
H A Dconfig.guess763 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
/freebsd/contrib/openbsm/config/
H A Dconfig.guess681 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
/freebsd/contrib/ntp/sntp/libevent/build-aux/
H A Dconfig.guess734 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
/freebsd/contrib/ntp/sntp/libevent/
H A Dconfig.guess748 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
/freebsd/crypto/heimdal/
H A Dconfig.guess712 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
/freebsd/contrib/dialog/
H A Dconfig.guess775 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)
/freebsd/contrib/libevent/build-aux/
H A Dconfig.guess775 *9??*:MPE/iX:*:* | *3000*:MPE/iX:*:*)

12