Searched refs:pnp (Results 1 - 10 of 10) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dposix_shm.c166 #define PSHMHASH(pnp) \
167 (&pshmhashtbl[(pnp)->pshm_hash & pshmhash])
187 static int pshm_cache_add(struct pshminfo *pshmp, struct pshmname *pnp, struct pshmcache *pcp);
192 static int pshm_cache_search(struct pshminfo **pshmp, struct pshmname *pnp,
239 pshm_cache_search(struct pshminfo **pshmp, struct pshmname *pnp, argument
245 if (pnp->pshm_namelen > PSHMNAMLEN) {
250 pcpp = PSHMHASH(pnp);
253 if (pcp->pshm_nlen == pnp->pshm_namelen &&
254 !bcmp(pcp->pshm_name, pnp->pshm_nameptr, (u_int)pcp-> pshm_nlen))
287 pshm_cache_add(struct pshminfo *pshmp, struct pshmname *pnp, struc argument
[all...]
H A Dposix_sem.c152 #define PSEMHASH(pnp) \
153 (&psemhashtbl[(pnp)->psem_hash & psemhash])
201 static int psem_cache_add(struct pseminfo *psemp, struct psemname *pnp, struct psemcache *pcp);
226 psem_cache_search(struct pseminfo **psemp, struct psemname *pnp, argument
232 if (pnp->psem_namelen > PSEMNAMLEN) {
237 pcpp = PSEMHASH(pnp);
240 if (pcp->psem_nlen == pnp->psem_namelen &&
241 !bcmp(pcp->psem_name, pnp->psem_nameptr, (u_int)pcp-> psem_nlen))
271 psem_cache_add(struct pseminfo *psemp, struct psemname *pnp, struct psemcache *pcp) argument
278 if (pnp
[all...]
/macosx-10.9.5/dtrace-118.1/libdtrace/
H A Ddt_parser.c1611 const dt_node_t *pnp = &isp->dis_args[argc]; local
1617 pnp->dn_ctfp, pnp->dn_type) == 0)
1628 dt_node_type_name(pnp, n2, sizeof (n2)));
2261 dt_node_t *pnp; local
2264 for (pnp = ddp->dd_node; pnp != NULL; pnp = pnp->dn_list)
2280 for (i = 0, pnp
3912 dt_node_t *pnp; local
4249 dt_node_provider_cmp_argv(dt_provider_t *pvp, dt_node_t *pnp, const char *kind, uint_t old_argc, dt_node_t *old_argv, uint_t new_argc, dt_node_t *new_argv) argument
4289 dt_node_provider_cmp(dt_provider_t *pvp, dt_node_t *pnp, dt_probe_t *old, dt_probe_t *new) argument
4361 dt_node_t *pnp; local
4451 dt_node_list_cook(dt_node_t **pnp, uint_t idflags) argument
4468 dt_node_list_free(dt_node_t **pnp) argument
4482 dt_node_link_free(dt_node_t **pnp) argument
[all...]
H A Ddt_pragma.c446 dt_pragma(dt_node_t *pnp) argument
452 for (dnp = pnp; dnp != NULL; dnp = dnp->dn_list) {
504 dt_node_list_free(&pnp);
H A Ddt_cc.c1694 dt_compile_one_clause(dtrace_hdl_t *dtp, dt_node_t *cnp, dt_node_t *pnp) argument
1700 yylineno = pnp->dn_line;
1701 dt_setcontext(dtp, pnp->dn_desc);
1707 if ((edp = dt_ecbdesc_create(dtp, pnp->dn_desc)) == NULL)
1758 dt_node_t *pnp; local
1760 for (pnp = cnp->dn_pdescs; pnp != NULL; pnp = pnp->dn_list)
1761 dt_compile_one_clause(dtp, cnp, pnp);
[all...]
H A Ddt_dof.c262 dt_node_t **pnp; local
265 pnp = dp->dtdo_xlmtab;
275 dt_node_t *dnp = *pnp++;
H A Ddt_provider.c203 dt_node_t *args = NULL, *pnp = NULL, *dnp; local
206 for (i = 0; i < argc; i++, pnp = dnp) {
216 pnp->dn_list = dnp;
H A Ddt_cg.c1386 dt_node_t *pnp; local
1393 for (i = 0, pnp = dnp->dn_args;
1394 pnp != NULL; pnp = pnp->dn_list, i++) {
1397 pinp->din_root = pnp;
/macosx-10.9.5/vim-53/runtime/syntax/
H A Dhercules.vim46 syn keyword herculesStatement device gendev nmos pmos diode npn pnp
/macosx-10.9.5/autofs-234/autofs_kext/
H A Dauto_vnops.c378 error = VNOP_LOOKUP(vp, nm, vpp, pnp, flags, rdir, cred);

Completed in 121 milliseconds