Searched defs:this_pa (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/targets/av1394/
H A Dav1394_cfgrom.c364 av1394_cfgrom_parse_arg_t this_pa; local
373 this_pa.pa_depth = pa->pa_depth + 1;
374 this_pa.pa_desc_entry = pa->pa_desc_entry;
388 leaf_addr, this_pa.pa_desc_entry);
396 this_pa.pa_parent_k = k;
397 this_pa.pa_addr = dir_addr + 4;
398 this_pa.pa_len = dir_len;
401 this_pa.pa_dir = &crp->cr_unit_dir;
403 this_pa.pa_dir = pa->pa_dir;
406 ret = av1394_cfgrom_parse_dir(avp, cmd, &this_pa);
[all...]
/illumos-gate/usr/src/uts/common/io/sbp2/
H A Dcfgrom.c125 sbp2_cfgrom_parse_arg_t this_pa; /* parse args */ local
133 this_pa.pa_pdir = dir;
134 this_pa.pa_ref = pa->pa_ref;
135 this_pa.pa_depth = pa->pa_depth + 1;
169 cep->ce_ref = this_pa.pa_ref;
175 this_pa.pa_dir = cep;
176 this_pa.pa_ref = pcep;
177 if (this_pa.pa_depth < SBP2_CFGROM_MAX_DEPTH) {
178 ret = sbp2_cfgrom_parse_dir(tp, cmd, &this_pa);

Completed in 91 milliseconds