/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; in main() local 90 standalone = B_TRUE; in main() 107 if (drd_init_drctl_dev(standalone) != 0) { in main() 113 if (!standalone) { in main() 118 if (drd_init_door_server(standalone) != 0) { in main() 180 drd_init_drctl_dev(boolean_t standalone) in drd_init_drctl_dev() argument 184 drd_output = (standalone) ? drd_info : drd_err; in drd_init_drctl_dev() 189 return ((standalone) ? 0 : -1); in drd_init_drctl_dev() [all …]
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ |
H A D | in.tftpd.c | 90 static int standalone; variable 222 standalone = 1; in main() 259 if (standalone) { in main() 340 if (standalone) in main() 373 if (standalone) in main() 405 if (standalone) in main() 420 if (standalone) in main() 427 if (standalone && debug) { in main() 470 if (standalone) in delayed_responder() 484 if (standalone) in delayed_responder() [all …]
|
/illumos-gate/usr/src/lib/libsaveargs/ |
H A D | Makefile.targ | 45 install.standalone.targ: all.standalone $(INSTALL_DEPS_standalone) 48 all.standalone.targ: $(STANDLIBRARY)
|
/illumos-gate/usr/src/lib/libumem/ |
H A D | Makefile.targ | 38 install.standalone: all.standalone $(INSTALL_DEPS_standalone) 46 all.standalone.targ: $(STANDLIBRARY)
|
/illumos-gate/usr/src/lib/libdisasm/ |
H A D | Makefile.targ | 45 install.standalone.targ: all.standalone $(INSTALL_DEPS_standalone) 48 all.standalone.targ: $(STANDLIBRARY)
|
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/ |
H A D | sckmd.c | 74 static int standalone; variable 107 standalone = 0; in main() 126 standalone++; in main() 155 if (standalone == 0) { in main() 603 if (standalone != 0) { in sckmd_log()
|
/illumos-gate/usr/src/cmd/ldmad/ |
H A D | ldmad.c | 514 ldma_start(boolean_t standalone) in ldma_start() argument 519 if (!standalone) { in ldma_start() 627 if (!standalone) { in ldma_start() 644 boolean_t standalone = B_FALSE; in main() local 658 standalone = B_TRUE; in main() 666 ldma_start(standalone); in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/ |
H A D | README-astsa | 2 standalone commands and libraries using X/Open interfaces. 15 standalone packages.
|
H A D | astsa.mm | 11 standalone commands and libraries using X/Open interfaces. 33 standalone packages.
|
/illumos-gate/usr/src/cmd/ldap/ |
H A D | Makefile.com | 47 LDAPLISTSRCS= ldaplist.c mapping.c printResult.c standalone.c 52 LDAPADDENTSRCS= ldapaddent.c ldapaddrbac.c ldapaddtsol.c standalone.c 57 LDAPCLIENTSRCS= ldapclient.c standalone.c
|
H A D | Makefile | 12 standalone
|
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/ |
H A D | dcs_msg.c | 134 if (standalone) { in dcs_log_msg() 253 if (standalone) { in dcs_dbg()
|
/illumos-gate/usr/src/uts/common/krtld/ |
H A D | kobj_kdi.c | 85 extern int standalone; 100 if (standalone) { in kobj_kdi_mod_iter()
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | disassemble.c | 443 dump_map(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) in dump_map() argument 452 dump_map_i_f(itm_hdr, map_place, standalone); in dump_map() 455 dump_map_l_f(itm_hdr, map_place, standalone); in dump_map() 458 dump_map_hash(itm_hdr, map_place, standalone); in dump_map() 461 dump_map_dense_enc(itm_hdr, map_place, standalone); in dump_map() 473 dump_map_i_f(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) in dump_map_i_f() argument 502 if ((standalone) && in dump_map_i_f() 516 if ((0 == standalone) && (0 != tbl_hdr->name.itm_ptr)) { in dump_map_i_f() 587 dump_map_l_f(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) in dump_map_l_f() argument 601 if ((standalone) && in dump_map_l_f() [all …]
|
/illumos-gate/usr/src/lib/libumem/i386/ |
H A D | Makefile | 33 TYPES=library standalone
|
/illumos-gate/usr/src/lib/libdisasm/sparc/ |
H A D | Makefile | 30 TYPES=library standalone
|
/illumos-gate/usr/src/lib/libdisasm/i386/ |
H A D | Makefile | 30 TYPES=library standalone
|
/illumos-gate/usr/src/lib/libsaveargs/amd64/ |
H A D | Makefile | 29 TYPES=library standalone
|
/illumos-gate/usr/src/lib/libumem/amd64/ |
H A D | Makefile | 32 TYPES=library standalone
|
/illumos-gate/usr/src/lib/libumem/sparcv9/ |
H A D | Makefile | 32 TYPES=library standalone
|
/illumos-gate/usr/src/lib/libdisasm/amd64/ |
H A D | Makefile | 31 TYPES=library standalone
|
/illumos-gate/usr/src/lib/libdisasm/sparcv9/ |
H A D | Makefile | 31 TYPES=library standalone
|
/illumos-gate/usr/src/contrib/ast/lib/package/ |
H A D | INIT.pkg | 8 The INIT package is required by all but the standalone
|
H A D | ksh.pkg | 7 :INDEX: standalone AT&T ksh executable
|
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/ |
H A D | NOTES | 6 a standalone prepreprocessor as well as a C compiler front end 16 (by the standalone cpp library wrapper) as an initialization step.
|