Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_ioctl.c2681 vb->width = lvb->width; in linux_to_bsd_v4l_buffer()
2682 vb->depth = lvb->depth; in linux_to_bsd_v4l_buffer()
2692 lvb->width = vb->width; in bsd_to_linux_v4l_buffer()
2693 lvb->depth = vb->depth; in bsd_to_linux_v4l_buffer()
3034 vb->index = lvb->index; in linux_to_bsd_v4l2_buffer()
3035 vb->type = lvb->type; in linux_to_bsd_v4l2_buffer()
3037 vb->flags = lvb->flags; in linux_to_bsd_v4l2_buffer()
3038 vb->field = lvb->field; in linux_to_bsd_v4l2_buffer()
3041 memcpy(&vb->timecode, &lvb->timecode, sizeof (lvb->timecode)); in linux_to_bsd_v4l2_buffer()
3050 vb->input = lvb->input; in linux_to_bsd_v4l2_buffer()
[all …]
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_main.c2718 boolean_t lvb, rvb; in us_compare() local
2790 if (nvlist_lookup_boolean_value(lnvl, "smbentity", &lvb) == 0 && in us_compare()
2792 lvb != rvb) in us_compare()
2793 return (lvb < rvb ? -1 : 1); in us_compare()