Searched refs:iflag (Results 1 – 10 of 10) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | tty_compat.c | 284 if (iflag&IXOFF) in ttcompatgetflags() 345 iflag = IGNBRK; in ttcompatsetflags() 360 iflag |= ICRNL; in ttcompatsetflags() 386 iflag |= ISTRIP; in ttcompatsetflags() 391 iflag |= INPCK; in ttcompatsetflags() 394 iflag |= INPCK; in ttcompatsetflags() 397 iflag &= ~INPCK; in ttcompatsetflags() 399 iflag |= IXOFF; in ttcompatsetflags() 403 iflag |= IXANY; in ttcompatsetflags() 439 iflag |= IXOFF; in ttcompatsetlflags() [all …]
|
| /f-stack/tools/netstat/ |
| H A D | main.c | 221 int iflag; /* show interfaces */ variable 355 iflag = 1; in main() 362 iflag = 1; in main() 426 iflag = 1; in main() 457 iflag = 1; in main() 540 if (iflag && !sflag) { in main() 718 if (iflag) { in printproto()
|
| H A D | netstat.h | 55 extern int iflag; /* show interfaces */
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send_encrypted_truncated_files.ksh | 107 bs=128k count=3 iflag=fullblock 109 bs=512 count=1 iflag=fullblock
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_scrub/ |
| H A D | zpool_scrub_multiple_copies.ksh | 63 log_must dd if=$mntpnt/file of=/dev/null bs=1M iflag=fullblock
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/ |
| H A D | libzfs_ioctl_compat.c | 51 zfs_ioctl_compat_get_nvlist(uint64_t nvl, size_t size, int iflag, 67 iflag)) != 0) {
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zdb/ |
| H A D | zdb_block_size_histogram.ksh | 117 iflag=fullblock 2>&1 | \
|
| /f-stack/tools/sysctl/ |
| H A D | sysctl.c | 190 static int aflag, bflag, Bflag, dflag, eflag, hflag, iflag; variable 306 iflag = 1; 557 if (iflag) { 575 if (iflag)
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zfs_ioctl.c | 285 static int get_nvlist(uint64_t nvl, uint64_t size, int iflag, nvlist_t **nvp); 1278 get_nvlist(uint64_t nvl, uint64_t size, int iflag, nvlist_t **nvp) in get_nvlist() argument 1293 iflag)) != 0) { in get_nvlist()
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | libtest.shlib | 456 iflag=fullblock > $sendfile"
|