Searched refs:stat3 (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/one-true-awk/ |
| D | awkgram.y | 100 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); } 130 { --inloop; $$ = stat3(IN, $3, makearr($5), $8); } 298 else $$ = stat3($1, $2, itonp($3), $4); } 301 else $$ = stat3($1, $2, itonp($3), $4); } 304 else $$ = stat3($1, $2, itonp($3), $4); } 305 | print prarg { $$ = stat3($1, $2, NIL, NIL); } 327 | if stmt else stmt { $$ = stat3(IF, $1, $2, $4); } 328 | if stmt { $$ = stat3(IF, $1, $2, NIL); }
|
| D | proto.h | 78 extern Node *stat3(int, Node *, Node *, Node *);
|
| D | parse.c | 128 Node *stat3(int a, Node *b, Node *c, Node *d) in stat3() function
|
| /freebsd-12-stable/sys/contrib/octeon-sdk/ |
| D | cvmx-pip.h | 373 cvmx_pip_stat3_prtx_t stat3; in cvmx_pip_get_port_status() local 401 stat3.u64 = cvmx_read_csr(CVMX_PIP_STAT3_X(pknd)); in cvmx_pip_get_port_status() 418 stat3.u64 = cvmx_read_csr(CVMX_PIP_XSTAT3_PRTX(port_num)); in cvmx_pip_get_port_status() 436 stat3.u64 = cvmx_read_csr(CVMX_PIP_STAT3_PRTX(port_num)); in cvmx_pip_get_port_status() 473 status->multicast_packets = stat3.s.mcst; in cvmx_pip_get_port_status() 474 status->broadcast_packets = stat3.s.bcst; in cvmx_pip_get_port_status()
|
| /freebsd-12-stable/contrib/ofed/libcxgb4/ |
| D | t4fw_api.h | 2150 __be64 stat3; member 2684 __be64 stat3; member 2776 __be64 stat3; member
|
| /freebsd-12-stable/contrib/subversion/subversion/libsvn_wc/ |
| D | deprecated.c | 3339 svn_wc_status3_t *stat3; in svn_wc_status2() local 3346 SVN_ERR(svn_wc_status3(&stat3, wc_ctx, local_abspath, pool, pool)); in svn_wc_status2() 3347 SVN_ERR(svn_wc__status2_from_3(status, stat3, wc_ctx, local_abspath, in svn_wc_status2()
|
| /freebsd-12-stable/sys/dev/cxgbe/firmware/ |
| D | t4fw_interface.h | 6968 __be64 stat3; member 7924 __be64 stat3; member 8041 __be64 stat3; member 9157 __be64 stat3; member
|