Searched refs:NULL (Results 1 - 25 of 201) sorted by relevance

123456789

/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/ast/
H A Dast_properties.c94 NULL, /* Command line option keywords */
96 NULL, /* Config Option entry name(s) */
97 NULL /* *** POSITIVELY NO RECURSIVE DEFAULTS! *** */
105 NULL, /* Command line option keywords */
107 NULL, /* Config Option entry name(s) */
108 NULL /* argv[] invoked by -defaults */
118 NULL, /* Config Option entry name(s) */
119 NULL /* argv[] invoked by -defaults */
127 NULL, /* Command line option keywords */
129 NULL, /* Confi
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/mga/
H A Dmga_properties.c94 NULL, /* Command line option keywords */
96 NULL, /* Config Option entry name(s) */
97 NULL /* *** POSITIVELY NO RECURSIVE DEFAULTS! *** */
105 NULL, /* Command line option keywords */
107 NULL, /* Config Option entry name(s) */
108 NULL /* argv[] invoked by -defaults */
118 NULL, /* Config Option entry name(s) */
119 NULL /* argv[] invoked by -defaults */
127 NULL, /* Command line option keywords */
129 NULL, /* Confi
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/fbc/
H A Dfbc_properties.c52 { "-defaults; -clone", "disable", NULL };
55 { "-defaults; -deflinear", "false", NULL };
58 { "-defaults; -defoverlay", "false", NULL };
61 { "-defaults; -deftransparent", "false", NULL };
64 { "-defaults; -doublehigh", "disable", NULL };
67 { "-defaults; -doublewide", "disable", NULL };
70 { "-defaults; -fake8", "disable", NULL };
73 { "-defaults; -g", FBC_GAMMA_DEFAULT_STR, NULL };
76 { "-defaults; -multisample", "disable", NULL };
79 { "-defaults; -offset", "0", "0", NULL };
[all...]
H A Dresolutions.c26 #include <stdio.h> /* NULL */
210 {NULL, 0,0,0, 0,0,0, 0,0,0, 0, 0,0, 1, 0,0}
H A Dfbc_getargs.c77 for (i = 0; keywd_table[i].argv_name != NULL; i += 1) {
123 xf86_opt_mod_t **option_mod_p) /* Option descr ptr ptr, else NULL */
129 * A NULL Option description pointer can be returned in case of error
131 if (option_mod_p == NULL) {
137 *option_mod_p = NULL;
171 if ((option_value != NULL) ||
172 (option_mod->value != NULL)) {
173 if ((option_value == NULL) ||
174 (option_mod->value == NULL)) {
175 /* NULL an
[all...]
H A Dfbc_Option.c62 if (active->screen_sectn != NULL) {
68 if (active->display_subsectn != NULL) {
75 if (active->monitor_sectn != NULL) {
81 if (active->device_sectn != NULL) {
91 *end_line_er = NULL;
92 return (NULL);
118 if (option_list == NULL) {
178 XF86OptionPtr option_entry; /* Ptr to Option entry, else NULL */
184 if (option_list == NULL) {
188 if (option_entry == NULL) {
[all...]
H A Dfbc_Modes.c84 modes_section_name[2] = NULL; /* End-of-table marker */
90 modes_section_name[2] = NULL; /* End-of-table marker */
101 !done && *modes_name != NULL;
117 if (modes_sectn_ptr == NULL)
132 if (modes_sectn_ptr == NULL) {
147 if (usemodes_sectn_ptr == NULL)
179 if (modes_sectn_ptr == NULL)
184 mode_ptr = NULL;
186 while (ptr != NULL) {
200 mode_ptr->list.next = NULL;
[all...]
H A Dfbc_line_er.c30 #include <stdio.h> /* NULL */
56 NULL, /* Ptr to first config line ER */
57 NULL, /* Ptr to last config line ER */
65 * in the list, else NULL.
91 element->next_ptr = NULL;
93 if (line_ER_list->tail_ptr == NULL) {
145 cur_line_er != NULL;
151 line_ER_list->head_ptr = NULL;
152 line_ER_list->tail_ptr = NULL;
183 if (line_er == NULL) {
[all...]
H A Dfbc_Device.c30 #include <stdio.h> /* NULL */
97 blank_dev_sectn_ptr = NULL;
99 dev_sectn_ptr != NULL;
121 if (option_ptr == NULL) {
122 if (blank_dev_sectn_ptr == NULL) {
157 if (blank_dev_sectn_ptr != NULL) {
170 * Return with a matching Device section, else NULL
203 const char *dev_vendor, /* Device VendorName, else NULL */
204 const char *dev_board, /* Device BoardName, else NULL */
215 if (*device_ptr == NULL) {
[all...]
H A Dfbc_keywds.c61 *match_ent_ptr = NULL;
69 *(char **)table_ent_ptr != NULL;
78 if (*match_ent_ptr != NULL) {
122 *(char **)table_ent_ptr != NULL;
H A Dfbc_append_config.c29 #include <stdio.h> /* NULL */
64 if (supplement_path == NULL) {
84 if (xf86readNextConfigFile(configIR) == NULL) {
H A Dfbc_xorg.h34 #include <stdio.h> /* NULL */
104 #define FBC_KEYWD_Defaults NULL
139 #define FBC_KEYWD_File NULL
153 #define FBC_KEYWD_Help NULL
172 #define FBC_KEYWD_PrConf NULL
176 #define FBC_KEYWD_PrEDID NULL
180 #define FBC_KEYWD_PrOpt NULL
185 #define FBC_KEYWD_Res NULL
186 #define FBC_NO_MODE_NAME NULL /* No video mode name string */
H A Dfbconf_xorg.c100 if ((argc <= 0) || (argv == NULL)) {
109 if (argv[arg] == NULL) {
126 * Make sure the argument vector is NULL-terminated
128 if (argv[argc] != NULL) {
222 if (device_arg == NULL) {
283 fbvar.gfile_in_path = NULL; /* No input gamma file path */
284 fbvar.gfile_out_path = NULL; /* No output gamma file path */
289 fbvar.gamma_string_red = NULL;
290 fbvar.gamma_string_green = NULL;
291 fbvar.gamma_string_blue = NULL;
[all...]
H A Dfbc_edit_config.c85 fbvar->active.screen_sectn = NULL;
86 fbvar->active.display_subsectn = NULL;
87 fbvar->active.monitor_sectn = NULL;
100 if (fbvar->active.device_sectn == NULL) {
127 if (fbvar->active.screen_sectn == NULL) {
163 if ((mon_ptr == NULL) &&
191 if (mon_ptr != NULL) {
209 if ((fbvar->active.display_subsectn == NULL) &&
250 active->mode_name = NULL;
251 active->mode_entry = NULL;
[all...]
H A Dfbc_res_compatible.c75 *fb_model_name = NULL; /* Assume the line is empty */
76 *manufacturer_id = NULL;
77 *product_field = NULL;
79 *video_mode = NULL;
80 *error_text = NULL; /* Assume no error to report */
86 if (line_ptr != NULL) {
219 const char *res_mode_name, /* "-res <video_mode>", else NULL */
220 fbc_mode_elem_t *res_mode_list, /* "-res ?" mode list, else NULL */
247 if (fgets(line_buf, MAX_LINE_LEN, mode_comp_stream) == NULL) {
275 if (fb_model_name == NULL) {
[all...]
/solaris-x11-s12/open-src/xserver/xorg/sun-src/os/solaris/mdb/modules/
H A Dmdb_module.c41 { NULL }
46 client_walk_init, client_walk_step, client_walk_fini, NULL },
48 inputdev_walk_init, inputdev_walk_step, inputdev_walk_fini, NULL },
49 { NULL }
/solaris-x11-s12/open-src/util/build-tools/sun-src/
H A Dtime.c41 "ruby", "sh", "uil", NULL };
49 if (dladdr1((void *)pc, &info, &sym, RTLD_DL_SYMENT) != NULL) {
50 if (strstr(info.dli_fname, ".so") == NULL)
62 if (execname == NULL) {
68 if (execname != NULL) {
71 if (s != NULL)
85 if (execname != NULL) {
88 for (i = 0; programs[i] != NULL; i++)
92 if (time_string == NULL)
95 if (time_string != NULL)
[all...]
/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_drv.c53 DRM_IOCTL_DEF(DRM_IOCTL_GET_MAGIC, drm_getmagic, 0, NULL, NULL),
54 DRM_IOCTL_DEF(DRM_IOCTL_IRQ_BUSID, drm_irq_by_busid, DRM_MASTER|DRM_ROOT_ONLY, NULL, NULL),
57 DRM_IOCTL_DEF(DRM_IOCTL_GET_STATS, drm_getstats, DRM_UNLOCKED, NULL, copyout32_drm_stats),
58 DRM_IOCTL_DEF(DRM_IOCTL_GET_CAP, drm_getcap, DRM_UNLOCKED, NULL, NULL),
59 DRM_IOCTL_DEF(DRM_IOCTL_SET_VERSION, drm_setversion, DRM_MASTER, NULL, NULL),
61 DRM_IOCTL_DEF(DRM_IOCTL_SET_UNIQUE, drm_setunique, DRM_AUTH|DRM_MASTER|DRM_ROOT_ONLY, NULL, NUL
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/fbconf_xorg/xf86/
H A Dfields.c38 NULL
47 NULL
55 NULL
65 * The end of the whitespace[] array is marked by a NULL element.
67 * NULL pointer. The whitespace[0] string is written before the
69 * strings is terminated once either NULL is reached.
76 ...) /* NULL-terminated text field args */
98 for (field = 0; whitespace[field] != NULL; field += 1) {
145 if (text_ptr == NULL) {
H A Dread.c102 return (NULL);
108 val.str = NULL;
114 val.str = NULL;
120 val.str = NULL;
127 val.str = NULL;
134 val.str = NULL;
141 val.str = NULL;
148 val.str = NULL;
155 val.str = NULL;
162 val.str = NULL;
[all...]
H A DConfigint.h97 #define TestFree(a) if (a) { xf86conffree (a); a = NULL; }
100 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return NULL; } \
104 if( (ptr=(typeptr)xf86confcalloc(1,sizeof(typerec))) == NULL ) { return; } \
108 if ((ptr->f=func) == NULL)\
111 return (NULL);\
117 if (p == NULL)\
120 return (NULL);\
129 xf86parseError (a, b); CLEANUP (ptr); return NULL; \
H A Dscan.c109 static FILE *configFile = NULL;
110 static const char **builtinConfig = NULL;
115 static char *configBuf = NULL; /* Config file line buffer */
120 char *xf86configBuf = NULL; /* Config file line buffer */
123 static char *configRBuf = NULL; /* Token buffer */
126 static char *configSection = NULL; /* name of current section being parsed */
199 char *ret = NULL;
213 if (tmpConfigBuf != NULL) {
230 if (ret == NULL) {
256 if (tmpConfigBuf == NULL) {
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/vts/ast/
H A Ddma.c79 ast_unmap_mem(NULL, GRAPHICS_ERR_DMA);
84 ast_unmap_mem(NULL, GRAPHICS_ERR_DMA);
89 ast_unmap_mem(NULL, GRAPHICS_ERR_DMA);
94 ast_unmap_mem(NULL, GRAPHICS_ERR_DMA);
108 ast_unmap_mem(NULL, GRAPHICS_ERR_DMA);
115 ast_unmap_mem(NULL, GRAPHICS_ERR_DMA);
/solaris-x11-s12/open-src/lib/libX11/sun-src/src/
H A DXInteractive.c73 static IAExtDisplayInfo *iaExtDisplayList = NULL;
78 #define XextHasExtension(i) (((i) != NULL) && ((i)->codes != NULL))
98 NULL, /* create_gc */
99 NULL, /* copy_gc */
100 NULL, /* flush_gc */
101 NULL, /* free_gc */
102 NULL, /* create_font */
103 NULL, /* free_font */
105 NULL, /* wire_to_even
[all...]
/solaris-x11-s12/open-src/app/gfx-utils/sun-src/gfx_common/vts/
H A Dgfx_vts.c112 char *string) /* Message string, else NULL */
118 if (rp != NULL) {
141 rp->message_strings[i] = NULL;
142 if ((string != NULL) && (*string != '\0')) {
163 char *string) /* Message string, else NULL */
166 if (rp != NULL) {
179 rp->message_strings[0] = NULL;
180 if ((string != NULL) && (*string != '\0')) {
204 gfx_vts_set_message(rp, 1, GRAPHICS_ERR_OPEN, NULL);
223 if (tests != NULL) {
[all...]

Completed in 72 milliseconds

123456789