Searched refs:cmd_bank_pers_t (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_bank.h34 * cmd_bank_t -- is itself comprised of a persistent (cmd_bank_pers_t) and
60 * cmd_bank_pers_t Yes No Name is unum-derived ("bank_%s")
118 } cmd_bank_pers_t; typedef in typeref:struct:cmd_bank_pers
122 cmd_bank_pers_t bank_pers; /* Persistent data for this bank */
130 MAX(sizeof (cmd_bank_0_t), sizeof (cmd_bank_pers_t))
132 MIN(sizeof (cmd_bank_0_t), sizeof (cmd_bank_pers_t))
H A Dcmd_bank.c239 bank_wrapv1(fmd_hdl_t *hdl, cmd_bank_pers_t *pers, size_t psz)
243 if (psz != sizeof (cmd_bank_pers_t)) {
245 "version 1 state (%u bytes).\n", sizeof (cmd_bank_pers_t));
249 bcopy(pers, bank, sizeof (cmd_bank_pers_t));
295 bank = bank_wrapv1(hdl, (cmd_bank_pers_t *)bank,
362 sizeof (cmd_bank_pers_t))
367 sizeof (cmd_bank_pers_t));

Completed in 45 milliseconds