Searched refs:pcp (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10.1/xnu-2782.1.97/bsd/kern/
H A Dposix_shm.c187 static int pshm_cache_add(struct pshminfo *pshmp, struct pshmname *pnp, struct pshmcache *pcp);
188 static void pshm_cache_delete(struct pshmcache *pcp);
242 struct pshmcache *pcp, *nnp; local
251 for (pcp = pcpp->lh_first; pcp != 0; pcp = nnp) {
252 nnp = pcp->pshm_hash.le_next;
253 if (pcp->pshm_nlen == pnp->pshm_namelen &&
254 !bcmp(pcp->pshm_name, pnp->pshm_nameptr, (u_int)pcp
286 pshm_cache_add(struct pshminfo *pshmp, struct pshmname *pnp, struct pshmcache *pcp) argument
345 struct pshmcache *pcp; local
356 pshm_cache_delete(struct pshmcache *pcp) argument
388 struct pshmcache *pcp = NULL; local
[all...]
H A Dposix_sem.c201 static int psem_cache_add(struct pseminfo *psemp, struct psemname *pnp, struct psemcache *pcp);
229 struct psemcache *pcp, *nnp; local
238 for (pcp = pcpp->lh_first; pcp != 0; pcp = nnp) {
239 nnp = pcp->psem_hash.le_next;
240 if (pcp->psem_nlen == pnp->psem_namelen &&
241 !bcmp(pcp->psem_name, pnp->psem_nameptr, (u_int)pcp-> psem_nlen))
245 if (pcp
271 psem_cache_add(struct pseminfo *psemp, struct psemname *pnp, struct psemcache *pcp) argument
323 psem_cache_delete(struct psemcache *pcp) argument
348 struct psemcache *pcp; local
377 struct psemcache *pcp = PSEMCACHE_NULL; local
[all...]
/macosx-10.10.1/dcerpc-61/dcerpc/idl_compiler/
H A Dsysdep.c237 char *buff, *obuff, *cp, *pcp; local
267 for (pcp = cp = format ; *cp ; cp++)
275 len = cp - pcp + 1;
276 strncpy(&new_format[new_len], pcp, len);
277 pcp = cp + 1;
315 strlcpy(&new_format[new_len], pcp, sizeof (new_format) - new_len); /* Copy rest of format string */
H A Dpropagat.c3659 AST_type_p_n_t *pcp; /* pointer to type previous current being compared */
3666 pcp = (AST_type_p_n_t *)NULL;
3707 cp = PROP_remove_type_p(list_root,cp,pcp);
3708 pcp = NULL;
3751 cp = PROP_remove_type_p(list_root,cp,pcp);
3752 pcp = NULL;
3770 pcp = cp;
3621 AST_type_p_n_t *pcp; /* pointer to type previous current being compared */ local
/macosx-10.10.1/tcsh-65/tcsh/
H A Dsh.set.c1212 autoset_dspmbyte(const Char *pcp) argument
1248 if (dspmc[i].n[0] && t_pmatch(pcp, dspmc[i].n, &estr, 0) > 0) {
1257 if (*pcp == '\0')
1262 if (dspmt[i].n[0] && t_pmatch(pcp, dspmt[i].n, &estr, 0) > 0) {
/macosx-10.10.1/ksh-23/ksh/src/lib/libast/misc/
H A Dmagic.tab476 +18 short 55 siemens-pcp
611 +18 short 55 siemens-pcp
/macosx-10.10.1/files-662.1.1/private/etc/
H A Dservices9240 ep-pcp 3620/udp # EPSON Projector Control Port
9241 ep-pcp 3620/tcp # EPSON Projector Control Port
9827 an-pcp 3846/tcp # Astare Network PCP
9828 an-pcp 3846/udp # Astare Network PCP

Completed in 131 milliseconds