Home
last modified time | relevance | path

Searched refs:immediate (Results 1 – 25 of 52) sorted by relevance

123

/titanic_44/usr/src/cmd/cdrw/
H A Dblank.c54 int immediate, err; in blank() local
142 immediate = 0; in blank()
145 immediate = 1; in blank()
182 if (!blank_disc(target->d_fd, type, immediate)) { in blank()
199 if (immediate) { in blank()
H A Dmisc_scsi.c598 int immediate; in finalize() local
611 immediate = 0; in finalize()
614 immediate = 1; in finalize()
619 if (!close_track(dev->d_fd, 0, 0, immediate)) in finalize()
623 if (!close_track(dev->d_fd, 0, 1, immediate)) { in finalize()
641 if (!immediate) in finalize()
644 if (immediate) { in finalize()
H A Dmmc.h141 int close_track(int fd, int trackno, int close_session, int immediate);
142 int blank_disc(int fd, int type, int immediate);
H A Dmmc.c327 close_track(int fd, int trackno, int close_session, int immediate) in close_track() argument
334 if (immediate) { in close_track()
373 blank_disc(int fd, int type, int immediate) in blank_disc() argument
380 if (immediate) { in blank_disc()
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Ddisp4.c311 ushort immediate; in s_shutdown() local
313 (void)getmessage (m, S_SHUTDOWN, &immediate); in s_shutdown()
314 syslog(LOG_DEBUG, "s_shutdown(%d)", immediate); in s_shutdown()
321 lpshut (immediate); in s_shutdown()
H A Dlpsched.c245 lpshut(int immediate) in lpshut() argument
261 Shutdown = (immediate? 2 : 1); in lpshut()
/titanic_44/usr/src/lib/efcode/engine/
H A Dfcode.c706 fstack_t immediate = 0; in get_token() local
712 if (env->table[tok].flags & IMMEDIATE) immediate = 1; in get_token()
713 PUSH(DS, immediate); in get_token()
720 fstack_t immediate; in set_token() local
726 immediate = POP(DS); in set_token()
728 if (immediate) in set_token()
733 immediate = env->last_token; in set_token()
736 env->last_token = immediate; in set_token()
/titanic_44/usr/src/uts/sun4u/starcat/sys/
H A Ddr_mbx.h198 immediate :1, member
/titanic_44/usr/src/cmd/lp/lib/requests/
H A Dllib-llpreq42 ushort actions; /* mail/write, immediate/hold/resume, raw */
/titanic_44/usr/src/cmd/svc/startd/
H A Dfork.c228 fork_sulogin(boolean_t immediate, const char *format, ...) in fork_sulogin() argument
243 if (!immediate) { in fork_sulogin()
H A Drestarter.c1592 maintain_instance(scf_handle_t *h, restarter_inst_t *rip, int immediate, in maintain_instance() argument
1640 if (immediate || !instance_started(rip)) { in maintain_instance()
/titanic_44/usr/src/cmd/fm/dicts/
H A DSCF.po217 msgstr "No immediate impact. The CPU chip will be deconfigured after the platform is power cycled o…
233 msgstr "No immediate impact.\n"
249 msgstr "No immediate impact.\n"
345 msgstr "No immediate impact.\n"
423 msgstr "No immediate action is taken and nothing is deconfigured.\n"
473 msgstr "No immediate impact. The IO Channel associated with the FLP chip will be deconfigured after…
809 msgstr "No immediate impact. The IO Channel that is associated with the FLP chip will be deconfigur…
825 msgstr "No immediate impact. The IO Channel is deconfigured after the platform is power cycled or a…
841 msgstr "No immediate impact. The IO Channel leaf (1/2 an IO Channel) is deconfigured after the plat…
1113 msgstr "No immediate impact. Memory associated to the MAC will be deconfigured after the platform i…
[all …]
/titanic_44/usr/src/uts/intel/io/drm/
H A Di915_gem_debug.c556 char immediate = (data[0] & (1 << 23)) == 0; in decode_3d_primitive() local
576 if (immediate) { in decode_3d_primitive()
/titanic_44/usr/src/lib/udapl/udapl_tavor/tavor/
H A Ddapl_tavor_hw.h364 uint32_t immediate :32; member
/titanic_44/usr/src/cmd/fm/eversholt/files/i386/i86pc/
H A Dgcpu_amd.esc157 * | A UE produces an immediate page fault.
/titanic_44/usr/src/cmd/localedef/data/
H A D8859-8.TXT48 # notices will be checked, but do not expect an immediate response.
H A D8859-5.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-1.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-13.TXT42 # notices will be checked, but do not expect an immediate response.
H A D8859-15.TXT45 # notices will be checked, but do not expect an immediate response.
H A D8859-2.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-3.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-4.TXT46 # notices will be checked, but do not expect an immediate response.
H A D8859-9.TXT48 # notices will be checked, but do not expect an immediate response.
/titanic_44/usr/src/uts/sun4v/io/
H A Dvsw_hio.c83 extern void vsw_hio_port_reset(vsw_port_t *portp, boolean_t immediate);

123