Lines Matching refs:meta
218 dump_msghdr(mblk_t *meta)
222 if (mdb_vread(&smh, sizeof (smh), (uintptr_t)meta->b_rptr) == -1)
226 meta->b_rptr, SCTP_CHUNK_DEST(meta));
274 mblk_t meta, mp;
279 if (mdb_vread(&meta, sizeof (meta), (uintptr_t)addr) == -1)
283 dump_msghdr(&meta);
285 if (meta.b_cont == NULL) {
290 (uintptr_t)meta.b_cont) == -1) {
302 if (meta.b_next == NULL)
304 if (mdb_vread(&meta, sizeof (meta),
305 (uintptr_t)meta.b_next) == -1)
315 mblk_t meta;
320 if (mdb_vread(&meta, sizeof (meta), (uintptr_t)addr) == -1)
324 dump_msghdr(&meta);
326 if (meta.b_next == NULL)
329 if (mdb_vread(&meta, sizeof (meta),
330 (uintptr_t)meta.b_next) == -1)