Searched refs:dsc (Results 1 - 25 of 41) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dreport_openssl_version.c39 const struct dsc$descriptor_s * symbol,
40 const struct dsc$descriptor_s * value,
79 struct dsc$descriptor_s symbol_dsc;
80 struct dsc$descriptor_s value_dsc;
83 symbol_dsc.dsc$a_pointer = argv[2];
84 symbol_dsc.dsc$w_length = strlen(argv[2]);
85 symbol_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
86 symbol_dsc.dsc$b_class = DSC$K_CLASS_S;
88 value_dsc.dsc$a_pointer = (char *)version; /* Cast ok */
89 value_dsc.dsc
[all...]
H A Dcurl_crtl_init.c70 const struct dsc$descriptor_s * table_dsc,
71 struct dsc$descriptor_s * name_dsc,
76 const struct dsc$descriptor_s * table_dsc,
77 const struct dsc$descriptor_s * name_dsc,
90 struct dsc$descriptor_s name_dsc;
103 name_dsc.dsc$w_length = strlen(logname);
104 name_dsc.dsc$a_pointer = (char *)logname;
105 name_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
106 name_dsc.dsc$b_class = DSC$K_CLASS_S;
127 struct dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/
H A DLPdir_vms.c59 struct dsc$descriptor_d filespec_dsc;
60 struct dsc$descriptor_d result_dsc;
118 (*ctx)->filespec_dsc.dsc$w_length = filespeclen;
119 (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
120 (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S;
121 (*ctx)->filespec_dsc.dsc$a_pointer = (*ctx)->filespec;
122 (*ctx)->result_dsc.dsc$w_length = 0;
123 (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
124 (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D;
125 (*ctx)->result_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/
H A DLPdir_vms.c53 struct dsc$descriptor_d filespec_dsc;
54 struct dsc$descriptor_d result_dsc;
127 (*ctx)->filespec_dsc.dsc$w_length = filespeclen;
128 (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
129 (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S;
130 (*ctx)->filespec_dsc.dsc$a_pointer = CTX_FILESPEC;
133 (*ctx)->result_dsc.dsc$w_length = 0;
134 (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
135 (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D;
136 (*ctx)->result_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/
H A DLPdir_vms.c53 struct dsc$descriptor_d filespec_dsc;
54 struct dsc$descriptor_d result_dsc;
127 (*ctx)->filespec_dsc.dsc$w_length = filespeclen;
128 (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
129 (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S;
130 (*ctx)->filespec_dsc.dsc$a_pointer = CTX_FILESPEC;
133 (*ctx)->result_dsc.dsc$w_length = 0;
134 (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
135 (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D;
136 (*ctx)->result_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/dso/
H A Ddso_vms.c123 struct dsc$descriptor_s filename_dsc;
127 struct dsc$descriptor_s imagename_dsc;
209 p->filename_dsc.dsc$w_length = strlen(p->filename);
210 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
211 p->filename_dsc.dsc$b_class = DSC$K_CLASS_S;
212 p->filename_dsc.dsc$a_pointer = p->filename;
213 p->imagename_dsc.dsc$w_length = strlen(p->imagename);
214 p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
215 p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S;
216 p->imagename_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/dso/
H A Ddso_vms.c138 struct dsc$descriptor_s filename_dsc;
144 struct dsc$descriptor_s imagename_dsc;
263 p->filename_dsc.dsc$w_length = strlen(p->filename);
264 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
265 p->filename_dsc.dsc$b_class = DSC$K_CLASS_S;
266 p->filename_dsc.dsc$a_pointer = p->filename;
267 p->imagename_dsc.dsc$w_length = strlen(p->imagename);
268 p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
269 p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S;
270 p->imagename_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/dso/
H A Ddso_vms.c138 struct dsc$descriptor_s filename_dsc;
144 struct dsc$descriptor_s imagename_dsc;
263 p->filename_dsc.dsc$w_length = strlen(p->filename);
264 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
265 p->filename_dsc.dsc$b_class = DSC$K_CLASS_S;
266 p->filename_dsc.dsc$a_pointer = p->filename;
267 p->imagename_dsc.dsc$w_length = strlen(p->imagename);
268 p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
269 p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S;
270 p->imagename_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/vms/
H A Dcmdline.c141 #define init_dyndesc(dsc) {\
142 dsc.dsc$w_length = 0;\
143 dsc.dsc$b_dtype = DSC$K_DTYPE_T;\
144 dsc.dsc$b_class = DSC$K_CLASS_D;\
145 dsc.dsc$a_pointer = NULL;}
262 static unsigned long get_list (struct dsc
[all...]
H A Dvms.c610 static ZCONST struct dsc$descriptor date_str =
1143 static struct dsc$descriptor pka_fibdsc =
1146 static struct dsc$descriptor_s pka_devdsc =
1149 static struct dsc$descriptor_s pka_fnam =
1258 pka_devdsc.dsc$w_length = (unsigned short)nam.NAM_DVI[0];
1279 pka_fnam.dsc$a_pointer = nam.naml$l_filesys_name;
1280 pka_fnam.dsc$w_length = nam.naml$l_filesys_name_size;
1300 pka_fnam.dsc$a_pointer = nam.NAM_L_NAME;
1301 pka_fnam.dsc$w_length =
1305 pka_fnam.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Ddxva2.c46 DXVA2_DecodeBufferDesc *dsc,
62 memset(dsc, 0, sizeof(*dsc));
63 dsc->CompressedBufferType = type;
64 dsc->DataSize = size;
65 dsc->NumMBsInBuffer = mb_count;
44 ff_dxva2_commit_buffer(AVCodecContext *avctx, struct dxva_context *ctx, DXVA2_DecodeBufferDesc *dsc, unsigned type, const void *data, unsigned size, unsigned mb_count) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Ddxva2.c54 DXVA2_DecodeBufferDesc *dsc,
73 memset(dsc, 0, sizeof(*dsc));
74 dsc->CompressedBufferType = type;
75 dsc->DataSize = size;
76 dsc->NumMBsInBuffer = mb_count;
52 ff_dxva2_commit_buffer(AVCodecContext *avctx, struct dxva_context *ctx, DXVA2_DecodeBufferDesc *dsc, unsigned type, const void *data, unsigned size, unsigned mb_count) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zip30/vms/
H A Dcmdline.c130 #define init_dyndesc(dsc) {\
131 dsc.dsc$w_length = 0;\
132 dsc.dsc$b_dtype = DSC$K_DTYPE_T;\
133 dsc.dsc$b_class = DSC$K_CLASS_D;\
134 dsc.dsc$a_pointer = NULL;}
302 static unsigned long get_list (struct dsc
[all...]
H A Dvmsmunch.c208 static struct dsc$descriptor FibDesc =
210 static struct dsc$descriptor_s DevDesc =
254 static struct dsc$descriptor_s FileName =
256 static struct dsc$descriptor_s string = {0,DSC$K_DTYPE_T,DSC$K_CLASS_S,0};
297 DevDesc.dsc$w_length = Nam.NAM_DVI[0];
302 FileName.dsc$a_pointer = Nam.NAM_L_NAME;
303 FileName.dsc$w_length = Nam.NAM_B_NAME+Nam.NAM_B_TYPE+Nam.NAM_B_VER;
409 static struct dsc$descriptor date_str={23,DSC$K_DTYPE_T,DSC$K_CLASS_S,0};
410 /* dsc$w_length, dsc
[all...]
H A Dvms_pk.c152 static struct dsc$descriptor FibDesc =
154 static struct dsc$descriptor_s DevDesc =
249 DevDesc.dsc$w_length = Nam.NAM_DVI[0];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bio/
H A Dbss_log.c350 struct dsc$descriptor_s opc_dsc;
371 struct dsc$descriptor_s buf_dsc;
402 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
403 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
404 buf_dsc.dsc$a_pointer = buf;
405 buf_dsc.dsc$w_length = sizeof(buf) - 1;
416 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
417 opc_dsc.dsc$b_class = DSC$K_CLASS_S;
418 opc_dsc.dsc$a_pointer = (OPCDEF_TYPE) opcdef_p;
419 opc_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bio/
H A Dbss_log.c350 struct dsc$descriptor_s opc_dsc;
371 struct dsc$descriptor_s buf_dsc;
402 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
403 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
404 buf_dsc.dsc$a_pointer = buf;
405 buf_dsc.dsc$w_length = sizeof(buf) - 1;
416 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
417 opc_dsc.dsc$b_class = DSC$K_CLASS_S;
418 opc_dsc.dsc$a_pointer = (OPCDEF_TYPE) opcdef_p;
419 opc_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/atm/
H A Dzatm.h30 #define VC_SIZE 32 /* VC dsc (TX or RX) size (in bytes) */
78 u32 pool_base; /* Free buffer pool dsc (word addr) */
98 u32 *dsc; /* pointer to skb's descriptor */ member in struct:zatm_skb_prv
101 #define ZATM_PRV_DSC(skb) (((struct zatm_skb_prv *) (skb)->cb)->dsc)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bio/
H A Dbss_log.c331 struct dsc$descriptor_s opc_dsc;
335 struct dsc$descriptor_s buf_dsc;
351 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
352 buf_dsc.dsc$b_class = DSC$K_CLASS_S;
353 buf_dsc.dsc$a_pointer = buf;
354 buf_dsc.dsc$w_length = sizeof(buf) - 1;
365 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T;
366 opc_dsc.dsc$b_class = DSC$K_CLASS_S;
367 opc_dsc.dsc$a_pointer = (char *)opcdef_p;
368 opc_dsc.dsc
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DIPFilterScanner.l115 char * dsc = strchr(acc + 1, ',') + 1;
120 IPDescription = dsc;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2440/
H A Ddsc.c1 /* linux/arch/arm/mach-s3c2440/dsc.c
28 #include <mach/regs-dsc.h>
H A DMakefile12 obj-$(CONFIG_CPU_S3C2440) += s3c2440.o dsc.o
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-s3c2412/
H A Dpm.c30 #include <mach/regs-dsc.h>
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsb1250-mac.c787 struct sbdmadscr *dsc; local
794 dsc = d->sbdma_addptr;
854 dsc->dscr_a = virt_to_phys(sb_new->data) |
857 dsc->dscr_a = virt_to_phys(sb_new->data) |
863 dsc->dscr_b = 0;
869 d->sbdma_ctxtable[dsc-d->sbdma_dscrtable] = sb_new;
904 struct sbdmadscr *dsc; local
912 dsc = d->sbdma_addptr;
943 dsc->dscr_a = phys |
952 dsc
1073 struct sbdmadscr *dsc; local
1238 struct sbdmadscr *dsc; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/mm/
H A Dcerr-sb1.c482 struct dc_state *dsc = dc_states; local
483 while (dsc->val != 0xff) {
484 if (dsc->val == state)
486 dsc++;
488 return dsc->name;

Completed in 302 milliseconds

12