Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp592 CommandArgumentEntry type_arg; in CommandObjectTypeFormatAdd() local
787 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterDelete() local
1048 CommandArgumentEntry type_arg; in CommandObjectTypeFormatterList() local
1448 CommandArgumentEntry type_arg; in CommandObjectTypeSummaryAdd() local
1456 m_arguments.push_back(type_arg); in CommandObjectTypeSummaryAdd()
1748 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDefine() local
1849 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryEnable() local
1916 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDelete() local
2023 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryDisable() local
2085 CommandArgumentEntry type_arg; in CommandObjectTypeCategoryList() local
[all …]
/freebsd-14.2/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