Searched refs:this_pa (Results 1 – 2 of 2) sorted by relevance
125 sbp2_cfgrom_parse_arg_t this_pa; /* parse args */ in sbp2_cfgrom_parse_dir() local133 this_pa.pa_pdir = dir; in sbp2_cfgrom_parse_dir()134 this_pa.pa_ref = pa->pa_ref; in sbp2_cfgrom_parse_dir()135 this_pa.pa_depth = pa->pa_depth + 1; in sbp2_cfgrom_parse_dir()169 cep->ce_ref = this_pa.pa_ref; in sbp2_cfgrom_parse_dir()175 this_pa.pa_dir = cep; in sbp2_cfgrom_parse_dir()176 this_pa.pa_ref = pcep; in sbp2_cfgrom_parse_dir()177 if (this_pa.pa_depth < SBP2_CFGROM_MAX_DEPTH) { in sbp2_cfgrom_parse_dir()178 ret = sbp2_cfgrom_parse_dir(tp, cmd, &this_pa); in sbp2_cfgrom_parse_dir()
364 av1394_cfgrom_parse_arg_t this_pa; in av1394_cfgrom_parse_dir() local373 this_pa.pa_depth = pa->pa_depth + 1; in av1394_cfgrom_parse_dir()374 this_pa.pa_desc_entry = pa->pa_desc_entry; in av1394_cfgrom_parse_dir()388 leaf_addr, this_pa.pa_desc_entry); in av1394_cfgrom_parse_dir()396 this_pa.pa_parent_k = k; in av1394_cfgrom_parse_dir()397 this_pa.pa_addr = dir_addr + 4; in av1394_cfgrom_parse_dir()398 this_pa.pa_len = dir_len; in av1394_cfgrom_parse_dir()401 this_pa.pa_dir = &crp->cr_unit_dir; in av1394_cfgrom_parse_dir()403 this_pa.pa_dir = pa->pa_dir; in av1394_cfgrom_parse_dir()406 ret = av1394_cfgrom_parse_dir(avp, cmd, &this_pa); in av1394_cfgrom_parse_dir()[all …]