Searched refs:dsc (Results 1 – 6 of 6) sorted by relevance
59 struct dsc$descriptor_d filespec_dsc;60 struct dsc$descriptor_d result_dsc;118 (*ctx)->filespec_dsc.dsc$w_length = filespeclen; in LP_find_file()119 (*ctx)->filespec_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in LP_find_file()120 (*ctx)->filespec_dsc.dsc$b_class = DSC$K_CLASS_S; in LP_find_file()121 (*ctx)->filespec_dsc.dsc$a_pointer = (*ctx)->filespec; in LP_find_file()122 (*ctx)->result_dsc.dsc$w_length = 0; in LP_find_file()123 (*ctx)->result_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in LP_find_file()124 (*ctx)->result_dsc.dsc$b_class = DSC$K_CLASS_D; in LP_find_file()125 (*ctx)->result_dsc.dsc$a_pointer = 0; in LP_find_file()[all …]
1193 static void yaffsfs_SetDirRewound(yaffsfs_DirectorySearchContext *dsc) in yaffsfs_SetDirRewound() argument1195 if(dsc && in yaffsfs_SetDirRewound()1196 dsc->dirObj && in yaffsfs_SetDirRewound()1197 dsc->dirObj->variantType == YAFFS_OBJECT_TYPE_DIRECTORY){ in yaffsfs_SetDirRewound()1199 dsc->offset = 0; in yaffsfs_SetDirRewound()1201 if( list_empty(&dsc->dirObj->variant.directoryVariant.children)){ in yaffsfs_SetDirRewound()1202 dsc->nextReturn = NULL; in yaffsfs_SetDirRewound()1204 dsc->nextReturn = list_entry(dsc->dirObj->variant.directoryVariant.children.next, in yaffsfs_SetDirRewound()1212 static void yaffsfs_DirAdvance(yaffsfs_DirectorySearchContext *dsc) in yaffsfs_DirAdvance() argument1214 if(dsc && in yaffsfs_DirAdvance()[all …]
123 struct dsc$descriptor_s filename_dsc;127 struct dsc$descriptor_s imagename_dsc;209 p->filename_dsc.dsc$w_length = strlen(p->filename); in vms_load()210 p->filename_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_load()211 p->filename_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_load()212 p->filename_dsc.dsc$a_pointer = p->filename; in vms_load()213 p->imagename_dsc.dsc$w_length = strlen(p->imagename); in vms_load()214 p->imagename_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in vms_load()215 p->imagename_dsc.dsc$b_class = DSC$K_CLASS_S; in vms_load()216 p->imagename_dsc.dsc$a_pointer = p->imagename; in vms_load()[all …]
302 struct dsc$descriptor_s opc_dsc; in xsyslog()306 struct dsc$descriptor_s buf_dsc; in xsyslog()322 buf_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()323 buf_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()324 buf_dsc.dsc$a_pointer = buf; in xsyslog()325 buf_dsc.dsc$w_length = sizeof(buf) - 1; in xsyslog()336 opc_dsc.dsc$b_dtype = DSC$K_DTYPE_T; in xsyslog()337 opc_dsc.dsc$b_class = DSC$K_CLASS_S; in xsyslog()338 opc_dsc.dsc$a_pointer = (char *)opcdef_p; in xsyslog()339 opc_dsc.dsc$w_length = len + 8; in xsyslog()
593 DFBSurfaceDescription dsc; in DirectFB_SetVideoMode() local658 dsc.flags = DSDESC_CAPS | DSDESC_PIXELFORMAT; in DirectFB_SetVideoMode()659 dsc.caps = DSCAPS_PRIMARY | ((flags & SDL_DOUBLEBUF) ? DSCAPS_FLIPPING : 0); in DirectFB_SetVideoMode()660 dsc.pixelformat = GetFormatForBpp (bpp, HIDDEN->layer); in DirectFB_SetVideoMode()662 ret = HIDDEN->dfb->CreateSurface (HIDDEN->dfb, &dsc, &surface); in DirectFB_SetVideoMode()666 dsc.caps &= ~DSCAPS_FLIPPING; in DirectFB_SetVideoMode()667 ret = HIDDEN->dfb->CreateSurface (HIDDEN->dfb, &dsc, &surface); in DirectFB_SetVideoMode()687 if (dsc.caps & DSCAPS_FLIPPING) in DirectFB_SetVideoMode()805 DFBSurfaceDescription dsc; in DirectFB_AllocHWSurface() local814 dsc.flags = DSDESC_WIDTH | DSDESC_HEIGHT | DSDESC_PIXELFORMAT | DSDESC_CAPS; in DirectFB_AllocHWSurface()[all …]
230 error_table dsc