Home
last modified time | relevance | path

Searched refs:comm (Results 51 – 75 of 1008) sorted by relevance

12345678910>>...41

/netbsd/crypto/external/cpl/trousers/dist/src/tcs/rpc/tcstp/
H A Drpc_auth.c38 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_OIAP()
53 initData(&data->comm, 2); in tcs_wrap_OIAP()
57 if (setData(TCSD_PACKET_TYPE_NONCE, 1, &n0, 0, &data->comm)) { in tcs_wrap_OIAP()
61 done: initData(&data->comm, 0); in tcs_wrap_OIAP()
63 data->comm.hdr.u.result = result; in tcs_wrap_OIAP()
80 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_OSAP()
88 if (getData(TCSD_PACKET_TYPE_UINT16, 1, &entityType, 0, &data->comm)) in tcs_wrap_OSAP()
90 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &entityValue, 0, &data->comm)) in tcs_wrap_OSAP()
103 initData(&data->comm, 3); in tcs_wrap_OSAP()
114 done: initData(&data->comm, 0); in tcs_wrap_OSAP()
[all …]
H A Drpc_dir.c39 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_DirWriteAuth()
47 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &dirIndex, 0, &data->comm)) in tcs_wrap_DirWriteAuth()
49 if (getData(TCSD_PACKET_TYPE_DIGEST, 2, &dirDigest, 0, &data->comm)) in tcs_wrap_DirWriteAuth()
51 if (getData(TCSD_PACKET_TYPE_AUTH, 3, &auth, 0, &data->comm)) in tcs_wrap_DirWriteAuth()
61 initData(&data->comm, 1); in tcs_wrap_DirWriteAuth()
62 if (setData(TCSD_PACKET_TYPE_AUTH, 0, &auth, 0, &data->comm)) { in tcs_wrap_DirWriteAuth()
66 done: initData(&data->comm, 0); in tcs_wrap_DirWriteAuth()
68 data->comm.hdr.u.result = result; in tcs_wrap_DirWriteAuth()
99 initData(&data->comm, 1); in tcs_wrap_DirRead()
104 done: initData(&data->comm, 0); in tcs_wrap_DirRead()
[all …]
H A Drpc_quote2.c55 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_Quote2()
63 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hKey, 0, &data->comm)) in tcs_wrap_Quote2()
65 if (getData(TCSD_PACKET_TYPE_NONCE, 2, &antiReplay, 0, &data->comm)) in tcs_wrap_Quote2()
67 if (getData(TCSD_PACKET_TYPE_UINT32, 3, &pcrDataSizeIn, 0, &data->comm)) in tcs_wrap_Quote2()
78 if (getData(TCSD_PACKET_TYPE_BOOL,5,&addVersion, 0, &data->comm)) { in tcs_wrap_Quote2()
82 result = getData(TCSD_PACKET_TYPE_AUTH, 6, &privAuth, 0, &data->comm); in tcs_wrap_Quote2()
103 initData(&data->comm,7); /* Add versionInfoSize and versionInfo */ in tcs_wrap_Quote2()
105 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pPrivAuth, 0, &data->comm)) { in tcs_wrap_Quote2()
142 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &sigSize, 0, &data->comm)) { in tcs_wrap_Quote2()
162 done: initData(&data->comm, 0); in tcs_wrap_Quote2()
[all …]
H A Drpc_certify.c46 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_CertifyKey()
54 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &certHandle, 0, &data->comm)) in tcs_wrap_CertifyKey()
56 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &keyHandle, 0, &data->comm)) in tcs_wrap_CertifyKey()
58 if (getData(TCSD_PACKET_TYPE_NONCE, 3, &antiReplay, 0, &data->comm)) in tcs_wrap_CertifyKey()
61 if (getData(TCSD_PACKET_TYPE_AUTH, 4, &certAuth, 0, &data->comm)) in tcs_wrap_CertifyKey()
63 if (getData(TCSD_PACKET_TYPE_AUTH, 5, &keyAuth, 0, &data->comm)) in tcs_wrap_CertifyKey()
82 initData(&data->comm, 6); in tcs_wrap_CertifyKey()
84 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pCertAuth, 0, &data->comm)) { in tcs_wrap_CertifyKey()
91 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pKeyAuth, 0, &data->comm)) { in tcs_wrap_CertifyKey()
118 done: initData(&data->comm, 0); in tcs_wrap_CertifyKey()
[all …]
H A Drpc_quote.c50 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_Quote()
58 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hKey, 0, &data->comm)) in tcs_wrap_Quote()
60 if (getData(TCSD_PACKET_TYPE_NONCE, 2, &antiReplay, 0, &data->comm)) in tcs_wrap_Quote()
62 if (getData(TCSD_PACKET_TYPE_UINT32, 3, &pcrDataSizeIn, 0, &data->comm)) in tcs_wrap_Quote()
74 result = getData(TCSD_PACKET_TYPE_AUTH, 5, &privAuth, 0, &data->comm); in tcs_wrap_Quote()
93 initData(&data->comm, 5); in tcs_wrap_Quote()
95 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pPrivAuth, 0, &data->comm)) { in tcs_wrap_Quote()
111 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &sigSize, 0, &data->comm)) { in tcs_wrap_Quote()
116 if (setData(TCSD_PACKET_TYPE_PBYTE, i++, sig, sigSize, &data->comm)) { in tcs_wrap_Quote()
125 done: initData(&data->comm, 0); in tcs_wrap_Quote()
[all …]
H A Drpc_random.c38 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_GetRandom()
46 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &bytesRequested, 0, &data->comm)) in tcs_wrap_GetRandom()
56 initData(&data->comm, 2); in tcs_wrap_GetRandom()
57 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &bytesRequested, 0, &data->comm)) { in tcs_wrap_GetRandom()
67 done: initData(&data->comm, 0); in tcs_wrap_GetRandom()
69 data->comm.hdr.u.result = result; in tcs_wrap_GetRandom()
81 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_StirRandom()
89 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &inDataSize, 0, &data->comm)) in tcs_wrap_StirRandom()
97 if (getData(TCSD_PACKET_TYPE_PBYTE, 2, inData, inDataSize, &data->comm)) { in tcs_wrap_StirRandom()
109 initData(&data->comm, 0); in tcs_wrap_StirRandom()
[all …]
H A Drpc_bind.c47 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_UnBind()
55 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &keyHandle, 0, &data->comm)) in tcs_wrap_UnBind()
57 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &inDataSize, 0, &data->comm)) in tcs_wrap_UnBind()
65 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, inData, inDataSize, &data->comm)) { in tcs_wrap_UnBind()
70 result = getData(TCSD_PACKET_TYPE_AUTH, 4, &privAuth, 0, &data->comm); in tcs_wrap_UnBind()
89 initData(&data->comm, 3); in tcs_wrap_UnBind()
91 if (setData(TCSD_PACKET_TYPE_AUTH, i++, pPrivAuth, 0, &data->comm)) { in tcs_wrap_UnBind()
95 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &outDataSize, 0, &data->comm)) { in tcs_wrap_UnBind()
98 if (setData(TCSD_PACKET_TYPE_PBYTE, i++, outData, outDataSize, &data->comm)) { in tcs_wrap_UnBind()
103 done: initData(&data->comm, 0); in tcs_wrap_UnBind()
[all …]
H A Drpc_sign.c47 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_Sign()
55 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &hKey, 0, &data->comm)) in tcs_wrap_Sign()
57 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &areaToSignSize, 0, &data->comm)) in tcs_wrap_Sign()
65 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, areaToSign, areaToSignSize, &data->comm)) { in tcs_wrap_Sign()
69 result = getData(TCSD_PACKET_TYPE_AUTH, 4, &auth, 0, &data->comm); in tcs_wrap_Sign()
88 initData(&data->comm, 3); in tcs_wrap_Sign()
90 if (setData(TCSD_PACKET_TYPE_AUTH, i++, &auth, 0, &data->comm)) { in tcs_wrap_Sign()
95 if (setData(TCSD_PACKET_TYPE_UINT32, i++, &sigSize, 0, &data->comm)) { in tcs_wrap_Sign()
99 if (setData(TCSD_PACKET_TYPE_PBYTE, i++, sig, sigSize, &data->comm)) { in tcs_wrap_Sign()
105 done: initData(&data->comm, 0); in tcs_wrap_Sign()
[all …]
H A Drpc_caps.c41 if (getData(TCSD_PACKET_TYPE_UINT32, 0, &hContext, 0, &data->comm)) in tcs_wrap_TCSGetCapability()
49 if (getData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &data->comm)) in tcs_wrap_TCSGetCapability()
51 if (getData(TCSD_PACKET_TYPE_UINT32, 2, &subCapSize, 0, &data->comm)) in tcs_wrap_TCSGetCapability()
59 if (getData(TCSD_PACKET_TYPE_PBYTE, 3, subCap, subCapSize, &data->comm)) { in tcs_wrap_TCSGetCapability()
69 initData(&data->comm, 2); in tcs_wrap_TCSGetCapability()
70 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &respSize, 0, &data->comm)) { in tcs_wrap_TCSGetCapability()
74 if (setData(TCSD_PACKET_TYPE_PBYTE, 1, resp, respSize, &data->comm)) { in tcs_wrap_TCSGetCapability()
80 done: initData(&data->comm, 0); in tcs_wrap_TCSGetCapability()
82 data->comm.hdr.u.result = result; in tcs_wrap_TCSGetCapability()
/netbsd/crypto/external/cpl/trousers/dist/src/tspi/rpc/tcstp/
H A Drpc_certify.c44 initData(&hte->comm, 6); in RPC_CertifyKey_TP()
47 hte->comm.hdr.u.ordinal = TCSD_ORD_CERTIFYKEY; in RPC_CertifyKey_TP()
52 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &certHandle, 0, &hte->comm)) in RPC_CertifyKey_TP()
54 if (setData(TCSD_PACKET_TYPE_UINT32, 2, &keyHandle, 0, &hte->comm)) in RPC_CertifyKey_TP()
56 if (setData(TCSD_PACKET_TYPE_NONCE, 3, antiReplay, 0, &hte->comm)) in RPC_CertifyKey_TP()
59 if (setData(TCSD_PACKET_TYPE_AUTH, 4, certAuth, 0, &hte->comm)) in RPC_CertifyKey_TP()
62 if (setData(TCSD_PACKET_TYPE_AUTH, 4, &null_auth, 0, &hte->comm)) in RPC_CertifyKey_TP()
66 if (setData(TCSD_PACKET_TYPE_AUTH, 5, keyAuth, 0, &hte->comm)) in RPC_CertifyKey_TP()
69 if (setData(TCSD_PACKET_TYPE_AUTH, 5, &null_auth, 0, &hte->comm)) in RPC_CertifyKey_TP()
76 result = hte->comm.hdr.u.result; in RPC_CertifyKey_TP()
[all …]
H A Drpc_tick.c35 initData(&hte->comm, 1); in RPC_ReadCurrentTicks_TP()
36 hte->comm.hdr.u.ordinal = TCSD_ORD_READCURRENTTICKS; in RPC_ReadCurrentTicks_TP()
45 result = hte->comm.hdr.u.result; in RPC_ReadCurrentTicks_TP()
61 &hte->comm)) { in RPC_ReadCurrentTicks_TP()
88 initData(&hte->comm, 5); in RPC_TickStampBlob_TP()
89 hte->comm.hdr.u.ordinal = TCSD_ORD_TICKSTAMPBLOB; in RPC_TickStampBlob_TP()
94 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &hKey, 0, &hte->comm)) in RPC_TickStampBlob_TP()
101 if (setData(TCSD_PACKET_TYPE_AUTH, 4, privAuth, 0, &hte->comm)) in RPC_TickStampBlob_TP()
108 result = hte->comm.hdr.u.result; in RPC_TickStampBlob_TP()
132 &hte->comm)) { in RPC_TickStampBlob_TP()
[all …]
H A Drpc_quote2.c46 initData(&hte->comm, 7); in RPC_Quote2_TP()
48 hte->comm.hdr.u.ordinal = TCSD_ORD_QUOTE2; in RPC_Quote2_TP()
54 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &keyHandle, 0, &hte->comm)) in RPC_Quote2_TP()
56 if (setData(TCSD_PACKET_TYPE_NONCE, 2, antiReplay, 0, &hte->comm)) in RPC_Quote2_TP()
58 if (setData(TCSD_PACKET_TYPE_UINT32, 3, &pcrDataSizeIn, 0, &hte->comm)) in RPC_Quote2_TP()
62 if (setData(TCSD_PACKET_TYPE_BOOL, 5, &addVersion, 0, &hte->comm)) in RPC_Quote2_TP()
65 if (setData(TCSD_PACKET_TYPE_AUTH, 6, privAuth, 0, &hte->comm)) in RPC_Quote2_TP()
72 result = hte->comm.hdr.u.result; in RPC_Quote2_TP()
78 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) { in RPC_Quote2_TP()
114 &hte->comm)) { in RPC_Quote2_TP()
[all …]
H A Drpc_random.c35 initData(&hte->comm, 2); in RPC_GetRandom_TP()
36 hte->comm.hdr.u.ordinal = TCSD_ORD_GETRANDOM; in RPC_GetRandom_TP()
39 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &hte->tcsContext, 0, &hte->comm)) in RPC_GetRandom_TP()
41 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &bytesRequested, 0, &hte->comm)) in RPC_GetRandom_TP()
47 result = hte->comm.hdr.u.result; in RPC_GetRandom_TP()
77 initData(&hte->comm, 3); in RPC_StirRandom_TP()
78 hte->comm.hdr.u.ordinal = TCSD_ORD_STIRRANDOM; in RPC_StirRandom_TP()
81 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &hte->tcsContext, 0, &hte->comm)) in RPC_StirRandom_TP()
83 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &inDataSize, 0, &hte->comm)) in RPC_StirRandom_TP()
85 if (setData(TCSD_PACKET_TYPE_PBYTE, 2, inData, inDataSize, &hte->comm)) in RPC_StirRandom_TP()
[all …]
H A Drpc_quote.c43 initData(&hte->comm, 6); in RPC_Quote_TP()
45 hte->comm.hdr.u.ordinal = TCSD_ORD_QUOTE; in RPC_Quote_TP()
48 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &hte->tcsContext, 0, &hte->comm)) in RPC_Quote_TP()
50 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &keyHandle, 0, &hte->comm)) in RPC_Quote_TP()
52 if (setData(TCSD_PACKET_TYPE_NONCE, 2, antiReplay, 0, &hte->comm)) in RPC_Quote_TP()
54 if (setData(TCSD_PACKET_TYPE_UINT32, 3, &pcrDataSizeIn, 0, &hte->comm)) in RPC_Quote_TP()
60 if (setData(TCSD_PACKET_TYPE_AUTH, 5, privAuth, 0, &hte->comm)) in RPC_Quote_TP()
67 result = hte->comm.hdr.u.result; in RPC_Quote_TP()
72 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) { in RPC_Quote_TP()
93 if (getData(TCSD_PACKET_TYPE_UINT32, i++, sigSize, 0, &hte->comm)) { in RPC_Quote_TP()
[all …]
H A Drpc_bind.c40 initData(&hte->comm, 5); in RPC_UnBind_TP()
41 hte->comm.hdr.u.ordinal = TCSD_ORD_UNBIND; in RPC_UnBind_TP()
44 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &hte->tcsContext, 0, &hte->comm)) in RPC_UnBind_TP()
46 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &keyHandle, 0, &hte->comm)) in RPC_UnBind_TP()
48 if (setData(TCSD_PACKET_TYPE_UINT32, 2, &inDataSize, 0, &hte->comm)) in RPC_UnBind_TP()
50 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, inData, inDataSize, &hte->comm)) in RPC_UnBind_TP()
54 if (setData(TCSD_PACKET_TYPE_AUTH, 4, privAuth, 0, &hte->comm)) in RPC_UnBind_TP()
61 result = hte->comm.hdr.u.result; in RPC_UnBind_TP()
66 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) { in RPC_UnBind_TP()
71 if (getData(TCSD_PACKET_TYPE_UINT32, i++, outDataSize, 0, &hte->comm)) { in RPC_UnBind_TP()
[all …]
H A Drpc_sign.c40 initData(&hte->comm, 5); in RPC_Sign_TP()
41 hte->comm.hdr.u.ordinal = TCSD_ORD_SIGN; in RPC_Sign_TP()
44 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &hte->tcsContext, 0, &hte->comm)) in RPC_Sign_TP()
46 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &keyHandle, 0, &hte->comm)) in RPC_Sign_TP()
48 if (setData(TCSD_PACKET_TYPE_UINT32, 2, &areaToSignSize, 0, &hte->comm)) in RPC_Sign_TP()
50 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, areaToSign, areaToSignSize, &hte->comm)) in RPC_Sign_TP()
54 if (setData(TCSD_PACKET_TYPE_AUTH, 4, privAuth, 0, &hte->comm)) in RPC_Sign_TP()
61 result = hte->comm.hdr.u.result; in RPC_Sign_TP()
66 if (getData(TCSD_PACKET_TYPE_AUTH, i++, privAuth, 0, &hte->comm)) { in RPC_Sign_TP()
71 if (getData(TCSD_PACKET_TYPE_UINT32, i++, sigSize, 0, &hte->comm)) { in RPC_Sign_TP()
[all …]
H A Drpc_context.c33 initData(&hte->comm, 0); in RPC_OpenContext_TP()
34 hte->comm.hdr.u.ordinal = TCSD_ORD_OPENCONTEXT; in RPC_OpenContext_TP()
38 result = hte->comm.hdr.u.result; in RPC_OpenContext_TP()
41 if (getData(TCSD_PACKET_TYPE_UINT32, 0, tcsContext, 0, &hte->comm)) in RPC_OpenContext_TP()
46 if (getData(TCSD_PACKET_TYPE_UINT32, 1, tpm_version, 0, &hte->comm)) in RPC_OpenContext_TP()
58 initData(&hte->comm, 1); in RPC_CloseContext_TP()
59 hte->comm.hdr.u.ordinal = TCSD_ORD_CLOSECONTEXT; in RPC_CloseContext_TP()
62 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &hte->tcsContext, 0, &hte->comm)) in RPC_CloseContext_TP()
68 result = hte->comm.hdr.u.result; in RPC_CloseContext_TP()
H A Drpc_caps.c38 initData(&hte->comm, 4); in RPC_GetCapability_TP()
39 hte->comm.hdr.u.ordinal = TCSD_ORD_TCSGETCAPABILITY; in RPC_GetCapability_TP()
42 if (setData(TCSD_PACKET_TYPE_UINT32, 0, &hte->tcsContext, 0, &hte->comm)) in RPC_GetCapability_TP()
44 if (setData(TCSD_PACKET_TYPE_UINT32, 1, &capArea, 0, &hte->comm)) in RPC_GetCapability_TP()
46 if (setData(TCSD_PACKET_TYPE_UINT32, 2, &subCapSize, 0, &hte->comm)) in RPC_GetCapability_TP()
48 if (setData(TCSD_PACKET_TYPE_PBYTE, 3, subCap, subCapSize, &hte->comm)) in RPC_GetCapability_TP()
54 result = hte->comm.hdr.u.result; in RPC_GetCapability_TP()
57 if (getData(TCSD_PACKET_TYPE_UINT32, 0, respSize, 0, &hte->comm)) { in RPC_GetCapability_TP()
68 if (getData(TCSD_PACKET_TYPE_PBYTE, 1, *resp, *respSize, &hte->comm)) { in RPC_GetCapability_TP()
/netbsd/external/gpl3/binutils/dist/gprofng/libcollector/
H A Diotrace.c52 Common_packet comm; member
325 &pp->comm.lwp_id, sizeof (pp->comm.lwp_id) == 4 ? "INT32" : "INT64"); in open_experiment()
327 &pp->comm.thr_id, sizeof (pp->comm.thr_id) == 4 ? "INT32" : "INT64"); in open_experiment()
329 &pp->comm.cpu_id, sizeof (pp->comm.cpu_id) == 4 ? "INT32" : "INT64"); in open_experiment()
331 &pp->comm.tstamp, sizeof (pp->comm.tstamp) == 4 ? "INT32" : "INT64"); in open_experiment()
333 &pp->comm.frinfo, sizeof (pp->comm.frinfo) == 4 ? "INT32" : "INT64"); in open_experiment()
1296 iopkt.comm.tstamp = grnt;
1617 iopkt.comm.tstamp = grnt;
1810 iopkt.comm.tstamp = grnt;
1850 iopkt.comm.tstamp = grnt;
[all …]
/netbsd/external/gpl3/gdb/dist/gas/testsuite/gas/mach-o/
H A Dcomm-1.s3 .comm noalign, 1
4 .comm alignis0, 2, 0
5 .comm column1 , 3,1
6 .comm onespace, 4,2
7 .comm tabbed , 5 , 3
8 .comm nowhtspace,6,4
9 .comm bar, 7, 8
10 .comm maxalign, 8, 15
11 .comm hugearray, 1234567,2
/netbsd/external/gpl3/gdb.old/dist/gas/testsuite/gas/mach-o/
H A Dcomm-1.s3 .comm noalign, 1
4 .comm alignis0, 2, 0
5 .comm column1 , 3,1
6 .comm onespace, 4,2
7 .comm tabbed , 5 , 3
8 .comm nowhtspace,6,4
9 .comm bar, 7, 8
10 .comm maxalign, 8, 15
11 .comm hugearray, 1234567,2
/netbsd/sys/arch/pmax/ibus/
H A Dsii.c109 u_short comm; member
481 sii_logp->comm = regs->comm; in sii_StartCmd()
573 u_int comm; in sii_DoIntr() local
576 comm = regs->comm; in sii_DoIntr()
585 sii_logp->comm = comm; in sii_DoIntr()
647 comm = regs->comm; in sii_DoIntr()
954 regs->comm = comm & in sii_DoIntr()
1027 regs->comm = comm & in sii_DoIntr()
1342 regs->comm = SII_INXFER | (comm & SII_STATE_MSK) | in sii_DoIntr()
1639 regs->comm = comm & ~SII_INXFER; in sii_DoSync()
[all …]
/netbsd/external/gpl3/gdb/dist/ld/testsuite/ld-pe/
H A Dnon-c-lang-syms.s5 .comm _test_equiv.eq.1_, 16, 4
6 .comm _test_equiv.eq.100, 16, 5
7 .comm _test_equiv.eq._, 16, 6
8 .comm _test_equiv.eq., 16, 7
10 .comm _test$equiv.eq.1_, 16, 4
11 .comm _test$equiv.eq.100, 16, 5
12 .comm _test$equiv.eq._, 16, 6
13 .comm _test$equiv.eq., 16, 7
/netbsd/external/gpl3/gdb.old/dist/ld/testsuite/ld-pe/
H A Dnon-c-lang-syms.s5 .comm _test_equiv.eq.1_, 16, 4
6 .comm _test_equiv.eq.100, 16, 5
7 .comm _test_equiv.eq._, 16, 6
8 .comm _test_equiv.eq., 16, 7
10 .comm _test$equiv.eq.1_, 16, 4
11 .comm _test$equiv.eq.100, 16, 5
12 .comm _test$equiv.eq._, 16, 6
13 .comm _test$equiv.eq., 16, 7
/netbsd/lib/libnvmm/
H A Dlibnvmm.c293 struct nvmm_comm_page *comm; in nvmm_vcpu_create() local
305 if (comm == MAP_FAILED) in nvmm_vcpu_create()
308 mach->pages[cpuid] = comm; in nvmm_vcpu_create()
311 vcpu->state = &comm->state; in nvmm_vcpu_create()
312 vcpu->event = &comm->event; in nvmm_vcpu_create()
313 vcpu->stop = &comm->stop; in nvmm_vcpu_create()
323 struct nvmm_comm_page *comm; in nvmm_vcpu_destroy() local
334 munmap(comm, PAGE_SIZE); in nvmm_vcpu_destroy()
369 struct nvmm_comm_page *comm; in nvmm_vcpu_setstate() local
391 comm->state_wanted = flags & ~comm->state_cached; in nvmm_vcpu_getstate()
[all …]

12345678910>>...41