Home
last modified time | relevance | path

Searched refs:force (Results 51 – 75 of 458) sorted by relevance

12345678910>>...19

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Denum-bitwise-bad.c2 #define __force __attribute__((force))
H A Dtypeof-attribute.c5 (*(typeof(v) __attribute__((address_space(0), force)) *)(&v))
H A Dbitwise-cast.c35 return (__attribute__((force)) __be32) 1730; in quuy()
H A Dbitwise-cast-ptr.c2 #define __force __attribute__((force))
H A Denum-bitwise-mixed.c2 #define __force __attribute__((force))
H A Denum-bitwise.c2 #define __force __attribute__((force))
/illumos-gate/usr/src/grub/grub-0.97/util/
H A Dgrub-install.in70 --force-lba force GRUB to use LBA mode even for a buggy
246 --force-lba)
/illumos-gate/usr/src/lib/libsqlite/test/
H A Dbtree4.test29 file delete -force test1.bt
30 file delete -force test1.bt-journal
H A Dbtree3.test34 file delete -force test1.bt
35 file delete -force test1.bt-journal
H A Dattach.test23 file delete -force test$i.db
24 file delete -force test$i.db-journal
483 file delete -force test2.db
567 file delete -force no-such-file
578 file delete -force cannot-read
584 file delete -force test2.db
/illumos-gate/usr/src/lib/libtecla/common/
H A Dfreelist.c182 FreeList *_del_FreeList(FreeList *fl, int force) in _del_FreeList() argument
188 if(!force && _busy_FreeListNodes(fl) != 0) { in _del_FreeList()
H A Dstrngmem.h68 StringMem *_del_StringMem(StringMem *sm, int force);
H A Dfreelist.h64 FreeList *_del_FreeList(FreeList *fl, int force);
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dunexamined-base-type.c1 # define __force __attribute__((force))
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/
H A DsoftGeneral.c160 static CK_RV finalize_common(boolean_t force, CK_VOID_PTR pReserved);
369 finalize_common(boolean_t force, CK_VOID_PTR pReserved) in finalize_common() argument
393 rv = soft_delete_all_sessions(force); in finalize_common()
H A DsoftObjectUtil.c476 soft_delete_object_cleanup(soft_object_t *objp, boolean_t force) in soft_delete_object_cleanup() argument
501 if (force) in soft_delete_object_cleanup()
570 boolean_t force, boolean_t lock_held) in soft_delete_object() argument
601 soft_delete_object_cleanup(objp, force); in soft_delete_object()
610 soft_delete_all_objects_in_session(soft_session_t *sp, boolean_t force) in soft_delete_all_objects_in_session() argument
624 soft_delete_object(sp, objp, force, B_TRUE); in soft_delete_all_objects_in_session()
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dlock.S43 / - clear lock and force it to appear unlocked in memory.
/illumos-gate/usr/src/tools/smatch/src/validation/preprocessor/
H A Dhas-attribute.c36 && __has_attribute(force) \
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dlock.S44 / - clear lock and force it to appear unlocked in memory.
/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c1285 force = B_TRUE; in boot_func()
1715 if (running && !force) { in sanity_check()
1785 force) in sanity_check()
4678 force = B_TRUE; in attach_func()
4707 force = B_FALSE; in attach_func()
4712 if (!execute && force) { in attach_func()
4792 if (!force) { in attach_func()
4938 force = B_TRUE; in uninstall_func()
4957 if (!force) { in uninstall_func()
5129 force = B_TRUE; in mount_func()
[all …]
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dsobj.c578 uint_t force = FALSE; in mutex() local
585 'f', MDB_OPT_SETBITS, TRUE, &force, NULL) != argc) { in mutex()
602 if (!force && (sp->m_filler != 0 || in mutex()
623 if (!force && (!MUTEX_TYPE_ADAPTIVE(&lock) || in mutex()
/illumos-gate/usr/src/uts/common/fs/autofs/
H A Dauto_subr.c1909 unmount_node(vnode_t *cvp, int force) in unmount_node() argument
1923 if (force || cfnp->fn_flags & MF_IK_MOUNT) { in unmount_node()
2089 try_unmount_node(fnnode_t *fnp, boolean_t force) in try_unmount_node() argument
2142 if (!force && in try_unmount_node()
2184 error = unmount_node(vp, force); in try_unmount_node()
2280 unmount_subtree(fnnode_t *rootfnp, boolean_t force) in unmount_subtree() argument
2315 (void) try_unmount_node(currfnp, force); in unmount_subtree()
2442 return (try_unmount_node(currfnp, force)); in unmount_subtree()
2457 unmount_tree(struct autofs_globals *fngp, boolean_t force) in unmount_tree() argument
2478 ASSERT(force || fngp->fng_zoneid == getzoneid()); in unmount_tree()
[all …]
/illumos-gate/usr/src/cmd/make/bin/
H A Dnse_printdep.cc159 (target == force)) { in print_deps()
226 if (dp->name != force) { in print_deplist()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/astsa/
H A Doptlib.h84 int force; /* force this style */ member
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddmu_recv.h63 struct dmu_replay_record *drr_begin, boolean_t force, boolean_t resumable,

12345678910>>...19