Searched defs:N*N (Results 326 - 350 of 350) sorted by relevance

<<11121314

/macosx-10.10.1/vim-55/src/
H A Dvim.h382 #define NUMBUFLEN 30 /* length of a buffer to store a number in ASCII */ macro
1177 #define NO_SCREEN 2 /* no screen updating yet */ macro
H A Dwindow.c78 #define NOWIN (win_T *)-1 /* non-existing window */ macro
[all...]
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_cache.h151 #define NODE_FILE_IS_OPEN(node) ( (node)->file_inactive_time == 0 ) macro
/macosx-10.10.1/xnu-2782.1.97/EXTERNAL_HEADERS/mach-o/
H A Dstab.h89 #define N_FUN 0x24 /* procedure: name,,n_sect,linenumber,address */ macro
104 #define N_VERSION 0x88 /* compiler version: name,,NO_SECT,0,0 */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/net/
H A Ddlil.h231 #define NET_THREAD_HELD_DOMAIN 0x2 /* thread is holding domain_proto_mtx */ macro
H A Dnecp.c199 #define NECP_KERNEL_CONDITION_DOMAIN 0x00800 macro
1883 #define NECP_KERNEL_POLICY_SUBORDER_ID_TUNNEL_CONDITION macro
1884 #define NECP_KERNEL_POLICY_SUBORDER_NON_ID_TUNNEL_CONDITION macro
1885 #define NECP_KERNEL_POLICY_SUBORDER_ID_CONDITION macro
[all...]
H A Dnecp.h61 #define NECP_TLV_POLICY_CONDITION 3 macro
65 #define NECP_TLV_ATTRIBUTE_DOMAIN 7 // char[] macro
74 #define NECP_POLICY_CONDITION_APPLICATION 1 // uuid_t, uses effective UUID when possible macro
75 #define NECP_POLICY_CONDITION_REAL_APPLICATION 2 // uuid_t, never uses effective UUID. Only valid with NECP_POLICY_CONDITION_APPLICATION macro
77 #define NECP_POLICY_CONDITION_DOMAIN 3 // String, such as apple.com macro
148 #define NECP_SESSION_PRIORITY_UNKNOWN 0 macro
H A Dntstat.h81 #define NSTAT_SYSINFO_FLAG_DISTRIBUTION 0x0002 macro
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet/
H A Dicmp6.h328 #define ND_OPT_PREFIX_INFORMATION 3 macro
422 #define NI_QTYPE_FQDN 2 /* FQDN (draft 04) */ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/netinet6/
H A Dnd6.h546 #define NDDR_LOCK_SPIN(_nddr) \ macro
624 #define NDPR_LOCK_SPIN(_ndpr) \ macro
/macosx-10.10.1/xnu-2782.1.97/bsd/nfs/
H A Dnfs.h158 #define NFS_MATTR_BITMAP_LEN 1 /* length of mount attributes bitmap */ macro
159 #define NFS_MFLAG_BITMAP_LEN 1 /* length of mount flags bitmap */ macro
163 #define NFS_MATTR_NFS_VERSION 1 /* NFS protocol version */ macro
164 #define NFS_MATTR_NFS_MINOR_VERSION 2 /* NFS protocol minor version */ macro
169 #define NFS_MATTR_ATTRCACHE_REG_MIN 7 /* minimum attribute cache time */ macro
171 #define NFS_MATTR_ATTRCACHE_DIR_MIN 9 /* minimum attribute cache time for dirs */ macro
218 #define NFS_ARGSVERSION 6 /* change when nfs_args changes */ macro
312 #define NFSMNT_NOCONN macro
325 #define NFSMNT_ACREGMIN macro
327 #define NFSMNT_ACDIRMIN macro
338 #define NFS_MOUNT_INFO_VERSION macro
339 #define NFS_MIATTR_BITMAP_LEN macro
340 #define NFS_MIFLAG_BITMAP_LEN macro
386 #define NFS_FH_VERSION macro
487 #define NFS_EXPORT_STAT_REC_VERSION macro
488 #define NFS_USER_STAT_REC_VERSION macro
[all...]
H A Dnfs_socket.c5405 #define NFS_SQUISH_SHUTDOWN macro
[all...]
H A Dnfs_vnops.c7144 enum actiontype {NOACTION, DUMP, DUMPANDLOG, RETRY, SEVER}; enumerator in enum:actiontype
[all...]
H A Dnfsmount.h356 #define NM_OMATTR_GIVEN(NMP, F) NFS_BITMAP_ISSET((NMP)->nm_mattrs, NFS_MATTR_ ## F) macro
357 #define NM_OMFLAG_GIVEN(NMP, F) NFS_BITMAP_ISSET((NMP)->nm_mflags_mask, NFS_MFLAG_ ## F) macro
364 #define NFSSTA_MONITOR_SCAN macro
386 #define NFSSTA_MOUNT_DRAIN macro
[all...]
H A Dnfsnode.h171 #define NBI_CLEAN 0x04 /* requesting clean buffers */ macro
263 #define NFS_DIRENTRY_LEN(namlen) \ macro
265 #define NFS_DIRENT_LEN(namlen) \ macro
338 #define NFS_FFLAG_HIDDEN 0x0002 macro
469 #define NFS_OPEN_FILE_REOPEN 0x0100 /* file needs to be reopened */ macro
729 #define N_DELEG_RETURN 0x0010 /* delegation queued for return */ macro
H A Dnfsproto.h94 #define NFS_MAXPATHLEN 1024 macro
95 #define NFS_MAXNAMLEN 255 macro
101 #define NFS4_CALLBACK_PROG_VERSION 1 macro
173 #define NFSERR_FILE_OPEN 10046 macro
175 #define NFSERR_CB_PATH_DOWN 10048 macro
331 typedef enum { NFNON=0, NFREG=1, NFDIR=2, NFBLK=3, NFCHR=4, NFLNK=5, enumerator in enum:__anon14590
350 #define NFS_ATTR_BITMAP_LEN 2 macro
399 #define NFS_FATTR_HIDDEN macro
678 #define NFS_OP_DELEGRETURN macro
688 #define NFS_OP_OPEN macro
718 #define NFS_FH_NOEXPIRE_WITH_OPEN macro
720 #define NFS_FH_VOL_MIGRATION macro
[all...]
/macosx-10.10.1/xnu-2782.1.97/bsd/sys/
H A Devent.h305 #define NOTE_MEMORYSTATUS_PRESSURE_WARN 0x00000002 /* system memory pressure has changed to the warning state */ macro
H A Dnamei.h134 #define NAMEI_COMPOUNDOPEN 0x010 macro
H A Dvnode_if.h1576 enum nsoperation { NS_OPEN, NS_CREATE, NS_DELETE }; enumerator in enum:nsoperation
/macosx-10.10.1/xnu-2782.1.97/libsyscall/mach/servers/
H A Dnetname_defs.h63 #define NETNAME_NOT_CHECKED_IN (1001) macro
64 #define NAME_NOT_CHECKED_IN (1001) macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/corecrypto/ccdbrg/src/
H A Dccdrbg_nisthmac.c107 #define NH_MAX_PERSONALIZE_LEN (1024) // 1024 bytes macro
108 #define NH_MIN_ENTROPY_LEN (NH_MAX_SECURITY_STRENGTH/8) macro
109 #define NH_MAX_ENTROPY_LEN (0xffffffff) // in bytes, 2^^32 macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/i386/
H A Dstab.h77 #define N_FUN 0x24 /* procedure name */ macro
80 #define N_MAIN 0x2a /* main function name */ macro
/macosx-10.10.1/xnu-2782.1.97/osfmk/mach/
H A Dndr.h59 #define NDR_INT_BIG_ENDIAN 0 macro
60 #define NDR_INT_LITTLE_ENDIAN 1 macro
/macosx-10.10.1/zsh-61/zsh/Src/Zle/
H A Dzle_misc.c967 #define NAMLEN 60 macro
/macosx-10.10.1/zsh-61/zsh/Src/
H A Dzsh.h242 NEWLIN, enumerator in enum:lextok

Completed in 624 milliseconds

<<11121314