Searched refs:minsync_dt (Results 1 – 3 of 3) sorted by relevance
945 } else if (uc->data <= 9 && np->minsync_dt) { in sym_exec_user_command()946 if (uc->data < np->minsync_dt) in sym_exec_user_command()947 uc->data = np->minsync_dt; in sym_exec_user_command()1240 (int) (np->minsync_dt ? np->minsync_dt : np->minsync), in sym_host_info()1242 np->minsync_dt ? ", DT capable" : ""); in sym_host_info()
930 u_char minsync_dt; /* Min sync period factor (DT) */ member
770 np->minsync_dt = 9;1397 if (goal->period < np->minsync_dt)1398 goal->period = np->minsync_dt;4108 unsigned char minsync = dt ? np->minsync_dt : np->minsync;