Searched refs:cbd_notify_type (Results 1 – 2 of 2) sorted by relevance
300 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()301 if (dev->cbd_notify_type != NOTIFY_DEVICEID4_CHANGE && in decode_devicenotify_args()302 dev->cbd_notify_type != NOTIFY_DEVICEID4_DELETE) { in decode_devicenotify_args()308 if (((dev->cbd_notify_type == NOTIFY_DEVICEID4_CHANGE) && in decode_devicenotify_args()310 ((dev->cbd_notify_type == NOTIFY_DEVICEID4_DELETE) && in decode_devicenotify_args()331 __func__, dev->cbd_notify_type, dev->cbd_layout_type, in decode_devicenotify_args()
149 uint32_t cbd_notify_type; member