Searched refs:origcnt (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/dev/gpib/
H A Dgpib.c360 _gpibsend(struct gpib_softc *sc, int slave, int sec, void *ptr, int origcnt) argument
369 sc, slave, sec, ptr, origcnt));
376 slave, sec, ptr, origcnt);
395 if (origcnt) {
396 cnt = (*sc->sc_ic->senddata)(sc->sc_ic->cookie, ptr, origcnt);
397 if (cnt != origcnt)
402 return (origcnt);
408 device_xname(&sc->sc_dev), slave, sec, cnt, origcnt));
413 _gpibrecv(struct gpib_softc *sc, int slave, int sec, void *ptr, int origcnt) argument
422 sc, slave, sec, ptr, origcnt));
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/stand/common/
H A Dfhpib.c87 int origcnt = cnt; local
119 return origcnt - cnt;
127 int origcnt = cnt; local
155 return origcnt - cnt;
H A Dnhpib.c103 int origcnt = cnt; local
131 return origcnt - cnt;
139 int origcnt = cnt; local
165 return origcnt - cnt;
/netbsd-6-1-5-RELEASE/sys/dev/isa/
H A Dcec.c298 cecsendcmds(void *v, void *ptr, int origcnt) argument
303 int cnt = origcnt;
307 sc, ptr, origcnt));
312 return (origcnt - cnt - 1);
314 return (origcnt);
319 cecrecvdata(void *v, void *ptr, int origcnt) argument
324 int cnt = origcnt;
328 sc, ptr, origcnt));
336 return (origcnt - cnt - 1);
340 return (origcnt);
344 cecsenddata(void *v, void *ptr, int origcnt) argument
[all...]
/netbsd-6-1-5-RELEASE/sys/arch/hp300/dev/
H A Dfhpib.c235 fhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) argument
239 int cnt = origcnt;
280 return origcnt;
289 printf("sent %d of %d bytes\n", origcnt-cnt-1, origcnt);
292 return origcnt - cnt - 1;
296 fhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) argument
300 int cnt = origcnt;
340 return origcnt;
350 printf("got %d of %d bytes\n", origcnt
[all...]
H A Dnhpib.c296 nhpibsend(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) argument
300 int cnt = origcnt;
343 return origcnt;
347 return origcnt - cnt - 1;
351 nhpibrecv(struct hpibbus_softc *hs, int slave, int sec, void *ptr, int origcnt) argument
355 int cnt = origcnt;
392 return origcnt;
397 return origcnt - cnt - 1;

Completed in 119 milliseconds