OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:value_ptr
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_kms.c
234
uint32_t *value, value_tmp, *
value_ptr
, value_size;
local
239
value_ptr
= (uint32_t *)((unsigned long)info->value);
261
if (copy_from_user(value,
value_ptr
, sizeof(uint32_t))) {
318
if (copy_from_user(value,
value_ptr
, sizeof(uint32_t))) {
330
if (copy_from_user(value,
value_ptr
, sizeof(uint32_t))) {
466
if (copy_from_user(value,
value_ptr
, sizeof(uint32_t))) {
588
if (copy_from_user(value,
value_ptr
, sizeof(uint32_t))) {
605
if (copy_to_user(
value_ptr
, (char*)value, value_size)) {
/src/external/bsd/openldap/dist/contrib/slapd-modules/comp_match/
componentlib.c
2297
char*
value_ptr
= ((ComponentUTF8String*)in->value.value)->value.octs;
local
2310
memcpy( out->bv_val + *pos,
value_ptr
, value_size );
/src/external/gpl3/gcc/dist/gcc/cp/
vtable-class-hierarchy.cc
724
uint32_t *
value_ptr
= (uint32_t *) key_buffer;
local
728
*
value_ptr
= len1;
729
value_ptr
++;
730
*
value_ptr
= hash_value;
/src/external/gpl3/gcc.old/dist/gcc/cp/
vtable-class-hierarchy.cc
737
uint32_t *
value_ptr
= (uint32_t *) key_buffer;
local
741
*
value_ptr
= len1;
742
value_ptr
++;
743
*
value_ptr
= hash_value;
/src/external/gpl2/gmake/dist/
main.c
111
char *
value_ptr
; /* Pointer to the value-holding variable. */
2464
*(int *) cs->
value_ptr
= cs->type == flag;
2480
sl = *(struct stringlist **) cs->
value_ptr
;
2488
*(struct stringlist **) cs->
value_ptr
= sl;
2532
*(unsigned int *) cs->
value_ptr
= i;
2535
*(unsigned int *) cs->
value_ptr
2546
*(double *) cs->
value_ptr
2722
if (!*(int *) cs->
value_ptr
== (cs->type == flag_off)
2724
|| *(int *) cs->
value_ptr
!= *(int *) cs->default_value))
2732
&& (*(unsigned int *) cs->
value_ptr
110
char *
value_ptr
; \/* Pointer to the value-holding variable. *\/
member in struct:command_switch
[
all
...]
Completed in 19 milliseconds
Indexes created Mon Apr 20 00:23:12 UTC 2026