Home
last modified time | relevance | path

Searched refs:query (Results 226 – 250 of 577) sorted by relevance

12345678910>>...24

/openbmc/linux/drivers/media/usb/dvb-usb-v2/
H A Ddvb_usb.h131 int (*query) (struct dvb_usb_device *d); member
/openbmc/openbmc/poky/meta/classes-recipe/
H A Dgtk-icon-cache.bbclass35 ${libdir}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders --update-cache
/openbmc/linux/fs/xfs/libxfs/
H A Dxfs_rmap.c2370 struct xfs_rmap_query_range_info *query = priv; in xfs_rmap_query_range_helper() local
2380 return query->fn(cur, &irec, query->priv); in xfs_rmap_query_range_helper()
2394 struct xfs_rmap_query_range_info query = { .priv = priv, .fn = fn }; in xfs_rmap_query_range() local
2397 xfs_rmap_query_range_helper, &query); in xfs_rmap_query_range()
2407 struct xfs_rmap_query_range_info query; in xfs_rmap_query_all() local
2409 query.priv = priv; in xfs_rmap_query_all()
2410 query.fn = fn; in xfs_rmap_query_all()
2411 return xfs_btree_query_all(cur, xfs_rmap_query_range_helper, &query); in xfs_rmap_query_all()
H A Dxfs_alloc.c3846 struct xfs_alloc_query_range_info *query = priv; in xfs_alloc_query_range_helper() local
3855 return query->fn(cur, &irec, query->priv); in xfs_alloc_query_range_helper()
3869 struct xfs_alloc_query_range_info query = { .priv = priv, .fn = fn }; in xfs_alloc_query_range() local
3873 xfs_alloc_query_range_helper, &query); in xfs_alloc_query_range()
3883 struct xfs_alloc_query_range_info query; in xfs_alloc_query_all() local
3886 query.priv = priv; in xfs_alloc_query_all()
3887 query.fn = fn; in xfs_alloc_query_all()
3888 return xfs_btree_query_all(cur, xfs_alloc_query_range_helper, &query); in xfs_alloc_query_all()
/openbmc/linux/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c729 if (path->query) in ipoib_flush_paths()
730 ib_sa_cancel_query(path->query_id, path->query); in ipoib_flush_paths()
840 path->query = NULL; in path_rec_completion()
919 path, &path->query); in path_rec_start()
922 path->query = NULL; in path_rec_start()
942 if (!path->query) in neigh_refresh_path()
1015 if (!path->query && path_rec_start(dev, path)) in neigh_add_path()
1069 if (!path->query && path_rec_start(dev, path)) { in unicast_arp_send()
/openbmc/openbmc/poky/bitbake/lib/toaster/orm/
H A Dmodels.py54 from django.db.models.query import QuerySet
815 query = ~Q(pk=self.pk) & \
821 return Target.objects.filter(query)
853 query = task_subquery & Q(num_files__gt=0)
855 candidates = candidates.filter(query)
878 query = Q(task=self.task) & Q(num_files__gt=0)
880 candidates = candidates.filter(query)
/openbmc/linux/security/tomoyo/
H A Dcommon.c1946 char *query; member
2089 entry.query = tomoyo_init_log(r, len, fmt, args); in tomoyo_supervisor()
2091 if (!entry.query) in tomoyo_supervisor()
2093 entry.query_len = strlen(entry.query) + 1; in tomoyo_supervisor()
2095 tomoyo_add_entry(r->domain, entry.query); in tomoyo_supervisor()
2141 kfree(entry.query); in tomoyo_supervisor()
2235 ptr->retry, ptr->query); in tomoyo_read_query()
/openbmc/linux/Documentation/userspace-api/media/
H A Dgen-errors.rst24 device is sleeping and ioctl is performed to query statistics. It
/openbmc/linux/Documentation/userspace-api/media/v4l/
H A Dvidioc-querybuf.rst35 be used to query the status of a buffer at any time after buffers have
H A Dvidioc-g-audioout.rst38 To query the current audio output applications zero out the ``reserved``
H A Dvidioc-enum-dv-timings.rst45 To query the available timings, applications initialize the ``index``
/openbmc/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-ioc-device-info.rst35 query device information, applications call the ioctl with a pointer to
H A Dmedia-ioc-enum-entities.rst34 To query the attributes of an entity, applications set the id field of a
/openbmc/smbios-mdr/
H A DREADME.md17 can query for the existence and version of directories to determine when it
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/
H A Dlibrsvg_2.57.1.bb58 …c_cv_path_GDK_PIXBUF_QUERYLOADERS=${STAGING_LIBDIR_NATIVE}/gdk-pixbuf-2.0/gdk-pixbuf-query-loaders"
/openbmc/linux/Documentation/virt/kvm/arm/
H A Dpvtime.rst29 PV_call_id: (uint32) The function to query for support.
/openbmc/linux/Documentation/scheduler/
H A Dsched-arch.rst31 threads need only ever query need_resched, and may never set or
/openbmc/linux/drivers/infiniband/core/
H A Dmulticast.c108 struct ib_sa_query *query; member
341 &group->query); in send_join()
361 group, &group->query); in send_leave()
/openbmc/docs/designs/
H A Dphysical-topology.md132 a relationship to a specific item, it makes a query to the object mapper which
174 dedicated tool to query for Associations of a specific type and present a
/openbmc/qemu/
H A Dblockjob.c411 if (drv->query) { in block_job_query_locked()
413 drv->query(job, info); in block_job_query_locked()
/openbmc/linux/Documentation/scsi/
H A Dufs.rst79 layers. Device level configurations involve handling of query
92 are done through query requests.
/openbmc/linux/drivers/media/usb/uvc/
H A Duvcvideo.h127 s32 (*get)(struct uvc_control_mapping *mapping, u8 query,
729 int uvc_query_ctrl(struct uvc_device *dev, u8 query, u8 unit,
/openbmc/openbmc/poky/documentation/toaster-manual/
H A Dreference.rst30 When you tie a layer source into Toaster, it can query the layer source
369 directly query the state of the Toaster server and its builds in a
429 The JSON data for this query is returned in a
464 The JSON data for this query is returned in a single line. In the
477 Completed query. See the ":ref:`toaster-manual/reference:checking status of builds completed`"
503 The JSON data for this query is returned in a single line. In the
/openbmc/libmctp/
H A Dconfigure.ac46 … [AC_MSG_ERROR([systemd support requested but pkg-config unable to query systemd package])]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py48 def query(qs, **kwargs): function

12345678910>>...24