/titanic_50/usr/src/cmd/svr4pkg/libinst/ |
H A D | qreason.c | 51 static char *qreasonNoZonename(int caller, int retcode, int started); 52 static char *qreasonWithZonename(int caller, int retcode, int started); 89 qreason(int caller, int retcode, int started, int includeZonename) in qreason() argument 92 return (qreasonNoZonename(caller, retcode, started)); in qreason() 95 return (qreasonWithZonename(caller, retcode, started)); in qreason() 105 qreasonNoZonename(int caller, int retcode, int started) in qreasonNoZonename() argument 217 if (started) { in qreasonNoZonename() 268 qreasonWithZonename(int caller, int retcode, int started) in qreasonWithZonename() argument 380 if (started) { in qreasonWithZonename()
|
/titanic_50/usr/src/uts/sun4u/excalibur/io/ |
H A D | xcalwd.c | 57 boolean_t started; member 264 tsp->started = B_FALSE; in xcalwd_attach() 319 if (tsp->started == B_FALSE || tsp->tid == 0) { in xcalwd_timeout() 368 if (tsp->started == B_FALSE) { in xcalwd_close() 377 tsp->started = B_FALSE; in xcalwd_close() 426 if (tsp->started == B_FALSE) { in xcalwd_ioctl() 431 tsp->started = B_FALSE; in xcalwd_ioctl() 452 if (tsp->started == B_TRUE) { in xcalwd_ioctl() 460 tsp->started = B_TRUE; in xcalwd_ioctl() 473 if (tsp->started == B_TRUE) /* reinstate */ in xcalwd_ioctl() [all …]
|
/titanic_50/usr/src/cmd/lp/cmd/lpsched/ |
H A D | getkey.c | 37 static int started = 0; in getkey() local 39 if (!started) { in getkey() 41 started = 1; in getkey()
|
H A D | files.c | 257 static short started = 0; in _alloc_req_id() local 284 if (!started) { in _alloc_req_id() 308 started = 1; in _alloc_req_id()
|
/titanic_50/usr/src/lib/gss_mechs/mech_krb5/et/ |
H A D | error_message.c | 37 int started = 0; local 101 started++; 103 if (started || offset >= 10) {
|
/titanic_50/usr/src/cmd/svr4pkg/pkgremove/ |
H A D | quit.c | 70 extern int started; 246 if (retcode && !started) { in quitmsg() 263 if (!started || (adm.mail == NULL)) in mailmsg()
|
H A D | main.c | 99 int started; variable 896 started++; in main()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgmk/ |
H A D | quit.c | 44 extern int started; 63 if (retcode && started) in quit()
|
H A D | main.c | 148 int started; variable 612 started++; in main()
|
/titanic_50/usr/src/uts/common/sys/usb/clients/audio/usb_ac/ |
H A D | usb_ac.h | 160 boolean_t started; member 297 _NOTE(DATA_READABLE_WITHOUT_LOCK(usb_audio_eng_t::started))
|
/titanic_50/usr/src/uts/common/io/audio/drv/audiosolo/ |
H A D | audiosolo.c | 146 bool started; member 1000 e->started = false; in solo_open() 1015 e->started = false; in solo_close() 1027 if (!e->started) { in solo_start() 1029 e->started = true; in solo_start() 1043 if (e->started) { in solo_stop() 1045 e->started = false; in solo_stop()
|
/titanic_50/usr/src/cmd/more/ |
H A D | more.help | 13 ' Go to place where previous search started
|
/titanic_50/usr/src/cmd/sgs/pvs/common/ |
H A D | pvs.c | 586 int started = 0, listcnt = 0; in gvers_need() local 606 if ((started == 0) || (vsdata != NULL)) { in gvers_need() 619 started = 1; in gvers_need() 668 if (show && started && (vsdata == NULL)) in gvers_need()
|
/titanic_50/usr/src/uts/common/io/audio/drv/audioixp/ |
H A D | audioixp.h | 221 boolean_t started; member
|
H A D | audioixp.c | 433 port->started = B_FALSE; in audioixp_open() 698 port->started = B_FALSE; in audioixp_alloc_port()
|
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge.h | 269 boolean_t started; member 279 boolean_t started; member
|
/titanic_50/usr/src/cmd/cmd-inet/etc/default/ |
H A D | ipsec.dfl | 39 # it goes to stderr (the console, when started at boot time, which is usually
|
/titanic_50/usr/src/grub/grub-0.97/netboot/ |
H A D | undi.h | 226 uint8_t started; /* pxenv_undi_startup() has been called */ member
|
H A D | undi.c | 540 if ( success ) undi.started = 1; in eb_pxenv_undi_startup() 574 undi.started = 0; in eb_pxenv_undi_shutdown() 891 if ( undi.started ) { in undi_full_shutdown()
|
/titanic_50/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | main.c | 94 int started = 0; variable 2106 started = 0; in remove_packages_in_global_with_zones() 2239 started = 0; in remove_packages_in_nonglobal_zone() 2339 started = 0; in remove_packages_in_global_no_zones() 2432 started = 0; in remove_packages_from_spool_directory()
|
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/wpad/ |
H A D | README | 415 In most common cases, wpa_supplicant is started with 613 Interactive mode is started when wpa_cli is executed without including 678 WPA. It can be started either from system startup scripts or from 681 should be started before DHCP client. 683 Command line option '-w' can be used if wpa_supplicant is started 711 started--and will then negotiate keys with the AP. 766 Both wpa_supplicant and xsupplicant need to be started. Please remember
|
/titanic_50/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
H A D | JDTrace.java | 54 static boolean started; field in JDTrace 967 started = true; in main() 1010 if (stopped || !started) { in main()
|
/titanic_50/usr/src/uts/common/io/audio/drv/audioemu10k/ |
H A D | audioemu10k.h | 363 boolean_t started; member
|
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | milter.c | 195 # define MILTER_TIMEOUT(routine, secs, write, started, function) \ argument 239 started ? "during" : "before", \ 305 bool started = false; local 324 started ? "during" : "before", 330 started ? "during" : "before", 337 MILTER_TIMEOUT("read", to, false, started, where); 359 started = true; 522 bool started = false; local 600 MILTER_TIMEOUT("write", to, true, started, where);
|
/titanic_50/usr/src/cmd/cmd-inet/etc/ |
H A D | ipsecinit.sample | 74 # before any naming services have been started. The
|