OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_base
(Results
1 - 10
of
10
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_simple_resource.c
116
* @
p_base
: The struct ttm_base_object member of the simple resource object.
122
static void vmw_simple_resource_base_release(struct ttm_base_object **
p_base
)
124
struct ttm_base_object *base = *
p_base
;
129
*
p_base
= NULL;
vmwgfx_bo.c
545
* @
p_base
: The TTM base object pointer about to be unreferenced.
550
static void vmw_user_bo_release(struct ttm_base_object **
p_base
)
553
struct ttm_base_object *base = *
p_base
;
555
*
p_base
= NULL;
612
struct ttm_base_object **
p_base
)
645
if (
p_base
) {
646
*
p_base
= &user_bo->prime.base;
647
kref_get(&(*
p_base
)->refcount);
905
* @
p_base
: Pointer to where a pointer to the TTM base object should be
914
struct ttm_base_object **
p_base
)
[
all
...]
ttm_object.c
226
void ttm_base_object_unref(struct ttm_base_object **
p_base
)
228
struct ttm_base_object *base = *
p_base
;
230
*
p_base
= NULL;
609
* @
p_base
: Pointer to ttm_base_object pointer.
616
static void ttm_prime_refcount_release(struct ttm_base_object **
p_base
)
618
struct ttm_base_object *base = *
p_base
;
621
*
p_base
= NULL;
ttm_object.h
218
* @
p_base
: Pointer to a pointer referencing a struct ttm_base_object.
221
*
p_base
.
224
extern void ttm_base_object_unref(struct ttm_base_object **
p_base
);
vmwgfx_context.c
704
static void vmw_user_context_base_release(struct ttm_base_object **
p_base
)
706
struct ttm_base_object *base = *
p_base
;
711
*
p_base
= NULL;
vmwgfx_shader.c
699
static void vmw_user_shader_base_release(struct ttm_base_object **
p_base
)
701
struct ttm_base_object *base = *
p_base
;
704
*
p_base
= NULL;
vmwgfx_fence.c
627
static void vmw_user_fence_base_release(struct ttm_base_object **
p_base
)
629
struct ttm_base_object *base = *
p_base
;
634
*
p_base
= NULL;
vmwgfx_surface.c
686
* @
p_base
: Pointer to a pointer to a TTM base object
690
* pointer pointed to by *
p_base
is set to NULL.
692
static void vmw_user_surface_base_release(struct ttm_base_object **
p_base
)
694
struct ttm_base_object *base = *
p_base
;
699
*
p_base
= NULL;
vmwgfx_drv.h
831
struct ttm_base_object **
p_base
);
/src/usr.bin/patch/
pch.c
68
static LINENUM
p_base
; /* where to intuit this time */
variable in typeref:typename:LINENUM
69
static LINENUM p_bline; /* line # of
p_base
*/
193
if (
p_base
!= 0L &&
p_base
>= p_filesize) {
202
if (
p_base
!= 0L) {
211
(
p_base
== 0L ? "L" : "The next patch l"),
265
fseek(pfp,
p_base
, SEEK_SET);
421
p_base
= file_pos;
433
if (
p_base
> file_pos)
434
fatal("Internal error: seek %ld>%ld\n",
p_base
, file_pos)
[
all
...]
Completed in 20 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025