Lines Matching refs:bootstrap
32 static Bootstrap bootstrap; in Init() local
33 bootstrap.GetName = GetName; in Init()
34 bootstrap.Initialize = Initialize; in Init()
35 bootstrap.MessageHandle = MessageHandle; in Init()
36 bootstrap.GetTaskConfig = GetTaskConfig; in Init()
37 bootstrap.flag = FALSE; in Init()
38 SAMGR_GetInstance()->RegisterService((Service *)&bootstrap); in Init()
50 Bootstrap *bootstrap = (Bootstrap *)service; in Initialize() local
51 bootstrap->identity = identity; in Initialize()
57 Bootstrap *bootstrap = (Bootstrap *)service; in MessageHandle() local
60 if ((bootstrap->flag & LOAD_FLAG) != LOAD_FLAG) { in MessageHandle()
63 bootstrap->flag |= LOAD_FLAG; in MessageHandle()
65 (void)SAMGR_SendResponseByIdentity(&bootstrap->identity, request, NULL); in MessageHandle()
69 (void)SAMGR_SendResponseByIdentity(&bootstrap->identity, request, NULL); in MessageHandle()
73 (void)SAMGR_SendResponseByIdentity(&bootstrap->identity, request, NULL); in MessageHandle()