Home
last modified time | relevance | path

Searched refs:byten (Results 1 – 3 of 3) sorted by relevance

/freebsd/usr.sbin/bhyve/amd64/
H A Datkbdc.c366 int byten; in atkbdc_data_handler() local
368 byten = (sc->curcmd - 0x60) & 0x1f; in atkbdc_data_handler()
369 sc->ram[byten] = *eax & 0xff; in atkbdc_data_handler()
473 int byten; in atkbdc_sts_ctl_handler() local
475 byten = (*eax - 0x20) & 0x1f; in atkbdc_sts_ctl_handler()
476 sc->ctrlbyte = CTRL_CMD_FLAG | sc->ram[byten]; in atkbdc_sts_ctl_handler()
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dzap_leaf.c217 int byten = integer_size; in zap_leaf_array_create() local
234 if (--byten == 0) { in zap_leaf_array_create()
237 byten = integer_size; in zap_leaf_array_create()
317 int byten = 0; in zap_leaf_array_read() local
355 byten++; in zap_leaf_array_read()
356 if (byten == array_int_len) { in zap_leaf_array_read()
358 byten = 0; in zap_leaf_array_read()
/freebsd/stand/libsa/zfs/
H A Dzfsimpl.c2510 int byten = 0; in fzap_leaf_array() local
2524 byten++; in fzap_leaf_array()
2525 if (byten == array_int_len) { in fzap_leaf_array()
2527 byten = 0; in fzap_leaf_array()