/illumos-gate/usr/src/cmd/drd/ |
H A D | drd.c | 67 static int drd_init_drctl_dev(boolean_t standalone); 68 static int drd_init_door_server(boolean_t standalone); 75 boolean_t standalone = B_FALSE; local 90 standalone = B_TRUE; 107 if (drd_init_drctl_dev(standalone) != 0) { 113 if (!standalone) { 118 if (drd_init_door_server(standalone) != 0) { 180 drd_init_drctl_dev(boolean_t standalone) argument 184 drd_output = (standalone) ? drd_info : drd_err; 189 return ((standalone) 196 drd_init_door_server(boolean_t standalone) argument [all...] |
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/ |
H A D | sckmd.c | 74 static int standalone; variable 107 standalone = 0; 126 standalone++; 155 if (standalone == 0) { 583 * standalone mode (global flag 'standalone' set), messages are also 602 /* send message to stderr if in standalone mode */ 603 if (standalone != 0) {
|
/illumos-gate/usr/src/cmd/ldmad/ |
H A D | ldmad.c | 514 ldma_start(boolean_t standalone) argument 519 if (!standalone) { 627 if (!standalone) { 644 boolean_t standalone = B_FALSE; local 658 standalone = B_TRUE; 666 ldma_start(standalone);
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | disassemble.c | 446 dump_map(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) argument 455 dump_map_i_f(itm_hdr, map_place, standalone); 458 dump_map_l_f(itm_hdr, map_place, standalone); 461 dump_map_hash(itm_hdr, map_place, standalone); 464 dump_map_dense_enc(itm_hdr, map_place, standalone); 476 dump_map_i_f(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) argument 505 if ((standalone) && 519 if ((0 == standalone) && (0 != tbl_hdr->name.itm_ptr)) { 590 dump_map_l_f(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) argument 604 if ((standalone) 680 dump_map_hash(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) argument 804 dump_map_dense_enc(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) argument 936 dump_cond_tbl(itm_hdr_t *itm_hdr, itm_place_t cond_place, int standalone) argument 1009 dump_op_tbl(itm_hdr_t *itm_hdr, itm_place_t op_tbl_place, int standalone) argument [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 89 static int standalone; variable 221 standalone = 1; 258 if (standalone) { 284 (void) puts("running in standalone mode..."); 339 if (standalone) 372 if (standalone) 404 if (standalone) 419 if (standalone) 426 if (standalone && debug) { 469 if (standalone) [all...] |
H A D | in.telnetd.c | 2197 boolean_t standalone = 0; local 2209 * standalone mode. 2212 standalone = 1; 2293 if (standalone) {
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs.c | 160 int standalone = 0; /* control standalone mode */ variable 240 standalone++; 314 * Daemonize if we were not started by inetd unless running standalone. 317 if (inetd == B_FALSE && standalone == 0) { 480 * In standalone mode, we have to initialize the transport 486 if (inetd == B_FALSE || standalone) { 487 /* in standalone mode, init fd for reserved port */ 609 * standalone mode, and ses_init_signals() is called to selectively 621 /* in standalone, allo [all...] |
/illumos-gate/usr/src/cmd/krb5/slave/ |
H A D | kpropd.c | 127 int standalone = 0; variable 303 if (standalone) 1305 standalone++;
|
/illumos-gate/usr/src/lib/libsldap/common/ |
H A D | ns_standalone.c | 92 int standalone; member in struct:__anon4011 206 mode = dir_servers.standalone; 1543 dir_servers.standalone = 0; 1596 gettext("libsldap (\"standalone\" mode): " 1612 gettext("libsldap (\"standalone\" mode): " 1965 * of the application requested a standalone schema libsldap will use 2124 dir_servers.standalone = 1; 2191 * by libsldap ('standalone' mode), the other is in ldap_cachemgr
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj.c | 296 int standalone = 1; /* an unwholey kernel? */ variable 327 if (standalone) 335 if (standalone) 342 * for other standalone binaries as well. 376 * the booted standalone. 389 * We don't support standalone debuggers anymore. The use of kadb 528 standalone = 0; 1054 if (modp->mod_loadflags & MOD_NONOTIFY || standalone) 1829 if (!standalone) { 2025 if (!standalone) { [all...] |