Home
last modified time | relevance | path

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

12

/titanic_41/usr/src/cmd/drd/
H A Ddrd.c67 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 …]
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/
H A Din.tftpd.c89 static int standalone; variable
221 standalone = 1; in main()
258 if (standalone) { in main()
339 if (standalone) in main()
372 if (standalone) in main()
404 if (standalone) in main()
419 if (standalone) in main()
426 if (standalone && debug) { in main()
469 if (standalone) in delayed_responder()
483 if (standalone) in delayed_responder()
[all …]
/titanic_41/usr/src/lib/libsaveargs/
H A DMakefile.targ44 install.standalone.targ: all.standalone $(INSTALL_DEPS_standalone)
47 all.standalone.targ: $(STANDLIBRARY)
/titanic_41/usr/src/lib/libumem/
H A DMakefile.targ38 install.standalone: all.standalone $(INSTALL_DEPS_standalone)
46 all.standalone.targ: $(STANDLIBRARY)
/titanic_41/usr/src/lib/libdisasm/
H A DMakefile.targ44 install.standalone.targ: all.standalone $(INSTALL_DEPS_standalone)
47 all.standalone.targ: $(STANDLIBRARY)
/titanic_41/usr/src/lib/print/mod_ipp/
H A Dhttpd-standalone-ipp.conf75 LockFile /var/run/httpd-standalone-ipp.lock
81 PidFile /var/run/httpd-standalone-ipp.pid
89 ScoreBoardFile /var/run/httpd-standalone-ipp.scoreboard
H A DMakefile87 APACHECONFFILE= $(IPPCONFDIR)/httpd-standalone-ipp.conf
/titanic_41/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()
/titanic_41/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()
/titanic_41/usr/src/cmd/dcs/sparc/sun4u/
H A Ddcs_msg.c136 if (standalone) { in dcs_log_msg()
255 if (standalone) { in dcs_dbg()
H A Ddcs.h275 extern int standalone;
/titanic_41/usr/src/cmd/ldap/
H A DMakefile.com46 LDAPLISTSRCS= ldaplist.c mapping.c printResult.c standalone.c
51 LDAPADDENTSRCS= ldapaddent.c ldapaddrbac.c ldapaddtsol.c standalone.c
56 LDAPCLIENTSRCS= ldapclient.c standalone.c
H A DMakefile14 standalone
/titanic_41/usr/src/uts/common/krtld/
H A Dkobj_kdi.c87 extern int standalone;
102 if (standalone) { in kobj_kdi_mod_iter()
/titanic_41/usr/src/lib/libumem/i386/
H A DMakefile33 TYPES=library standalone
/titanic_41/usr/src/cmd/geniconvtbl/
H A Ddisassemble.c446 dump_map(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) in dump_map() argument
455 dump_map_i_f(itm_hdr, map_place, standalone); in dump_map()
458 dump_map_l_f(itm_hdr, map_place, standalone); in dump_map()
461 dump_map_hash(itm_hdr, map_place, standalone); in dump_map()
464 dump_map_dense_enc(itm_hdr, map_place, standalone); in dump_map()
476 dump_map_i_f(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) in dump_map_i_f() argument
505 if ((standalone) && in dump_map_i_f()
519 if ((0 == standalone) && (0 != tbl_hdr->name.itm_ptr)) { in dump_map_i_f()
590 dump_map_l_f(itm_hdr_t *itm_hdr, itm_place_t map_place, int standalone) in dump_map_l_f() argument
604 if ((standalone) && in dump_map_l_f()
[all …]
/titanic_41/usr/src/lib/libsaveargs/amd64/
H A DMakefile29 TYPES=library standalone
/titanic_41/usr/src/lib/libumem/amd64/
H A DMakefile34 TYPES=library standalone
/titanic_41/usr/src/lib/libumem/sparcv9/
H A DMakefile34 TYPES=library standalone
/titanic_41/usr/src/lib/libdisasm/i386/
H A DMakefile30 TYPES=library standalone
/titanic_41/usr/src/lib/libdisasm/sparc/
H A DMakefile31 TYPES=library standalone
/titanic_41/usr/src/lib/libdisasm/sparcv9/
H A DMakefile32 TYPES=library standalone
/titanic_41/usr/src/lib/libdisasm/amd64/
H A DMakefile31 TYPES=library standalone
/titanic_41/usr/src/lib/libpp/common/
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.
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dprint-svc123 IPP_CONF=/etc/lp/ipp/httpd-standalone-ipp.conf

12