Searched refs:cbd_notify_type (Results 1 – 2 of 2) sorted by relevance
297 dev->cbd_notify_type = ntohl(*p++); in decode_devicenotify_args()298 if (dev->cbd_notify_type != NOTIFY_DEVICEID4_CHANGE && in decode_devicenotify_args()299 dev->cbd_notify_type != NOTIFY_DEVICEID4_DELETE) { in decode_devicenotify_args()305 if (((dev->cbd_notify_type == NOTIFY_DEVICEID4_CHANGE) && in decode_devicenotify_args()307 ((dev->cbd_notify_type == NOTIFY_DEVICEID4_DELETE) && in decode_devicenotify_args()328 __func__, dev->cbd_notify_type, dev->cbd_layout_type, in decode_devicenotify_args()
166 uint32_t cbd_notify_type; member