HomeSort by relevance Sort by last modified time
    Searched full:nstype (Results 1 - 16 of 16) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/
nis.h 108 enum nstype { enum
119 typedef enum nstype nstype; typedef in typeref:enum:nstype
147 nstype do_type;
nis_object.x 101 enum nstype {
151 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 108 enum nstype { enum
119 typedef enum nstype nstype; typedef in typeref:enum:nstype
147 nstype do_type;
nis_object.x 101 enum nstype {
151 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/
nis.h 108 enum nstype { enum
119 typedef enum nstype nstype; typedef in typeref:enum:nstype
147 nstype do_type;
nis_object.x 101 enum nstype {
151 nstype do_type; /* one of NIS, DNS, IVY, YP, or X.500 */
  /external/iproute2/ip/
ipnetns.c 32 static int setns(int fd, int nstype)
35 return syscall(__NR_setns, fd, nstype);
  /external/grub/netboot/
epic100.c 298 unsigned short nstype; local
317 nstype = htons(type);
318 memcpy(txp + 12, (char*)&nstype, 2);
fa311.c 271 unsigned short nstype; local
285 nstype = htons(type);
286 memcpy(txp + 12, (char*)&nstype, 2);
rtl8139.c 337 unsigned int status, to, nstype; local
342 nstype = htons(type);
343 memcpy(tx_buffer + 2 * ETH_ALEN, (char*)&nstype, 2);
natsemi.c 611 u32 status, to, nstype;
625 nstype = htons(t);
626 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
610 u32 status, to, nstype; local
sis900.c 919 u32 status, to, nstype;
933 nstype = htons(t);
934 memcpy(txb + 2 * ETH_ALEN, (char*)&nstype, 2);
903 u32 status, to, nstype; local
tulip.c 1063 u16 nstype; local
    [all...]
  /external/chromium/base/mac/
mac_util.h 124 // a call that expects an NSType and the compiler is complaining about const
  /external/chromium_org/base/mac/
foundation_util.h 175 // a call that expects an NSType and the compiler is complaining about const
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 810 * @param nsType The extended type ID being requested.
812 public NamespaceAttributeIterator(int nsType)
817 _nsType = nsType;
    [all...]

Completed in 1526 milliseconds