Home
last modified time | relevance | path

Searched refs:newinfo (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.61.12/tests/
H A Ddisk_mount_conditioner.m98 disk_conditioner_info newinfo = {0};
104 err = fsctl(mount_path, DISK_CONDITIONER_IOC_GET, &newinfo, 0);
110 T_ASSERT_GT(newinfo.ioqueue_depth, 0u, "ioqueue_depth is the value from the mount");
111 T_ASSERT_GT(newinfo.maxreadcnt, 0u, "maxreadcnt is value from the mount");
112 T_ASSERT_GT(newinfo.maxwritecnt, 0u, "maxwritecnt is value from the mount");
113 T_ASSERT_GT(newinfo.segreadcnt, 0u, "segreadcnt is value from the mount");
114 T_ASSERT_GT(newinfo.segwritecnt, 0u, "segwritecnt is value from the mount");
115 T_ASSERT_LT(newinfo.ioqueue_depth, UINT32_MAX, "ioqueue_depth is the value from the mount");
116 T_ASSERT_LT(newinfo.maxreadcnt, UINT32_MAX, "maxreadcnt is value from the mount");
117 T_ASSERT_LT(newinfo.maxwritecnt, UINT32_MAX, "maxwritecnt is value from the mount");
[all …]
/xnu-12377.61.12/bsd/net/
H A Dbridgestp.c838 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()