Home
last modified time | relevance | path

Searched full:defer (Results 1 – 25 of 306) sorted by relevance

12345678910>>...13

/titanic_52/usr/src/lib/efcode/fcode_test/
H A Dmisc.fth101 ." Defer/Behavior: "
102 defer defer-word
103 ' xx to defer-word
104 " defer.1" defer-word 3 = swap 2 = and swap 1 = and .passed?
105 " behavior.1" ' defer-word behavior ' xx = .passed?
/titanic_52/usr/src/contrib/ast/src/lib/libcmd/
H A Dgetconf.c173 goto defer; in b_getconf()
210 goto defer; in b_getconf()
217 goto defer; in b_getconf()
270 goto defer; in b_getconf()
287 defer: in b_getconf()
290 * defer to argv[0] if absolute and it exists in b_getconf()
297 * defer to the first getconf on $PATH that is also on the standard PATH in b_getconf()
372 * defer to the first getconf on the standard PATH in b_getconf()
390 error(4, "%s: unknown name -- no native getconf(1) to defer to", name); in b_getconf()
392 error(4, "no native getconf(1) to defer t in b_getconf()
[all...]
/titanic_52/usr/src/psm/stand/bootblks/common/
H A Dutil.fth93 instance defer cif-open ( dev$ -- ihandle|0 )
94 instance defer cif-close ( ihandle -- )
95 instance defer cif-read ( len adr ihandle -- #read )
96 instance defer cif-seek ( low high ihandle -- -1|0|1 )
97 instance defer cif-release ( size virt -- )
/titanic_52/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c251 * If 'defer' is not set, and a snapshot has user holds or clones, the
255 * If 'defer' is set, and a snapshot has user holds or clones, it will be
260 * later destruction if 'defer' is set) or didn't exist to begin with.
268 lzc_destroy_snaps(nvlist_t *snaps, boolean_t defer, nvlist_t **errlist) in lzc_destroy_snaps() argument
284 if (defer) in lzc_destroy_snaps()
285 fnvlist_add_boolean(args, "defer"); in lzc_destroy_snaps()
338 * by lzc_destroy_snaps(defer=B_TRUE).)
389 * deferred destroy (by lzc_destroy_snaps(defer=B_TRUE)), it does not have
/titanic_52/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/
H A Dpi_defer.c28 * Some topology creation routines may need to defer completing enumeration
56 void *private; /* Private data for defer routine */
87 * which to defer enumeration. The defer_pool is created by the in pi_defer_add()
/titanic_52/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_010_pos.ksh35 # defer-destroyed, make sure that the 'zfs destroy -R' works as expected.
37 # kernel will automatically remove the defer-destroyed snapshot when the
/titanic_52/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c53 dsl_destroy_snapshot_check_impl(dsl_dataset_t *ds, boolean_t defer) in dsl_destroy_snapshot_check_impl() argument
65 if (defer) { in dsl_destroy_snapshot_check_impl()
239 dsl_destroy_snapshot_sync_impl(dsl_dataset_t *ds, boolean_t defer, dmu_tx_t *tx) in dsl_destroy_snapshot_sync_impl() argument
252 if (defer && in dsl_destroy_snapshot_sync_impl()
507 dsl_destroy_snapshots_nvl(nvlist_t *snaps, boolean_t defer, in dsl_destroy_snapshots_nvl() argument
520 dsda.dsda_defer = defer; in dsl_destroy_snapshots_nvl()
532 dsl_destroy_snapshot(const char *name, boolean_t defer) in dsl_destroy_snapshot() argument
539 error = dsl_destroy_snapshots_nvl(nvl, defer, errlist); in dsl_destroy_snapshot()
/titanic_52/usr/src/uts/sun4/os/
H A Dforthdebug.c75 static void fdbp_hook() {} /* null function for defer breakpoint operation */ in fdbp_hook()
176 debug_enter("Defer breakpoint enabled. Add breakpoints, then"); in forthdebug_init()
/titanic_52/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_gld.c296 cur_stats->defer = 0; in ql_m_getstat()
299 cur_stats->defer += (tx_ring->defer); in ql_m_getstat()
301 val = cur_stats->defer; in ql_m_getstat()
515 tx_ring->defer++; in ql_m_tx()
/titanic_52/usr/src/cmd/rmformat/
H A Drmf_menu.c84 extern int find_device(int defer, char *tmpstr);
417 int defer = 0; in process_l_flag() local
424 defer = 1; in process_l_flag()
442 removable = find_device(defer, tmpstr); in process_l_flag()
451 if (defer || (vol_running && (removable == 0))) { in process_l_flag()
460 defer = 0; in process_l_flag()
/titanic_52/usr/src/uts/common/c2/
H A Daudit_io.c120 * If async then defer; or if requested, defer the closing/queueing to in au_close()
132 * Defer closing/queueing of an audit descriptor. For async events, queue
133 * via softcall. Otherwise, defer by queueing the record onto the tad; at
180 * If not an async event, defer by queuing onto the tad until in au_close_defer()
/titanic_52/usr/src/lib/libc/port/threads/
H A Drwlock.c623 * if we should defer to him or just grab the lock. in rwlock_lock()
630 * We defer to a queued thread that has in rwlock_lock()
635 * Don't defer, just grab the lock. in rwlock_lock()
641 * We defer to a queued thread that has in rwlock_lock()
648 * Don't defer, just grab the lock. in rwlock_lock()
/titanic_52/usr/src/man/man3fstyp/
H A Dfstyp_init.3fstyp73 function locates \fBlibfstyp\fR modules, but might defer loading the modules
/titanic_52/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dvmalloc27 #define _std_malloc 1 /* defer to standard malloc */
/titanic_52/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dvmalloc27 #define _std_malloc 1 /* defer to standard malloc */
/titanic_52/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dvmalloc27 #define _std_malloc 1 /* defer to standard malloc */
/titanic_52/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dvmalloc27 #define _std_malloc 1 /* defer to standard malloc */
/titanic_52/usr/src/man/man9f/
H A Dqwriter.9f80 returns. If this is not possible, \fBqwriter()\fR will defer the upgrade until
H A Dddi_umem_lock.9f196 The \fBddi_umem_unlock()\fR function can defer unlocking of the pages to a
/titanic_52/usr/src/lib/libnsl/include/
H A Dmt.h40 * private interfaces provided by libc to defer all asynchronously
/titanic_52/usr/src/lib/libnsl/common/
H A Dcommon.c58 * interfaces in libc that defer and enable signals.
/titanic_52/usr/src/boot/sys/boot/forth/
H A Dversion.4th61 \ For tributes, do nothing (defer to logo-*.4th)
/titanic_52/usr/src/psm/stand/boot/sparc/common/
H A Dramdisk.c66 "instance defer cif-open ( dev$ -- ihandle|0 ) "
67 "instance defer cif-close ( ihandle -- ) "
/titanic_52/usr/src/lib/efcode/engine/
H A Dinteractive.c98 defer(fcode_env_t *env) in defer() function
789 FORTH(IMMEDIATE, "defer", defer); in _init()
/titanic_52/usr/src/man/man1m/
H A Dutmpd.1m145 inhibit or defer access time updates, an unknown amount of error will be

12345678910>>...13