OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pds
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/dev/fdt/
fdt_powerdomain.c
101
const uint32_t *
pds
= fdtbus_get_prop(phandle, "power-domains", &len);
local
103
if (
pds
== NULL)
106
for (const uint32_t *pd =
pds
; pd <
pds
+ len / sizeof(*pd); index--) {
/src/external/gpl2/lvm2/dist/lib/format_pool/
format_pool.c
105
struct dm_list *
pds
)
131
if (!import_pool_vg(vg, smem,
pds
))
134
if (!import_pool_pvs(fid->fmt, vg, &vg->pvs, smem,
pds
))
137
if (!import_pool_lvs(vg, smem,
pds
))
145
if (!(usp = _build_usp(
pds
, mem, &sp_count)))
166
struct dm_list
pds
;
local
169
dm_list_init(&
pds
);
180
if (!read_pool_pds(fid->fmt, vg_name, mem, &
pds
))
184
if (!(vg = _build_vg_from_pds(fid, mem, &
pds
)))
/src/external/bsd/nsd/dist/
nsec3.c
773
rbnode_type *p = RBTREE_NULL, *pwc = RBTREE_NULL, *
pds
= RBTREE_NULL;
local
788
if(process_first(zone->dshashtree, hash, &
pds
, init_lookup_key_ds_tree)){
789
((domain_type*)(
pds
->key))->nsec3->
791
((domain_type*)(
pds
->key))->nsec3->
793
pds
= rbtree_next(
pds
);
801
pds
= rbtree_first(zone->dshashtree);
823
while(
pds
!= RBTREE_NULL &&
pds
!= pds_end) {
824
((domain_type*)(
pds
->key))->nsec3-
[
all
...]
/src/external/mpl/dhcp/dist/server/
mdb6.c
2364
int nas, tas,
pds
;
local
2376
pds
= ia_hash_foreach(ia_pd_active, write_ia_leases);
2382
nas, tas,
pds
);
Completed in 74 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026