HomeSort by relevance Sort by last modified time
    Searched full:privileged (Results 26 - 50 of 161) sorted by null

12 3 4 5 6 7

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serial.h 110 #define ASYNC_USR_MASK 0x3430 /* Legal flags that non-privileged
  /external/kernel-headers/original/asm-generic/
siginfo.h 163 #define ILL_PRVOPC (__SI_FAULT|5) /* privileged opcode */
164 #define ILL_PRVREG (__SI_FAULT|6) /* privileged register */
  /hardware/samsung_slsi/exynos5/mobicore/include/Public/
mc_linux.h 164 * Only possible in Privileged Mode.
170 * Only possible in Privileged Mode
  /packages/providers/ApplicationsProvider/tests/src/com/android/providers/applications/
ApplicationsProviderTest.java 195 * is a privileged application - ordering apps by launch count when asked
200 // Simulate non-privileged calling application.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
siginfo.h 163 ILL_PRVOPC, /* Privileged opcode. */
165 ILL_PRVREG, /* Privileged register. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
siginfo.h 163 ILL_PRVOPC, /* Privileged opcode. */
165 ILL_PRVREG, /* Privileged register. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
siginfo.h 163 ILL_PRVOPC, /* Privileged opcode. */
165 ILL_PRVREG, /* Privileged register. */
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractListeningExecutorServiceTest.java 97 * A submitted privileged action runs to completion
120 * A submitted privileged exception action runs to completion
140 * A submitted failed privileged exception action reports exception
  /external/openssh/contrib/cygwin/
ssh-user-config 225 --privileged )
239 echo " --privileged On Windows NT/2k/XP, assume privileged user"
README 53 privsep feature requires a non-privileged account called 'sshd'.
62 differ between privileged and unprivileged users.
  /external/quake/quake/src/WinQuake/
host_cmd.cpp 128 if (pr_global_struct->deathmatch && !host_client->privileged)
146 if (pr_global_struct->deathmatch && !host_client->privileged)
166 if (pr_global_struct->deathmatch && !host_client->privileged)
198 if (pr_global_struct->deathmatch && !host_client->privileged)
979 if (cl->privileged)
981 cl->privileged = false;
987 cl->privileged = true;
999 if (cl->privileged)
1001 cl->privileged = false;
1007 cl->privileged = true
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h 128 /* Ports less than this value are reserved for privileged processes. */
131 /* Ports greater this value are reserved for (non-privileged) servers. */
425 /* Bind socket to a privileged IP port. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 128 /* Ports less than this value are reserved for privileged processes. */
131 /* Ports greater this value are reserved for (non-privileged) servers. */
425 /* Bind socket to a privileged IP port. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h 128 /* Ports less than this value are reserved for privileged processes. */
131 /* Ports greater this value are reserved for (non-privileged) servers. */
425 /* Bind socket to a privileged IP port. */
  /external/protobuf/java/src/main/java/com/google/protobuf/
ExtensionRegistry.java 78 * privileged class by registering itself as an extension of the right type.
89 * belonging to privileged code and create mischief.
  /dalvik/vm/native/
dalvik_system_VMStack.cpp 63 * stop shortly after we encounter a privileged class.
  /external/e2fsprogs/lib/et/
error_message.c 174 * a privileged process.
  /external/elfutils/backends/
ppc_regs.c 67 *setname = "privileged";
  /external/openssh/
README.tun 56 the privileged user (in /root/.ssh/config):
kexgexs.c 104 /* Contact privileged parent */
readconf.h 41 int use_privileged_port; /* Don't use privileged port if false. */
sshconnect.c 185 * Creates a (possibly privileged) socket for use as the ssh connection.
188 ssh_create_socket(int privileged, struct addrinfo *ai)
194 * If we are running as root and want to connect to a privileged
195 * port, bind our own socket to a privileged port.
197 if (privileged) {
329 * a privileged port will be allocated to make the connection.
    [all...]
  /external/openssl/crypto/
sparcv9cap.c 74 /* %tick is privileged only on UltraSPARC-I/II, but not IIe */
  /external/webkit/Source/JavaScriptCore/heap/
MarkStack.h 242 // Privileged class for marking JSValues directly. It is only safe to use
  /libcore/luni/src/main/java/java/util/concurrent/
Executors.java 327 * called, runs the given privileged action and returns its result.
328 * @param action the privileged action to run
341 * called, runs the given privileged exception action and returns
343 * @param action the privileged exception action to run

Completed in 1616 milliseconds

12 3 4 5 6 7