Home
last modified time | relevance | path

Searched refs:kentity (Results 1 – 9 of 9) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/mc/
H A Dmc-device.c237 struct media_v2_entity kentity, __user *uentity; in media_device_get_topology() local
260 memset(&kentity, 0, sizeof(kentity)); in media_device_get_topology()
261 kentity.id = entity->graph_obj.id; in media_device_get_topology()
262 kentity.function = entity->function; in media_device_get_topology()
263 kentity.flags = entity->flags; in media_device_get_topology()
264 strscpy(kentity.name, entity->name, in media_device_get_topology()
265 sizeof(kentity.name)); in media_device_get_topology()
267 if (copy_to_user(uentity, &kentity, sizeof(kentity))) in media_device_get_topology()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/mc/
H A Dmc-device.c237 struct media_v2_entity kentity, __user *uentity; in media_device_get_topology() local
260 memset(&kentity, 0, sizeof(kentity)); in media_device_get_topology()
261 kentity.id = entity->graph_obj.id; in media_device_get_topology()
262 kentity.function = entity->function; in media_device_get_topology()
263 kentity.flags = entity->flags; in media_device_get_topology()
264 strscpy(kentity.name, entity->name, in media_device_get_topology()
265 sizeof(kentity.name)); in media_device_get_topology()
267 if (copy_to_user(uentity, &kentity, sizeof(kentity))) in media_device_get_topology()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/mc/
H A Dmc-device.c237 struct media_v2_entity kentity, __user *uentity; in media_device_get_topology() local
260 memset(&kentity, 0, sizeof(kentity)); in media_device_get_topology()
261 kentity.id = entity->graph_obj.id; in media_device_get_topology()
262 kentity.function = entity->function; in media_device_get_topology()
263 kentity.flags = entity->flags; in media_device_get_topology()
264 strscpy(kentity.name, entity->name, in media_device_get_topology()
265 sizeof(kentity.name)); in media_device_get_topology()
267 if (copy_to_user(uentity, &kentity, sizeof(kentity))) in media_device_get_topology()
/dports/www/kcgi/kcgi-0.13.0/
H A Dkcgihtml.h35 enum kentity { enum
510 enum kcgi_err khtml_entity(struct khtmlreq *, enum kentity);
H A Dkcgihtml.c752 khtml_entity(struct khtmlreq *req, enum kentity entity) in khtml_entity()
/dports/textproc/sgmls/sgmls/
H A Dsgmldecl.c334 static UNCH kentity[] = "ENTITY"; variable
960 static UNCH *types[] = { kgeneral, kentity };
/dports/textproc/linuxdoc-tools/linuxdoc-tools-0.9.82/sgmls-1.1/
H A Dsgmldecl.c321 static UNCH kentity[] = "ENTITY"; variable
923 static UNCH *types[] = { kgeneral, kentity };
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/third_party/appengine/datastore/
H A Ddatastore_v4_pb.py315 kentity = 1 variable in EntityResult
2806 kentity = 3 variable in Mutation
H A Ddatastore_v3_pb.py5949 kentity = 1 variable in PutRequest