Searched refs:minsync_dt (Results 1 – 3 of 3) sorted by relevance
1481 if (uc->data <= 9 && np->minsync_dt && in sym_exec_user_command()1483 if (uc->data < np->minsync_dt) in sym_exec_user_command()1484 uc->data = np->minsync_dt; in sym_exec_user_command()1792 (int) (np->minsync_dt ? np->minsync_dt : np->minsync), in sym_host_info()1794 np->minsync_dt ? ", DT capable" : ""); in sym_host_info()
1024 u_char minsync_dt; /* Min sync period factor (DT) */ member
829 np->minsync_dt = 9;4145 if (per < np->minsync_dt)4146 {chg = 1; per = np->minsync_dt;}