Home
last modified time | relevance | path

Searched refs:standalone (Results 1 – 25 of 50) sorted by relevance

12

/illumos-gate/usr/src/cmd/drd/
H A Ddrd.c75 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()
196 drd_init_door_server(boolean_t standalone) in drd_init_door_server() argument
202 assert((drctl_fd != -1) || standalone); in drd_init_door_server()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c222 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()
470 if (standalone) in delayed_responder()
510 if (standalone) in delayed_responder()
524 if (standalone) in delayed_responder()
1382 if (standalone) in nak()
[all …]
/illumos-gate/usr/src/lib/libsaveargs/
H A DMakefile.targ45 install.standalone.targ: all.standalone $(INSTALL_DEPS_standalone)
48 all.standalone.targ: $(STANDLIBRARY)
/illumos-gate/usr/src/lib/libumem/
H A DMakefile.targ38 install.standalone: all.standalone $(INSTALL_DEPS_standalone)
46 all.standalone.targ: $(STANDLIBRARY)
/illumos-gate/usr/src/lib/libdisasm/
H A DMakefile.targ45 install.standalone.targ: all.standalone $(INSTALL_DEPS_standalone)
48 all.standalone.targ: $(STANDLIBRARY)
/illumos-gate/usr/src/cmd/sckmd/sparc/sun4u/
H A Dsckmd.c74 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 Dldmad.c514 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 DREADME-astsa2 standalone commands and libraries using X/Open interfaces.
15 standalone packages.
H A Dastsa.mm11 standalone commands and libraries using X/Open interfaces.
33 standalone packages.
/illumos-gate/usr/src/cmd/ldap/
H A DMakefile.com47 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 DMakefile12 standalone
/illumos-gate/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_msg.c134 if (standalone) { in dcs_log_msg()
253 if (standalone) { in dcs_dbg()
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_kdi.c85 extern int standalone;
100 if (standalone) { in kobj_kdi_mod_iter()
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c452 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()
502 if ((standalone) && in dump_map_i_f()
601 if ((standalone) && in dump_map_l_f()
695 if ((standalone) && in dump_map_hash()
837 if ((standalone) && in dump_map_dense_enc()
946 standalone, cond_hdr->name.itm_ptr)); in dump_cond_tbl()
994 if (standalone) { in dump_cond_tbl()
[all …]
/illumos-gate/usr/src/lib/libumem/i386/
H A DMakefile33 TYPES=library standalone
/illumos-gate/usr/src/lib/libdisasm/i386/
H A DMakefile30 TYPES=library standalone
/illumos-gate/usr/src/lib/libdisasm/sparc/
H A DMakefile30 TYPES=library standalone
/illumos-gate/usr/src/lib/libsaveargs/amd64/
H A DMakefile29 TYPES=library standalone
/illumos-gate/usr/src/lib/libumem/amd64/
H A DMakefile32 TYPES=library standalone
/illumos-gate/usr/src/lib/libumem/sparcv9/
H A DMakefile32 TYPES=library standalone
/illumos-gate/usr/src/lib/libdisasm/amd64/
H A DMakefile31 TYPES=library standalone
/illumos-gate/usr/src/lib/libdisasm/sparcv9/
H A DMakefile31 TYPES=library standalone
/illumos-gate/usr/src/contrib/ast/lib/package/
H A DINIT.pkg8 The INIT package is required by all but the standalone
H A Dksh.pkg7 :INDEX: standalone AT&T ksh executable
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A DNOTES6 a standalone prepreprocessor as well as a C compiler front end
16 (by the standalone cpp library wrapper) as an initialization step.

12