Home
last modified time | relevance | path

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

/dports/emulators/hercules/hercules-3.13/
H A Dshared.c203 dev->rmtcomp = atoi (op); in shared_ckd_init()
204 if (dev->rmtcomp < 0 || dev->rmtcomp > 9) in shared_ckd_init()
205 dev->rmtcomp = 0; in shared_ckd_init()
451 dev->rmtcomp = atoi (op); in shared_fba_init()
452 if (dev->rmtcomp < 0 || dev->rmtcomp > 9) in shared_fba_init()
453 dev->rmtcomp = 0; in shared_fba_init()
1330 if (rc >= 0 && (dev->rmtcomp || dev->rmtcomps)) in clientConnect()
1333 (dev->rmtcomps << 4) | dev->rmtcomp, NULL, NULL); in clientConnect()
1335 dev->rmtcomp = fetch_hw (comp); in clientConnect()
1457 if (dev->rmtcomp != 0 in clientSend()
[all …]
H A Dhstructs.h960 int rmtcomp; /* Remote compression parm */ member