Home
last modified time | relevance | path

Searched full:stat2 (Results 1 – 16 of 16) sorted by relevance

/freebsd/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); }
308 | DELETE varname '[' patlist ']' { $$ = stat2(DELETE, makearr($2), $4); }
309 | DELETE varname { $$ = stat2(DELETE, makearr($2), 0); }
325 { $$ = stat2(DO, $3, notnull($7)); }
341 | while {inloop++;} stmt { --inloop; $$ = stat2(WHILE, $1, $3); }
H A Dparse.c119 Node *stat2(int a, Node *b, Node *c) in stat2() function
H A Dproto.h81 extern Node *stat2(int, Node *, Node *);
/freebsd/contrib/llvm-project/llvm/lib/TextAPI/
H A DUtils.cpp61 sys::fs::file_status Stat2; in shouldSkipSymLink() local
62 if (auto ec = sys::fs::status(Parent, Stat2)) in shouldSkipSymLink()
65 if (sys::fs::equivalent(Stat1, Stat2)) { in shouldSkipSymLink()
/freebsd/share/examples/ses/setobjstat/
H A Dsetobjstat.040 .Ar device objectid stat0 stat1 stat2 stat3
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_ael1002.c289 unsigned int stat0, stat1, stat2; in get_link_status_r() local
295 err = mdio_read(phy, MDIO_DEV_XGXS, XS_LN_STAT, &stat2); in get_link_status_r()
301 stat2 = (stat2 >> 12) & 1; in get_link_status_r()
302 if (stat0 & stat1 & stat2) in get_link_status_r()
304 else if (stat0 == 1 && stat1 == 0 && stat2 == 1) in get_link_status_r()
2166 unsigned int stat0, stat1, stat2; in get_link_status_x() local
2172 err = mdio_read(phy, MDIO_DEV_XGXS, XS_LN_STAT, &stat2); in get_link_status_x()
2175 if ((stat0 & (stat1 >> 12) & (stat2 >> 12)) & 1) in get_link_status_x()
/freebsd/share/examples/ses/srcs/
H A Dsetobjstat.c56 "usage: %s device objectid stat0 stat1 stat2 stat3\n", *v); in main()
/freebsd/sys/contrib/device-tree/Bindings/pinctrl/
H A Dbrcm,bcm21664-pinctrl.yaml59 sspdo, sspsyn, stat1, stat2, swclktck, swdiotms, sysclken,
/freebsd/sys/contrib/dev/mediatek/mt76/
H A Dmt76x02_mac.c255 u32 stat1, stat2; in mt76x02_mac_load_tx_status() local
257 stat2 = mt76_rr(dev, MT_TX_STAT_FIFO_EXT); in mt76x02_mac_load_tx_status()
270 stat->retry = FIELD_GET(MT_TX_STAT_FIFO_EXT_RETRY, stat2); in mt76x02_mac_load_tx_status()
271 stat->pktid = FIELD_GET(MT_TX_STAT_FIFO_EXT_PKTID, stat2); in mt76x02_mac_load_tx_status()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg_wtp.c526 /*PCIE CMD STAT2*/ in t5_wtp_data()
824 /*Get PCIE DMA1 STAT2*/ in t5_wtp_data()
963 /*PCIE CMD STAT2*/ in t6_wtp_data()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/
H A Dlibtest.shlib3778 while $do_once || [ $stat1 -ne $stat2 ] || [ $stat2 -eq 0 ]; do
3781 typeset stat2=$(kstat arcstats.$stat)
3786 echo $stat2
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_api.h2149 __be64 stat2; member
2683 __be64 stat2; member
2775 __be64 stat2; member
/freebsd/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/sys/dev/cxgbe/firmware/
H A Dt4fw_interface.h8140 __be64 stat2; member
9110 __be64 stat2; member
9227 __be64 stat2; member
10345 __be64 stat2; member
/freebsd/sys/contrib/openzfs/module/zfs/
H A Darc.c664 #define ARCSTAT_CONDSTAT(cond1, stat1, notstat1, cond2, stat2, notstat2, stat) \ argument
667 ARCSTAT_BUMP(arcstat_##stat1##_##stat2##_##stat); \
673 ARCSTAT_BUMP(arcstat_##notstat1##_##stat2##_##stat); \
/freebsd/contrib/sqlite3/
H A Dsqlite3.c120145 ** 3.6.18 and 3.7.8. The "stat2" table contains additional information