Searched refs:off_len (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/tests/sys/cddl/zfs/bin/
H A Drandfree_file.c51 off_t start_off, off_len; local
64 off_len = atoll(optarg);
90 fl.l_len = off_len;
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/cmd/file/
H A Drandfree_file.c61 off_t off_len = 0; local
74 off_len = atoll(optarg);
111 start_off, off_len) < 0) {
/freebsd-current/usr.sbin/i2c/
H A Di2c.c63 size_t off_len; member in struct:options
318 if (i2c_opt.off_len > 0) {
319 cmd->count = i2c_opt.off_len;
330 char buf[i2c_opt.off_len + i2c_opt.count];
378 memcpy(buf, i2c_opt.off_buf, i2c_opt.off_len);
379 memcpy(buf + i2c_opt.off_len, i2c_buf, i2c_opt.count);
383 cmd.count = i2c_opt.off_len + i2c_opt.count;
403 if (i2c_opt.off_len) {
420 if (i2c_opt.mode == I2C_MODE_STOP_START || i2c_opt.off_len == 0) {
455 if (i2c_opt.off_len) {
[all...]
/freebsd-current/sys/dev/ice/
H A Dice_flex_type.h118 } off_len; member in union:ice_flex_fields::__anon33

Completed in 187 milliseconds