Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/one-true-awk/
HDawkgram.y175 pa_pat { $$ = stat2(PASTAT, $1, stat2(PRINT, rectonode(), NIL)); }
176 | pa_pat lbrace stmtlist '}' { $$ = stat2(PASTAT, $1, $3); }
177 | pa_pat ',' opt_nl pa_pat { $$ = pa2stat($1, $4, stat2(PRINT, rectonode(), NIL)); }
179 | lbrace stmtlist '}' { $$ = stat2(PASTAT, NIL, $2); }
305 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); }
306 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); }
322 { $$ = stat2(DO, $3, notnull($7)); }
338 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3); }
HDproto.h82 extern Node *stat2(int, Node *, Node *);
HDparse.c105 Node *stat2(int a, Node *b, Node *c) in stat2() function
/freebsd-11-stable/sys/dev/cxgb/common/
HDcxgb_ael1002.c290 unsigned int stat0, stat1, stat2; in get_link_status_r() local
296 err = mdio_read(phy, MDIO_DEV_XGXS, XS_LN_STAT, &stat2); in get_link_status_r()
302 stat2 = (stat2 >> 12) & 1; in get_link_status_r()
303 if (stat0 & stat1 & stat2) in get_link_status_r()
305 else if (stat0 == 1 && stat1 == 0 && stat2 == 1) in get_link_status_r()
2167 unsigned int stat0, stat1, stat2; in get_link_status_x() local
2173 err = mdio_read(phy, MDIO_DEV_XGXS, XS_LN_STAT, &stat2); in get_link_status_x()
2176 if ((stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1) in get_link_status_x()
/freebsd-11-stable/sys/contrib/octeon-sdk/
HDcvmx-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()
HDcvmx-spxx-defs.h287 uint64_t stat2 : 1; /**< Bist Results/No Repair (Tx calendar table) member
296 uint64_t stat2 : 1;
HDcvmx-spi.c251 if (spxx_bist_stat.s.stat2) in cvmx_spi_reset_cb()
/freebsd-11-stable/sys/pc98/cbus/
HDsio.c3866 int stat2; in pc98_get_modem_status() local
3868 stat2 = inb(I8251F_msr); in pc98_get_modem_status()
3869 if ( stat2 & MSR_DCD ) msr |= TIOCM_CAR; in pc98_get_modem_status()
3870 if ( stat2 & MSR_RI ) msr |= TIOCM_RI; in pc98_get_modem_status()
3871 if ( stat2 & MSR_DSR ) msr |= TIOCM_DSR; in pc98_get_modem_status()
3872 if ( stat2 & MSR_CTS ) msr |= TIOCM_CTS; in pc98_get_modem_status()
3879 int stat, stat2; in pc98_get_modem_status() local
3882 stat2 = inb(com->in_modem_port); in pc98_get_modem_status()
3883 if ( !(stat2 & CICSCD_CD) ) msr |= TIOCM_CAR; in pc98_get_modem_status()
3884 if ( !(stat2 & CICSCD_CI) ) msr |= TIOCM_RI; in pc98_get_modem_status()
[all …]
/freebsd-11-stable/contrib/ntp/ntpd/
HDrefclock_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-11-stable/contrib/ofed/libcxgb4/
HDt4fw_api.h2149 __be64 stat2; member
2683 __be64 stat2; member
2775 __be64 stat2; member
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
HDdeprecated.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-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDarc.c938 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument
941 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \
947 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \
/freebsd-11-stable/sys/dev/cxgbe/firmware/
HDt4fw_interface.h6884 __be64 stat2; member
7823 __be64 stat2; member
7940 __be64 stat2; member
9038 __be64 stat2; member