Home
last modified time | relevance | path

Searched refs:stat2 (Results 1 – 13 of 13) sorted by relevance

/freebsd-13.1/contrib/one-true-awk/
H A Dawkgram.y176 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
177 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
178 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); }
180 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
306 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); }
307 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); }
323 { $$ = stat2(DO, $3, notnull($7)); }
339 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3); }
H A Dproto.h85 extern Node *stat2(int, Node *, Node *);
H A Dparse.c119 Node *stat2(int a, Node *b, Node *c) in stat2() function
/freebsd-13.1/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c291 unsigned int stat0, stat1, stat2; in get_link_status_r() local
297 err = mdio_read(phy, MDIO_DEV_XGXS, XS_LN_STAT, &stat2); in get_link_status_r()
303 stat2 = (stat2 >> 12) & 1; in get_link_status_r()
304 if (stat0 & stat1 & stat2) in get_link_status_r()
306 else if (stat0 == 1 && stat1 == 0 && stat2 == 1) in get_link_status_r()
2168 unsigned int stat0, stat1, stat2; in get_link_status_x() local
2174 err = mdio_read(phy, MDIO_DEV_XGXS, XS_LN_STAT, &stat2); in get_link_status_x()
2177 if ((stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1) in get_link_status_x()
/freebsd-13.1/sys/contrib/octeon-sdk/
H A Dcvmx-pip.h372 cvmx_pip_stat2_prtx_t stat2; in cvmx_pip_get_port_status() local
400 stat2.u64 = cvmx_read_csr(CVMX_PIP_STAT2_X(pknd)); in cvmx_pip_get_port_status()
417 stat2.u64 = cvmx_read_csr(CVMX_PIP_XSTAT2_PRTX(port_num)); in cvmx_pip_get_port_status()
435 stat2.u64 = cvmx_read_csr(CVMX_PIP_STAT2_PRTX(port_num)); in cvmx_pip_get_port_status()
471 status->pci_raw_packets = stat2.s.raw; in cvmx_pip_get_port_status()
472 status->packets = stat2.s.pkts; in cvmx_pip_get_port_status()
H A Dcvmx-spxx-defs.h287 uint64_t stat2 : 1; /**< Bist Results/No Repair (Tx calendar table) member
296 uint64_t stat2 : 1;
H A Dcvmx-spi.c251 if (spxx_bist_stat.s.stat2) in cvmx_spi_reset_cb()
/freebsd-13.1/contrib/ntp/ntpd/
H A Drefclock_oncore.c602 struct stat stat1, stat2; in oncore_start() local
680 if (stat(device2, &stat2)) { in oncore_start()
681 stat2.st_dev = stat2.st_ino = -2; in oncore_start()
700 if ((stat1.st_dev == stat2.st_dev) && (stat1.st_ino == stat2.st_ino)) /* same device here */ in oncore_start()
/freebsd-13.1/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2149 __be64 stat2; member
2683 __be64 stat2; member
2775 __be64 stat2; member
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Ddeprecated.c3216 svn_wc_status2_t *stat2; in svn_wc_status() local
3218 SVN_ERR(svn_wc_status2(&stat2, path, adm_access, pool)); in svn_wc_status()
3219 *status = (svn_wc_status_t *) stat2; in svn_wc_status()
/freebsd-13.1/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib4254 while $do_once || [ $stat1 -ne $stat2 ] || [ $stat2 -eq 0 ]; do
4257 typeset stat2=$(get_arcstat $stat)
4262 echo $stat2
/freebsd-13.1/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h6975 __be64 stat2; member
7939 __be64 stat2; member
8056 __be64 stat2; member
9172 __be64 stat2; member
/freebsd-13.1/sys/contrib/openzfs/module/zfs/
H A Darc.c624 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument
627 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \
633 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \