Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libi2c/common/
H A Dlibi2c_ctrl.c511 if (prop.up_error.i2c_error != I2C_CORE_E_OK) { in i2c_prop_get()
512 return (i2c_ioctl_error(hdl, &prop.up_error, in i2c_prop_get()
560 if (prop.up_error.i2c_error != I2C_CORE_E_OK) { in i2c_prop_set()
561 return (i2c_ioctl_error(hdl, &prop.up_error, in i2c_prop_set()
/illumos-gate/usr/src/uts/common/io/i2c/nexus/
H A Di2cnex_user.c290 &prop.up_error)) { in i2c_nex_ioctl_ctrl_prop_get()
291 i2c_success(&prop.up_error); in i2c_nex_ioctl_ctrl_prop_get()
324 &prop.up_error)) { in i2c_nex_ioctl_ctrl_prop_set()
329 prop.up_size, &prop.up_error)) { in i2c_nex_ioctl_ctrl_prop_set()
330 i2c_success(&prop.up_error); in i2c_nex_ioctl_ctrl_prop_set()
/illumos-gate/usr/src/uts/common/sys/i2c/
H A Dioctl.h74 i2c_error_t up_error; member