deref_nl
deref_nl(X_CP_TIME, cur.cp_time, sizeof(cur.cp_time));
deref_nl(X_TK_NIN, &cur.tk_nin, sizeof(cur.tk_nin));
deref_nl(X_TK_NOUT, &cur.tk_nout, sizeof(cur.tk_nout));
deref_nl(X_DISK_COUNT, &cur.dk_ndrive, sizeof(cur.dk_ndrive));
deref_nl(X_DISKLIST, &disk_head, sizeof(disk_head));
deref_nl(X_STATHZ, &hz, sizeof(hz));
deref_nl(X_HZ, &hz, sizeof(hz));