Searched refs:ifstat (Results 1 - 12 of 12) sorted by relevance

/freebsd-11-stable/usr.bin/systat/
H A DMakefile10 vmstat.c convtbl.c ifcmds.c ifstat.c
/freebsd-11-stable/sys/sys/
H A Dsockio.h97 #define SIOCGIFSTATUS _IOWR('i', 59, struct ifstat) /* get IF status */
/freebsd-11-stable/contrib/one-true-awk/
H A Dproto.h178 extern Cell *ifstat(Node **, int);
H A Drun.c1367 Cell *ifstat(Node **a, int n) /* if (a[0]) a[1]; else a[2] */ function
/freebsd-11-stable/sys/dev/firewire/
H A Dif_fwe.c354 struct ifstat *ifs = NULL;
377 ifs = (struct ifstat *)data;
/freebsd-11-stable/sys/net/
H A Dif.h472 struct ifstat { struct
H A Dif_tap.c617 struct ifstat *ifs = NULL;
654 ifs = (struct ifstat *)data;
H A Dif_tun.c609 struct ifstat *ifs;
620 ifs = (struct ifstat *)data;
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/MAC/
H A Ddtsec.h456 volatile uint32_t ifstat; /* 0x13C Interface status */ member in struct:__anon8160
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c1408 static void ifstat (LexState *ls, int line) { function
1409 /* ifstat -> IF cond THEN block {ELSEIF cond THEN block} [ELSE block] END */
1536 case TK_IF: { /* stat -> ifstat */
1537 ifstat(ls, line);
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c1417 static void ifstat (LexState *ls, int line) { function
1418 /* ifstat -> IF cond THEN block {ELSEIF cond THEN block} [ELSE block] END */
1545 case TK_IF: { /* stat -> ifstat */
1546 ifstat(ls, line);
/freebsd-11-stable/sbin/ifconfig/
H A Difconfig.c1322 struct ifstat ifs;

Completed in 117 milliseconds