Searched refs:NCACHE (Results 1 - 5 of 5) sorted by relevance

/macosx-10.9.5/OpenSSH-186/openssh/openbsd-compat/
H A Dpwcache.c43 #define NCACHE 64 /* power of 2 */ macro
44 #define MASK (NCACHE - 1) /* bits to store with */
53 } c_uid[NCACHE];
88 } c_gid[NCACHE];
/macosx-10.9.5/lsof-52/lsof/lib/
H A Drnam.c69 * #define NCACHE <structure name>
78 * Define the names of these elements of struct NCACHE:
90 * Define NCHNAMLEN as the length of the name element of NCACHE, if it's
91 * not defined in the header file that defines the NCACHE structure.
287 struct NCACHE *kc;
293 struct NCACHE nc;
295 static struct NCACHE *kca = (struct NCACHE *)NULL;
353 len = Nc * sizeof(struct NCACHE);
354 if (!(kca = (struct NCACHE *)mallo
[all...]
H A Drnmh.c67 * #define NCACHE <structure name>
74 * Define the names of these elements of struct NCACHE:
319 struct NCACHE c;
322 static struct NCACHE **khp = (struct namecache **)NULL;
334 KA_T nmo = (KA_T)offsetof(struct NCACHE, NCACHE_NM);
401 len = (MALLOC_S)(khsz * sizeof(struct NCACHE *));
404 khp = (struct NCACHE **)realloc((MALLOC_P *)khp, len);
406 khp = (struct NCACHE **)malloc(len);
586 khp = (struct NCACHE **)NULL;
/macosx-10.9.5/lsof-52/lsof/dialects/darwin/kmem/
H A Ddlsof.h319 #define NCACHE namecache /* kernel's structure name */ macro
321 #define NCACHE_NM nc_name /* name in NCACHE */
324 #define NCACHE_NMLEN nc_nlen /* name length in NCACHE */
327 #define NCACHE_NXT nc_hash.le_next /* link in NCACHE */
328 #define NCACHE_NODEADDR nc_vp /* node address in NCACHE */
329 #define NCACHE_PARADDR nc_dvp /* parent node address in NCACHE */
332 #define NCACHE_NODEID nc_vpid /* node ID in NCACHE */
333 #define NCACHE_PARID nc_dvpid /* parent node ID in NCACHE */
/macosx-10.9.5/CPANInternal-140/Net-DNS/contrib/
H A Dcheck_soa147 my $neg_ttl = 86400; # NCACHE TTL reporting threshold
180 my @ncache = NCACHE($zone) if $_->minimum > $neg_ttl;
182 my $ttl = $_->ttl; # flag large NCACHE TTL
407 sub NCACHE { # get NCACHE SOA for domain subroutine

Completed in 217 milliseconds