Home
last modified time | relevance | path

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

/freebsd/sys/dev/atopcase/
H A Datopcase.c177 && (ac = atopcase_get_child_by_device(sc, hdr->type_arg)) != NULL) { in atopcase_process_message()
183 && (ac = atopcase_get_child_by_device(sc, hdr->type_arg)) != NULL) { in atopcase_process_message()
190 && hdr->type_arg == ATOPCASE_INFO_DEVICE) { in atopcase_process_message()
385 uint16_t type, uint8_t type_arg, const void *payload, uint8_t len, in atopcase_create_message() argument
401 hdr->type_arg = type_arg; in atopcase_create_message()
H A Datopcase_reg.h94 uint8_t type_arg; /* means "device" for ATOPCASE_MSG_TYPE_DESCRIPTOR */ member