Searched defs:foreground (Results 1 - 4 of 4) sorted by relevance
/osnet-11/usr/src/lib/libfuse/common/ |
H A D | util.c | 249 int *multithreaded, int *foreground) 248 fuse_parse_cmdline(struct fuse_args *args, char **mountpoint, int *multithreaded, int *foreground) argument
|
H A D | fuse_uvfs.c | 1767 int foreground; local 1778 &multithreaded, &foreground))
|
/osnet-11/usr/src/lib/libsldap/common/ |
H A D | ns_sasl.c | 389 test_dns_nsswitch(int foreground, argument 404 if (foreground) { 420 if (foreground) { 447 if (foreground) { 481 __ns_ldap_check_dns_preq(int foreground, argument 501 if ((retcode = test_dns_nsswitch(foreground, fname, errpp)) 506 if (foreground) { 532 if (foreground) { 546 __ns_ldap_check_gssapi_preq(int foreground, argument 580 if (foreground) { 618 __ns_ldap_check_all_preq(int foreground, int mode_verbose, int mode_quiet, ns_ldap_self_gssapi_config_t config, ns_ldap_error_t **errpp) argument [all...] |
/osnet-11/usr/src/grub/grub-0.97/stage2/ |
H A D | graphics.c | 86 int foreground = (63 << 16) | (63 << 8) | (63), background = 0, border = 0; variable 158 * system foreground color, and 17 to be the system border color. 173 graphics_set_palette(15, PALETTE_RED(foreground), 174 PALETTE_GREEN(foreground), PALETTE_BLUE(foreground)); 343 * framebuffer in the default foreground color. 347 /* system default foreground color */ 563 /* check for foreground and background keywords in a trailing comment */ 568 if (cp = strstr(tail, "foreground")) { 578 foreground [all...] |
Completed in 54 milliseconds