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

/illumos-gate/usr/src/uts/common/sys/lvm/
H A Dmd_names.h68 struct nm_next_hdr { struct
69 struct nm_next_hdr *nmn_nextp;
151 struct nm_next_hdr hh_names;
152 struct nm_next_hdr hh_shared;
H A Dmdvar.h839 extern struct nm_next_hdr *get_first_record(set_t, int, int);
840 extern void *lookup_entry(struct nm_next_hdr *, set_t,
842 extern void *lookup_shared_entry(struct nm_next_hdr *,
844 extern int remove_shared_entry(struct nm_next_hdr *, mdkey_t key,
846 extern int remove_entry(struct nm_next_hdr *, side_t, mdkey_t, int);
847 extern void *alloc_entry(struct nm_next_hdr *, mddb_recid_t, size_t, int,
/illumos-gate/usr/src/uts/common/io/lvm/md/
H A Dmd_names.c39 void *lookup_entry(struct nm_next_hdr *, set_t,
41 void *lookup_shared_entry(struct nm_next_hdr *,
97 create_key(struct nm_next_hdr *nh)
110 unused_key(struct nm_next_hdr *nh, int shared, mdkey_t key)
143 destroy_key(struct nm_next_hdr *nh, int shared, mdkey_t key)
250 struct nm_next_hdr *nh, /* parent record header */
255 struct nm_next_hdr *new_nh;
299 new_nh = (struct nm_next_hdr *)kmem_zalloc(sizeof (*new_nh), KM_SLEEP);
313 struct nm_next_hdr *parent_nh, /* parent record header */
315 struct nm_next_hdr *n
[all...]
H A Dmd.c274 extern struct nm_next_hdr *get_first_record(set_t, int, int);
1021 struct nm_next_hdr *did_nh = NULL;
1053 struct nm_next_hdr *nh;
H A Dmd_subr.c112 extern void *lookup_entry(struct nm_next_hdr *, set_t,
114 extern struct nm_next_hdr *get_first_record(set_t, int, int);
4274 struct nm_next_hdr *nh;
H A Dmd_mddb.c12270 struct nm_next_hdr *nh;
12341 struct nm_next_hdr *nh;
12510 struct nm_next_hdr *nh;
12730 struct nm_next_hdr *nh;
12735 struct nm_next_hdr *did_shr_nh;
/illumos-gate/usr/src/cmd/mdb/common/modules/md/
H A Ddumpnamespace.c369 struct nm_next_hdr nhdr;
373 if (mdb_vread(&nhdr, sizeof (struct nm_next_hdr), next) !=
374 sizeof (struct nm_next_hdr)) {
375 mdb_warn("failed to read nm_next_hdr at %p", next);
384 if (mdb_vread(&nhdr, sizeof (struct nm_next_hdr), next) !=
385 sizeof (struct nm_next_hdr)) {
386 mdb_warn("failed to read nm_next_hdr at %p\n", next);

Completed in 112 milliseconds