Lines Matching defs:be

22  * paragraph) shall be included in all copies or substantial portions of the
923 /* Check if the device node is not what we expect it to be, and recreate it
1363 * \return pointer to a drmVersion structure which should be freed with
1371 * It also null-terminates them since they might not be already.
1396 /* The results might not be null-terminated strings, so terminate them. */
1572 * \param type type of the memory to be mapped.
1574 * \param handle will be set to a value that may be used as the offset
1581 * - \p offset will be the physical address of the start of the frame buffer,
1582 * - \p size will be the size of the frame buffer in bytes, and
1583 * - \p type will be DRM_FRAME_BUFFER.
1586 * The area mapped will be uncached. If MTRR support is available in the
1587 * kernel, the frame buffer area will be set to write combining.
1591 * - \p offset will be the physical address of the start of the register area,
1592 * - \p size will be the size of the register area bytes, and
1593 * - \p type will be DRM_REGISTERS.
1595 * The area mapped will be uncached.
1599 * - \p offset will be ignored and should be set to zero,
1600 * - \p size will be the desired size of the SAREA in bytes,
1601 * - \p type will be DRM_SHM.
1604 * A shared memory area of the requested size will be created and locked in
1605 * kernel memory. This area may be mapped into client-space by using the handle
1608 * \note May only be called by root.
1716 * \param list list of buffers to be freed.
2071 * per-context kernel-level resources to be allocated.
2074 * \param handle is set on success. To be used by the client when requesting DMA
2079 * \note May only be called by root.
2157 * \note May only be called by root.
2257 * Must be called before any of the other AGP related calls.
2320 * \param size requested memory size in bytes. Will be rounded to page boundary.
2322 * \param address if not zero, will be set to the physical address of the
2324 * \param handle on success will be set to a handle of the allocated memory.
3041 * \param data source pointer of the data to be read and written.
3042 * \param size size of the data to be read and written.
3103 * \param data destination pointer of the data to be read.
3104 * \param size size of the data to be read.
3132 * \param data source pointer of the data to be written.
3133 * \param size size of the data to be written.
3161 * \param data source pointer of the data to be read and written.
3162 * \param size size of the data to be read and written.
4645 /* anything longer than this will be truncated in drmDeviceAlloc.
4740 * will be allocated in stored
4777 /* anything longer than this will be truncated in drmDeviceAlloc.
4889 * will be allocated in stored
4917 * will be allocated in stored
4931 * can be NULL to get the device number first
5002 * can be NULL to get the device number first
5388 const char *be;
5391 be = (format & DRM_FORMAT_BIG_ENDIAN) ? "_BE" : "";
5407 str_size = strlen(code) + strlen(be) + 1;
5412 snprintf(str, str_size, "%s%s", code, be);