HomeSort by: relevance | last modified time | path
    Searched defs:k_data (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
i386-avx512.c 27 short k_data[] = variable
110 : "r" (k_data));
124 : "r" (k_data));
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
i386-avx512.c 27 short k_data[] = variable
110 : "r" (k_data));
124 : "r" (k_data));
  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_image.c 140 void *k_data, *i_data; local
155 k_data = chunk->data;
158 k_data = ptr;
163 memcpy(k_data, i_data, size);
184 k_data = ptr + page_offset;
185 memcpy(k_data, i_data, size);
  /src/usr.bin/pmap/
pmap.h 94 #define D(x,d) (&((x)->k_data.d))
139 } k_data; member in struct:kbit
  /src/external/bsd/ekermit/dist/
kermit.h 156 #ifndef HAVE_VERSION /* k_data struct has version member */
310 struct k_data { /* The Kermit data structure */ struct
378 int (*rxd)(struct k_data *, UCHAR *, int); /* Comms read function */
379 int (*txd)(struct k_data *, UCHAR *, int); /* and comms write function */
380 int (*ixd)(struct k_data *); /* and comms info function */
381 int (*openf)(struct k_data *,UCHAR *,int); /* open-file function */
382 ULONG (*finfo)(struct k_data *,UCHAR *,UCHAR *,int,short *,short);
383 int (*readf)(struct k_data *); /* read-file function */
384 int (*writef)(struct k_data *,UCHAR *, int); /* write-file function */
385 int (*closef)(struct k_data *,UCHAR,int); /* close-file function *
    [all...]

Completed in 27 milliseconds