Searched refs:php (Results 1 - 25 of 44) sorted by relevance

12

/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Code/Php/
H A Dfunc_abc.php1 <?php
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Bin/
H A Dphp_syscalls.d20 * The filename for syscalls may be printed as "php", if the program
21 * was invoked using the form "php filename" rather than running the
50 php*:::function-entry
55 self->php++;
58 php*:::function-return
61 self->php -= self->php == 0 ? 0 : 1;
65 /self->php > 0/
H A Dphp_flowinfo.d61 php*:::function-entry,
62 php*:::function-return
68 php*:::function-entry
79 php*:::function-return
H A Dphp_flowtime.d64 php*:::function-entry,
65 php*:::function-return
71 php*:::function-entry
82 php*:::function-return
H A Dphp_funccalls.d46 php*:::function-entry
H A Dphp_who.d47 php*:::function-entry
H A Dphp_flow.d58 php*:::function-entry
66 php*:::function-return
H A Dphp_syscolors.d62 php*:::function-entry,
63 php*:::function-return
69 php*:::function-entry
80 php*:::function-return
H A Dphp_malloc.d44 php$target:::function-entry
51 php$target:::function-return
H A Dphp_calldist.d49 php*:::function-entry
57 php*:::function-return
H A Dphp_cpudist.d49 php*:::function-entry
57 php*:::function-return
H A Dphp_calltime.d47 php*:::function-entry
55 php*:::function-return
H A Dphp_cputime.d47 php*:::function-entry
55 php*:::function-return
/freebsd-10.1-release/cddl/contrib/dtracetoolkit/Php/
H A Dphp_syscalls.d20 * The filename for syscalls may be printed as "php", if the program
21 * was invoked using the form "php filename" rather than running the
50 php*:::function-entry
55 self->php++;
58 php*:::function-return
61 self->php -= self->php == 0 ? 0 : 1;
65 /self->php > 0/
H A Dphp_flowinfo.d61 php*:::function-entry,
62 php*:::function-return
68 php*:::function-entry
79 php*:::function-return
H A Dphp_flowtime.d64 php*:::function-entry,
65 php*:::function-return
71 php*:::function-entry
82 php*:::function-return
H A Dphp_funccalls.d46 php*:::function-entry
H A Dphp_who.d47 php*:::function-entry
H A Dphp_flow.d58 php*:::function-entry
66 php*:::function-return
H A Dphp_syscolors.d62 php*:::function-entry,
63 php*:::function-return
69 php*:::function-entry
80 php*:::function-return
H A Dphp_malloc.d44 php$target:::function-entry
51 php$target:::function-return
H A Dphp_calldist.d49 php*:::function-entry
57 php*:::function-return
H A Dphp_cpudist.d49 php*:::function-entry
57 php*:::function-return
/freebsd-10.1-release/sys/dev/cxgbe/iw_cxgbe/
H A Dmem.c246 static int register_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, argument
267 static int reregister_mem(struct c4iw_dev *rhp, struct c4iw_pd *php, argument
380 struct c4iw_pd *php; local
396 php = to_c4iw_pd(mr->pd);
399 if (rhp != php->rhp)
405 php = to_c4iw_pd(pd);
420 ret = reregister_mem(rhp, php, &mh, shift, npages);
425 mhp->attr.pdid = php->pdid;
448 struct c4iw_pd *php; local
453 php
520 struct c4iw_pd *php; local
570 struct c4iw_pd *php; local
668 struct c4iw_pd *php; local
720 struct c4iw_pd *php; local
[all...]
/freebsd-10.1-release/sys/dev/cxgb/ulp/iw_cxgb/
H A Diw_cxgb_provider.c332 struct iwch_pd *php; local
334 php = to_iwch_pd(pd);
335 rhp = php->rhp;
336 CTR3(KTR_IW_CXGB, "%s ibpd %p pdid 0x%x", __FUNCTION__, pd, php->pdid);
337 cxio_hal_put_pdid(rhp->rdev.rscp, php->pdid);
338 cxfree(php);
346 struct iwch_pd *php; local
355 php = malloc(sizeof(*php), M_DEVBUF, M_ZERO|M_NOWAIT);
356 if (!php) {
410 struct iwch_pd *php; local
485 struct iwch_pd *php; local
552 struct iwch_pd *php; local
678 struct iwch_pd *php; local
766 struct iwch_pd *php; local
[all...]

Completed in 119 milliseconds

12