| /trueos/lib/libthr/thread/ |
| HD | thr_umtx.h | 123 _thr_umutex_unlock2(struct umutex *mtx, uint32_t id, int *defer) in _thr_umutex_unlock2() argument 136 if (defer == NULL) in _thr_umutex_unlock2() 139 *defer = 1; in _thr_umutex_unlock2()
|
| HD | thr_mutex.c | 479 _mutex_cv_unlock(struct pthread_mutex *m, int *count, int *defer) in _mutex_cv_unlock() argument 487 (void)mutex_unlock_common(m, 1, defer); in _mutex_cv_unlock()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/ |
| HD | dsl_destroy.c | 52 dsl_destroy_snapshot_check_impl(dsl_dataset_t *ds, boolean_t defer) in dsl_destroy_snapshot_check_impl() argument 64 if (defer) { in dsl_destroy_snapshot_check_impl() 238 dsl_destroy_snapshot_sync_impl(dsl_dataset_t *ds, boolean_t defer, dmu_tx_t *tx) in dsl_destroy_snapshot_sync_impl() argument 251 if (defer && in dsl_destroy_snapshot_sync_impl() 505 dsl_destroy_snapshots_nvl(nvlist_t *snaps, boolean_t defer, in dsl_destroy_snapshots_nvl() argument 518 dsda.dsda_defer = defer; in dsl_destroy_snapshots_nvl() 530 dsl_destroy_snapshot(const char *name, boolean_t defer) in dsl_destroy_snapshot() argument 537 error = dsl_destroy_snapshots_nvl(nvl, defer, errlist); in dsl_destroy_snapshot()
|
| HD | zfs_ioctl.c | 3539 boolean_t defer; in zfs_ioc_destroy_snaps() local 3543 defer = nvlist_exists(innvl, "defer"); in zfs_ioc_destroy_snaps() 3566 return (dsl_destroy_snapshots_nvl(snaps, defer, outnvl)); in zfs_ioc_destroy_snaps()
|
| /trueos/contrib/gcc/config/ |
| HD | libgcc-glibc.ver | 5 # to defer implementation of these routines to libgcc.so via DT_AUXILIARY.
|
| /trueos/contrib/gcc/config/i386/ |
| HD | libgcc-x86_64-glibc.ver | 5 # to defer implementation of these routines to libgcc.so via DT_AUXILIARY.
|
| /trueos/contrib/gcc/config/s390/ |
| HD | libgcc-glibc.ver | 5 # to defer implementation of these routines to libgcc.so via DT_AUXILIARY.
|
| /trueos/contrib/gcc/config/sparc/ |
| HD | libgcc-sparc-glibc.ver | 5 # to defer implementation of these routines to libgcc.so via DT_AUXILIARY.
|
| /trueos/cddl/contrib/opensolaris/lib/libzfs_core/common/ |
| HD | libzfs_core.c | 314 lzc_destroy_snaps(nvlist_t *snaps, boolean_t defer, nvlist_t **errlist) argument 330 if (defer)
|
| /trueos/contrib/sendmail/src/ |
| HD | TRACEFLAGS | 89 74,>99 map.c LDAP map defer
|
| /trueos/sys/boot/forth/ |
| HD | version.4th | 61 \ For tributes, do nothing (defer to logo-*.4th)
|
| /trueos/cddl/contrib/opensolaris/lib/libzfs/common/ |
| HD | libzfs_dataset.c | 3270 zfs_destroy(zfs_handle_t *zhp, boolean_t defer) in zfs_destroy() argument 3295 zc.zc_defer_destroy = defer; in zfs_destroy() 3335 zfs_destroy_snaps(zfs_handle_t *zhp, char *snapname, boolean_t defer) in zfs_destroy_snaps() argument 3349 ret = zfs_destroy_snaps_nvl(zhp->zfs_hdl, dd.nvl, defer); in zfs_destroy_snaps() 3359 zfs_destroy_snaps_nvl(libzfs_handle_t *hdl, nvlist_t *snaps, boolean_t defer) in zfs_destroy_snaps_nvl() argument 3364 ret = lzc_destroy_snaps(snaps, defer, &errlist); in zfs_destroy_snaps_nvl()
|
| HD | libzfs_sendrecv.c | 1894 boolean_t defer = B_FALSE; in recv_destroy() local 1905 defer = B_TRUE; in recv_destroy() 1914 zc.zc_defer_destroy = defer; in recv_destroy() 1933 if (err != 0 || (defer && zfs_dataset_exists(hdl, name, in recv_destroy()
|
| /trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/sys/ |
| HD | dmu.h | 279 int dsl_destroy_snapshots_nvl(struct nvlist *snaps, boolean_t defer,
|
| /trueos/contrib/binutils/opcodes/ |
| HD | cgen-dis.in | 254 /* ??? May wish to allow target to defer this check until the extract
|
| /trueos/contrib/gcc/ |
| HD | varasm.c | 2860 output_constant_def (tree exp, int defer) in output_constant_def() argument 2880 maybe_output_constant_def_contents (desc, defer); in output_constant_def() 2888 int defer) in maybe_output_constant_def_contents() argument 2902 if (defer) in maybe_output_constant_def_contents()
|
| HD | FSFChangeLog | 157 consider constant CONSTRUCTOR constant and to defer some cases to cse. 791 (main): Set message locale, and defer memory allocation until after. 815 (main): Set message locale, and defer memory allocation until after.
|
| HD | expr.c | 6480 expand_expr_constant (tree exp, int defer, enum expand_modifier modifier) in expand_expr_constant() argument 6484 mem = output_constant_def (exp, defer); in expand_expr_constant()
|
| /trueos/contrib/gcclibs/libcpp/ |
| HD | ChangeLog | 613 * directives.c (do_pragma): Do not defer pragmas which are unknown.
|
| /trueos/cddl/contrib/opensolaris/cmd/zfs/ |
| HD | zfs_main.c | 1182 boolean_t defer = cb->cb_defer_destroy; in destroy_clones() local 1192 cb->cb_defer_destroy = defer; in destroy_clones()
|
| /trueos/sys/dev/aic7xxx/ |
| HD | aic79xx.seq | 183 * we detect case 1, we will properly defer the post of the SCB 2163 * context, we must defer NONPACKREQ processing until all data
|
| /trueos/contrib/gcc/cp/ |
| HD | ChangeLog-1997 | 456 * decl2.c (import_export_vtable): Don't defer handling of vtables 533 * method.c (emit_thunk): Don't let the backend defer generic thunks.
|
| HD | ChangeLog-2001 | 51 used function. Don't defer to another used function. 1014 * semantics.c (expand_body): Don't defer local functions if
|
| /trueos/crypto/heimdal/lib/kadm5/ |
| HD | ChangeLog | 989 defer calling it until we actually do something
|
| /trueos/crypto/openssl/ |
| HD | Configure | 608 … -DL_ENDIAN -DCPU=SIMLINUX -DTOOL_FAMILY=gnu -DTOOL=gnu -fno-builtin -fno-defer-pop -DNO_STRINGS_H… 609 …t-float -mno-branch-likely -DTOOL_FAMILY=gnu -DTOOL=gnu -fno-builtin -fno-defer-pop -DNO_STRINGS_H…
|