Searched refs:newinfo (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215.1.10/tests/ |
| H A D | disk_mount_conditioner.c | 97 disk_conditioner_info newinfo = {0}; in verify_mount_fallback_values() local 103 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &newinfo, 0); in verify_mount_fallback_values() 109 T_ASSERT_GT(newinfo.ioqueue_depth, 0u, "ioqueue_depth is the value from the mount"); in verify_mount_fallback_values() 110 T_ASSERT_GT(newinfo.maxreadcnt, 0u, "maxreadcnt is value from the mount"); in verify_mount_fallback_values() 111 T_ASSERT_GT(newinfo.maxwritecnt, 0u, "maxwritecnt is value from the mount"); in verify_mount_fallback_values() 112 T_ASSERT_GT(newinfo.segreadcnt, 0u, "segreadcnt is value from the mount"); in verify_mount_fallback_values() 113 T_ASSERT_GT(newinfo.segwritecnt, 0u, "segwritecnt is value from the mount"); in verify_mount_fallback_values() 114 T_ASSERT_LT(newinfo.ioqueue_depth, UINT32_MAX, "ioqueue_depth is the value from the mount"); in verify_mount_fallback_values() 115 T_ASSERT_LT(newinfo.maxreadcnt, UINT32_MAX, "maxreadcnt is value from the mount"); in verify_mount_fallback_values() 116 T_ASSERT_LT(newinfo.maxwritecnt, UINT32_MAX, "maxwritecnt is value from the mount"); in verify_mount_fallback_values() [all …]
|
| /xnu-11215.1.10/bsd/net/ |
| H A D | bridgestp.c | 838 bstp_pdu_bettersame(struct bstp_port *bp, int newinfo) in bstp_pdu_bettersame() argument 840 if (newinfo == BSTP_INFO_RECEIVED && in bstp_pdu_bettersame() 846 if (newinfo == BSTP_INFO_MINE && in bstp_pdu_bettersame()
|