/titanic_52/usr/src/lib/efcode/fcode_test/ |
H A D | misc.fth | 101 ." 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 D | getconf.c | 173 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 D | util.fth | 93 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 D | libzfs_core.c | 251 * 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 D | pi_defer.c | 28 * 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 D | zfs_destroy_010_pos.ksh | 35 # 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 D | dsl_destroy.c | 53 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 D | forthdebug.c | 75 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 D | qlge_gld.c | 296 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 D | rmf_menu.c | 84 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 D | audit_io.c | 120 * 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 D | rwlock.c | 623 * 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 D | fstyp_init.3fstyp | 73 function locates \fBlibfstyp\fR modules, but might defer loading the modules
|
/titanic_52/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | vmalloc | 27 #define _std_malloc 1 /* defer to standard malloc */
|
/titanic_52/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | vmalloc | 27 #define _std_malloc 1 /* defer to standard malloc */
|
/titanic_52/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | vmalloc | 27 #define _std_malloc 1 /* defer to standard malloc */
|
/titanic_52/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | vmalloc | 27 #define _std_malloc 1 /* defer to standard malloc */
|
/titanic_52/usr/src/man/man9f/ |
H A D | qwriter.9f | 80 returns. If this is not possible, \fBqwriter()\fR will defer the upgrade until
|
H A D | ddi_umem_lock.9f | 196 The \fBddi_umem_unlock()\fR function can defer unlocking of the pages to a
|
/titanic_52/usr/src/lib/libnsl/include/ |
H A D | mt.h | 40 * private interfaces provided by libc to defer all asynchronously
|
/titanic_52/usr/src/lib/libnsl/common/ |
H A D | common.c | 58 * interfaces in libc that defer and enable signals.
|
/titanic_52/usr/src/boot/sys/boot/forth/ |
H A D | version.4th | 61 \ For tributes, do nothing (defer to logo-*.4th)
|
/titanic_52/usr/src/psm/stand/boot/sparc/common/ |
H A D | ramdisk.c | 66 "instance defer cif-open ( dev$ -- ihandle|0 ) " 67 "instance defer cif-close ( ihandle -- ) "
|
/titanic_52/usr/src/lib/efcode/engine/ |
H A D | interactive.c | 98 defer(fcode_env_t *env) in defer() function 789 FORTH(IMMEDIATE, "defer", defer); in _init()
|
/titanic_52/usr/src/man/man1m/ |
H A D | utmpd.1m | 145 inhibit or defer access time updates, an unknown amount of error will be
|