Symbol: lsystem
distrib/utils/more/command.c
599
lsystem(buf);
distrib/utils/more/extern.h
80
void lsystem __P((char *));
distrib/utils/more/help.c
55
lsystem(cmd);
usr.sbin/fwctl/fwdv.c
102
int len, tlen, npad, fd, k, m, vec, lsystem = -1, nb;
usr.sbin/fwctl/fwdv.c
200
if (lsystem < 0) {
usr.sbin/fwctl/fwdv.c
201
lsystem = ciph->fdf.dv.fs;
usr.sbin/fwctl/fwdv.c
203
"%s\n", system_name[lsystem]);
usr.sbin/fwctl/fwdv.c
207
if (lsystem == 1 &&
usr.sbin/fwctl/fwdv.c
210
nb = nblocks[lsystem];
usr.sbin/fwctl/fwdv.c
212
k / (3600 * frame_rate[lsystem]),
usr.sbin/fwctl/fwdv.c
213
(k / (60 * frame_rate[lsystem])) % 60,
usr.sbin/fwctl/fwdv.c
214
(k / frame_rate[lsystem]) % 60,
usr.sbin/fwctl/fwdv.c
215
k % frame_rate[lsystem]);
usr.sbin/fwctl/fwdv.c
269
int lsystem=-1, pad_acc, cycle_acc, cycle, f_frac;
usr.sbin/fwctl/fwdv.c
362
header = (packets == 0 || packets % npackets[lsystem] == 0);
usr.sbin/fwctl/fwdv.c
367
if (lsystem < 0) {
usr.sbin/fwctl/fwdv.c
368
lsystem = ((dv->payload[0] & DV_DSF_12) != 0);
usr.sbin/fwctl/fwdv.c
369
printf("%s\n", system_name[lsystem]);
usr.sbin/fwctl/fwdv.c
371
cycle_acc = frame_cycle[lsystem].d * cycle;
usr.sbin/fwctl/fwdv.c
377
if (frames % frame_rate[lsystem] == 0)
usr.sbin/fwctl/fwdv.c
380
f_frac = (cycle_acc % frame_cycle[lsystem].d
usr.sbin/fwctl/fwdv.c
381
* CYCLE_FRAC) / frame_cycle[lsystem].d;
usr.sbin/fwctl/fwdv.c
383
int f_cycle = (cycle_acc / frame_cycle[lsystem].d)
usr.sbin/fwctl/fwdv.c
389
cycle_acc += frame_cycle[lsystem].n;
usr.sbin/fwctl/fwdv.c
390
cycle_acc %= frame_cycle[lsystem].d * 0x10;
usr.sbin/fwctl/fwdv.c
396
pad_acc += pad_rate[lsystem].n;
usr.sbin/fwctl/fwdv.c
397
if (pad_acc >= pad_rate[lsystem].d) {
usr.sbin/fwctl/fwdv.c
398
pad_acc -= pad_rate[lsystem].d;