Searched refs:scnt (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/net/
H A Dpfkeyv2_convert.c985 struct sadb_x_counter *scnt = (struct sadb_x_counter *)*p; local
989 scnt->sadb_x_counter_len = sizeof(struct sadb_x_counter) /
991 scnt->sadb_x_counter_pad = 0;
992 scnt->sadb_x_counter_ipackets = counters[tdb_ipackets];
993 scnt->sadb_x_counter_opackets = counters[tdb_opackets];
994 scnt->sadb_x_counter_ibytes = counters[tdb_ibytes];
995 scnt->sadb_x_counter_obytes = counters[tdb_obytes];
996 scnt->sadb_x_counter_idrops = counters[tdb_idrops];
997 scnt->sadb_x_counter_odrops = counters[tdb_odrops];
998 scnt
[all...]
/openbsd-current/games/canfield/canfield/
H A Dcanfield.c502 int scnt; local
507 for (scnt=0; scnt<4; scnt++) {
508 s = suitmap[scnt];
513 cards[i].color = colormap[scnt];
/openbsd-current/sbin/ipsecctl/
H A Dpfkdump.c451 struct sadb_x_counter *scnt = (struct sadb_x_counter *)ext; local
456 #define p(f, m) if (scnt->f || opts & IPSECCTL_OPT_VERBOSE2) \
457 printf(m, scnt->f, plural(scnt->f))
/openbsd-current/sys/dev/pci/
H A Dpciide.c4420 uint8_t scnt, sn, cl, ch; local
4485 scnt = CHP_READ_REG(chp, wdr_seccnt);
4490 scnt = bus_space_read_1(chp->cmd_iot,
4500 printf("%s: port %d: scnt=0x%x sn=0x%x cl=0x%x ch=0x%x\n",
4502 scnt, sn, cl, ch);
4505 * scnt and sn are supposed to be 0x1 for ATAPI, but in some
7226 u_int16_t scnt, sn, cl, ch; local
7263 scnt = bus_space_read_2(chp->cmd_iot, iohs[wdr_seccnt], 0);
7268 printf("%s: port %d: scnt=0x%x sn=0x%x cl=0x%x ch=0x%x\n",
7270 scnt, s
7668 uint8_t scnt, sn, cl, ch; local
[all...]
/openbsd-current/gnu/usr.bin/perl/vms/
H A Dvms.c570 int scnt; local
600 scnt = strspn(inspec, "0123456789ABCDEFabcdef");
601 if (scnt == 4) {
603 scnt = sscanf(inspec, "%2x%2x", &c1, &c2);
606 if (scnt > 1) {
622 scnt = strspn(inspec, "0123456789ABCDEFabcdef");
623 if (scnt == 2) {
626 scnt = sscanf(inspec, "%2x", &c1);
628 if (scnt > 0) {

Completed in 121 milliseconds