Home
last modified time | relevance | path

Searched refs:CONTAINER_INFO (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/plasma5-ksysguard/ksysguard-5.22.0/ksysguardd/CContLib/
H A Dccont.c37 typedef struct container_info* CONTAINER_INFO; typedef
43 CONTAINER_INFO info; in new_ctnr()
105 return ((CONTAINER_INFO)rootNode->data)->count; in level_ctnr()
130 ((CONTAINER_INFO)rootNode->data)->count++; in insert_ctnr()
155 ((CONTAINER_INFO)rootNode->data)->count++; in push_ctnr()
180 ((CONTAINER_INFO)rootNode->data)->count--; in remove_at_ctnr()
211 ((CONTAINER_INFO)rootNode->data)->count--; in pop_ctnr()
419 CONTAINER_INFO info; in next_ctnr()
426 info = (CONTAINER_INFO)rootNode->data; in next_ctnr()
440 CONTAINER_INFO info; in remove_ctnr()
[all …]
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/inc/
H A Dglobmdrv.h79 CONTAINER_INFO ContainerInfo;
H A Dcardmod.h354 } CONTAINER_INFO, *PCONTAINER_INFO; typedef
/dports/security/beid/eid-mw-5.0.8/cardcomm/minidriver/src/
H A DCardAndContProp.c47 CONTAINER_INFO ContInfo; in CardGetContainerProperty()
103 if ( cbData < sizeof(CONTAINER_INFO) ) in CardGetContainerProperty()
105 … LogTrace(LOGTYPE_ERROR, WHERE, "Insufficient buffer[%d]<[%d]", cbData, sizeof(CONTAINER_INFO)); in CardGetContainerProperty()
155 memcpy (pbData, &ContInfo, sizeof(CONTAINER_INFO)); in CardGetContainerProperty()
157 *pdwDataLen = sizeof(CONTAINER_INFO); in CardGetContainerProperty()
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcardmod.h75 } CONTAINER_INFO, *PCONTAINER_INFO; typedef
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dcardmod.h75 } CONTAINER_INFO, *PCONTAINER_INFO; typedef
/dports/security/opensc/OpenSC-0.22.0/src/tests/
H A Dopensc-minidriver-test.c597 CONTAINER_INFO containerInfo; in apiTests()