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

12

/freebsd-9.3-release/cddl/contrib/dtracetoolkit/Code/Php/
H A Dfunc_abc.php1 <?php
/freebsd-9.3-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-9.3-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
H A Dphp_calltime.d47 php*:::function-entry
55 php*:::function-return
/freebsd-9.3-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
551 struct iwch_pd *php; local
677 struct iwch_pd *php; local
765 struct iwch_pd *php; local
[all...]

Completed in 107 milliseconds

12