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

/netbsd-current/sys/uvm/pmap/
H A Dpmap_devmap.c44 static const struct pmap_devmap *pd_table; variable in typeref:struct:pmap_devmap
71 pd_table = table;
89 pd_table = table;
123 if (pd_table == NULL)
126 for (size_t i = 0; pd_table[i].pd_size != 0; i++) {
127 const paddr_t pd_pa = pd_table[i].pd_pa;
128 const psize_t pd_sz = pd_table[i].pd_size;
139 return &pd_table[i];
152 if (pd_table == NULL)
155 for (size_t i = 0; pd_table[
[all...]
/netbsd-current/external/cddl/osnet/dist/common/zfs/
H A Dzfs_prop.h78 const zprop_index_t *pd_table; /* for index properties, a table */ member in struct:__anon6465
80 size_t pd_table_size; /* number of entries in pd_table[] */
H A Dzprop_common.c100 pd->pd_table = idx_tbl;
285 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL)
311 if ((idx_tbl = prop_tbl[prop].pd_table) == NULL)
335 idx_tbl = prop_tbl[prop].pd_table;
419 idx = prop_tbl[prop].pd_table;
/netbsd-current/external/cddl/osnet/dist/lib/pyzfs/common/
H A Dioctl.c484 const zprop_index_t *it = p->pd_table;

Completed in 1719 milliseconds