Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectType.cpp592 CommandArgumentEntry type_arg; CommandObjectTypeFormatAdd() local
787 CommandArgumentEntry type_arg; CommandObjectTypeFormatterDelete() local
1048 CommandArgumentEntry type_arg; CommandObjectTypeFormatterList() local
1448 CommandArgumentEntry type_arg; CommandObjectTypeSummaryAdd() local
1748 CommandArgumentEntry type_arg; CommandObjectTypeCategoryDefine() local
1849 CommandArgumentEntry type_arg; CommandObjectTypeCategoryEnable() local
1916 CommandArgumentEntry type_arg; CommandObjectTypeCategoryDelete() local
2023 CommandArgumentEntry type_arg; CommandObjectTypeCategoryDisable() local
2085 CommandArgumentEntry type_arg; CommandObjectTypeCategoryList() local
2306 CommandArgumentEntry type_arg; CommandObjectTypeSynthAdd() local
2511 CommandArgumentEntry type_arg; CommandObjectTypeFilterAdd() local
/freebsd-src/sys/dev/atopcase/
H A Datopcase_reg.h94 uint8_t type_arg; /* means "device" for ATOPCASE_MSG_TYPE_DESCRIPTOR */ member
H A Datopcase.c385 uint16_t type, uint8_t type_arg, const void *payload, uint8_t len, in atopcase_create_message() argument