Searched refs:klink (Results 1 – 2 of 2) sorted by relevance
157 my $klink = $link;167 if ( (-e "$klink") && ($klink ne $link) ) {170 $local_return = unlink("$klink");173 &B_log("ERROR","Unlinking $klink failed\n");175 &B_log("ACTION","Removed link $klink\n");177 &B_revert_log (&getGlobal('BIN','ln') . " -s $target $klink\n");
240 struct media_v2_link klink, __user *ulink; in media_device_get_topology() local355 memset(&klink, 0, sizeof(klink)); in media_device_get_topology()358 klink.id = link->graph_obj.id; in media_device_get_topology()359 klink.source_id = link->gobj0->id; in media_device_get_topology()360 klink.sink_id = link->gobj1->id; in media_device_get_topology()361 klink.flags = link->flags; in media_device_get_topology()363 if (copy_to_user(ulink, &klink, sizeof(klink))) in media_device_get_topology()