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

/freebsd-11-stable/contrib/one-true-awk/
H A Dawkgram.y99 winner = (Node *)stat3(PROGRAM, beginloc, $1, endloc); }
129 { --inloop; $$ = stat3(IN, $3, makearr($5), $8); }
297 else $$ = stat3($1, $2, itonp($3), $4); }
300 else $$ = stat3($1, $2, itonp($3), $4); }
303 else $$ = stat3($1, $2, itonp($3), $4); }
304 | print prarg { $$ = stat3($1, $2, NIL, NIL); }
326 | if stmt else stmt { $$ = stat3(IF, $1, $2, $4); }
327 | if stmt { $$ = stat3(IF, $1, $2, NIL); }
H A Dproto.h76 extern Node *stat3(int, Node *, Node *, Node *);
H A Dparse.c114 Node *stat3(int a, Node *b, Node *c, Node *d) function
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h373 cvmx_pip_stat3_prtx_t stat3; local
401 stat3.u64 = cvmx_read_csr(CVMX_PIP_STAT3_X(pknd));
418 stat3.u64 = cvmx_read_csr(CVMX_PIP_XSTAT3_PRTX(port_num));
436 stat3.u64 = cvmx_read_csr(CVMX_PIP_STAT3_PRTX(port_num));
473 status->multicast_packets = stat3.s.mcst;
474 status->broadcast_packets = stat3.s.bcst;
/freebsd-11-stable/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2150 __be64 stat3; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_ctl
2684 __be64 stat3; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_ctl
2776 __be64 stat3; member in struct:fw_port_lb_stats_cmd::fw_port_lb_stats::fw_port_lb_stats_ctl
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c3340 svn_wc_status3_t *stat3;
3347 SVN_ERR(svn_wc_status3(&stat3, wc_ctx, local_abspath, pool, pool));
3348 SVN_ERR(svn_wc__status2_from_3(status, stat3, wc_ctx, local_abspath,
3339 svn_wc_status3_t *stat3; local
/freebsd-11-stable/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6885 __be64 stat3; member in struct:fw_vi_stats_cmd::fw_vi_stats::fw_vi_stats_ctl
7824 __be64 stat3; member in struct:fw_port_stats_cmd::fw_port_stats::fw_port_stats_ctl
7941 __be64 stat3; member in struct:fw_port_lb_stats_cmd::fw_port_lb_stats::fw_port_lb_stats_ctl
9039 __be64 stat3; member in struct:fw_fcoe_stats_cmd::fw_fcoe_stats::fw_fcoe_stats_ctl

Completed in 172 milliseconds