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

/illumos-gate/usr/src/cmd/mdb/sun4u/modules/unix/
H A Dunix.c355 static ssize_t mbox_size; /* size of xc_mbox */ variable
373 if (mbox_size <= 0) {
397 if ((mbox_size = mdb_ctf_type_size(id)) == -1) {
1242 xw->xw_mbox = mdb_zalloc(mbox_size * ncpu, UM_SLEEP);
1244 if (mdb_readsym(xw->xw_mbox, mbox_size * ncpu, "xc_mbox") == -1) {
1246 mdb_free(xw->xw_mbox, mbox_size * ncpu);
1269 xw->xw_addr += mbox_size;
1278 mdb_free(xw->xw_mbox, mbox_size * ncpu);
1308 mbox = mdb_alloc(mbox_size, UM_SLEEP | UM_GC);
1309 if (mdb_vread(mbox, mbox_size, add
[all...]

Completed in 59 milliseconds