Home
last modified time | relevance | path

Searched refs:deferred (Results 1 – 23 of 23) sorted by relevance

/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_dictionary.cc1482 ret = search_dictionary(deferred.dictionary, tab); in find_table_desc()
2255 if (deferred.dictionary == NULL) { in defer()
2256 deferred.dictionary = new db_dict_desc; in defer()
2257 if (deferred.dictionary == NULL) { in defer()
2262 deferred.dictionary->tables.tables_len = 0; in defer()
2263 deferred.dictionary->tables.tables_val = NULL; in defer()
2264 deferred.dictionary->count = 0; in defer()
2265 deferred.dictionary->impl_vers = in defer()
2299 stat = add_to_dictionary(deferred.dictionary, in defer()
2350 ret = remove_from_dictionary(deferred.dictionary, table, FALSE); in rollback()
[all …]
H A Ddb_dictionary_c.x127 % __nisdb_dictionary_defer_t deferred;
/illumos-gate/usr/src/boot/libsa/
H A Dnetif.h36 int deferred; member
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dsyminfo.msg54 @ MSG_SYMINFO_FLG_DEFERRED_NF "deferred"
H A Ddynamic.msg407 @ MSG_DF_P1_DEFERRED_NF "deferred"
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zpool_reopen/
H A Dzpool_reopen.shlib122 zpool history -i $pool | grep -q "starting deferred resilver"
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Drtld.msg257 @ MSG_DEF_NODEPFOUND "%s: no deferred dependency found"
258 @ MSG_DEF_NOSYMFOUND "%s: no deferred symbol found"
259 @ MSG_DEF_DEPLOADED "%s: deferred dependency is already loaded"
/illumos-gate/usr/src/uts/i86pc/io/pcplusmp/
H A Dapic.c1221 apic_setup_io_intr(void *p, int irq, boolean_t deferred) in apic_setup_io_intr() argument
1227 if (deferred) { in apic_setup_io_intr()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_pool.c861 uint64_t deferred = in dsl_pool_unreserved_space() local
863 uint64_t quota = (poolsize >= deferred) ? (poolsize - deferred) : 0; in dsl_pool_unreserved_space()
H A Ddsl_dir.c1321 uint64_t deferred = 0; in dsl_dir_tempreserve_impl() local
1341 (retval == ENOSPC && used_on_disk < quota + deferred)) in dsl_dir_tempreserve_impl()
/illumos-gate/usr/src/uts/intel/io/dnet/
H A Ddnet.h492 deferred : 1, member
/illumos-gate/usr/src/lib/libc/
H A DREADME61 fork-safe) and in which the calling thread has all signals deferred
203 deferred while locks acquired by these functions are held, making
/illumos-gate/usr/src/uts/i86xpv/io/psm/
H A Dxpv_psm.c1574 apic_setup_io_intr(void *p, int irq, boolean_t deferred) in apic_setup_io_intr() argument
1581 if (deferred) { in apic_setup_io_intr()
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dapic.h808 extern int apic_setup_io_intr(void *p, int irq, boolean_t deferred);
/illumos-gate/usr/src/cmd/sendmail/cf/m4/
H A Dproto.m41541 …ELIVERY_MODE,0,1), `d', `errprint(`WARNING: Antispam rules not available in deferred delivery mode.
1758 # check for deferred delivery mode
1760 R< d > $* $@ deferred
1822 # check for deferred delivery mode
1824 R< d > $* $@ deferred
1993 # check for deferred delivery mode
1995 R< d > $* $@ deferred
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dlibld.msg155 @ MSG_ARG_DETAIL_ZDEF "\t[-z deferred | nodeferred]\n\
156 \t\t\tenable|disable deferred identification of \
525 @ MSG_PSYM_NOSTATIC "and partial initialization cannot be deferred to \
1483 @ MSG_ARG_DEFERRED "deferred"
/illumos-gate/usr/src/contrib/ast/src/lib/libcmd/
H A DRELEASE135 06-11-11 getconf.c: fix deferred getconf path search
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dliblddbg.msg666 @ MSG_FIL_DEFERRED "file=%s; deferred dependency exchanged for file=%s"
/illumos-gate/usr/src/uts/intel/io/acpica/
H A Dchanges.txt3703 deferred
4190 where an inadvertent "Unhandled deferred opcode" message could be
7607 objects. These objects have deferred execution for some arguments, and
7699 Implemented full support for deferred execution for the TermArg string
7703 deferred argument execution.) Lin Ming. BZ 430
7951 executed completely asynchronously in a deferred thread. The new design
12703 the various deferred AML opcodes (such as Operation Regions,
13315 Package declaration. This was caused by the deferred parsing of
13316 the control method and thus the deferred creation of the internal
15916 Notify handler fix - notifies are deferred until the parent method
/illumos-gate/usr/src/cmd/sendmail/cf/
H A DREADME3548 deferred.
3831 are deferred for the next delivery
/illumos-gate/usr/src/cmd/look/
H A Dwords6252 deferred
/illumos-gate/usr/src/cmd/spell/
H A Dlist6251 deferred
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/
H A DRELEASE735 executing the handler, it is deferred until the handler completes.