Searched defs:result (Results 1 - 7 of 7) sorted by relevance
| /solaris-x11-s12/open-src/util/build-tools/sun-src/ |
| H A D | time.c | 83 time_t result = -1; local 96 result = atoll(time_string); 102 return (result); 108 time_t result = time_constant(); local 110 if (result == (time_t)-1) { 116 result = (fptr)(ptr); 118 *ptr = result; 120 return (result); 127 int result = -1; local 133 if ((result 147 int result = -1; local [all...] |
| /solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/ |
| H A D | scan.c | 661 xf86conffree(result); \ 675 strcpy(result + l, s); \ 684 char *result; local 701 result = xf86confmalloc(PATH_MAX + 1); 705 result[l++] = template[i]; 805 result[l++] = '%'; 827 fprintf(stderr, "Converted `%s' to `%s'\n", template, result); 829 result[l] = '\0'; 830 return result; 1118 * result o 1177 int result; /* Name comparison result */ local [all...] |
| /solaris-x11-s12/open-src/app/mkcookie/sun-src/ |
| H A D | mkcookie.c | 451 int result = getrandom(auth + received, needed, GRND_RANDOM); local 453 if (result == -1) { 460 needed -= result; 461 received += result;
|
| /solaris-x11-s12/open-src/kernel/i915/src/ |
| H A D | i915_dma.c | 812 int result; local 825 result = i915_emit_irq(dev); 828 if (DRM_COPY_TO_USER(emit->irq_seq, &result, sizeof(int))) {
|
| H A D | i915_drv.c | 1010 i915_info(dev_info_t *dip, ddi_info_cmd_t infocmd, void *arg, void **result) argument 1022 *result = (void *)minor->dev->devinfo; 1026 *result = (void *)(uintptr_t)ddi_get_instance(minor->dev->devinfo);
|
| H A D | intel_pm.c | 1044 * will occur, and a display engine hang could result. 1214 * Check the wm result. 1690 * Check the wm result. 2279 struct hsw_lp_wm_result *result) 2293 result->pri_val = max(max(pri_val[0], pri_val[1]), pri_val[2]); 2294 result->spr_val = max(max(spr_val[0], spr_val[1]), spr_val[2]); 2295 result->cur_val = max(max(cur_val[0], cur_val[1]), cur_val[2]); 2296 result->fbc_val = max(max(fbc_val[0], fbc_val[1]), fbc_val[2]); 2298 if (result->fbc_val > max->fbc) { 2299 result 2277 hsw_compute_lp_wm(uint32_t mem_value, struct hsw_wm_maximums *max, struct hsw_pipe_wm_parameters *params, struct hsw_lp_wm_result *result) argument [all...] |
| /solaris-x11-s12/open-src/app/accessx/sun-src/ |
| H A D | AccessX.c | 2939 int result; local 2953 result = AllocateHelpTextMemory(GetSizeOfHelpText(STICKY_HELP_BTN) + 2961 result = AllocateHelpTextMemory(GetSizeOfHelpText(id) + 1); 2963 if (!result) {
|
Completed in 32 milliseconds