/illumos-gate/usr/src/test/zfs-tests/tests/functional/acl/cifs/ |
H A D | cifs.kshlib | 43 typeset object=$2 46 destroy_object $object 50 mkdir -p $object 53 echo "ZFS test suites" > $object 58 chown $owner $object 70 for object in $@ ; do 71 if [[ -e $object ]]; then 75 log_must clear_attribute $object 76 log_must rm -rf $object
|
H A D | cifs_attr_003_pos.ksh | 95 typeset object=$1 100 if [[ -f $object ]]; then 104 chmod S+c${attr} $object 116 typeset object=$1 122 if [[ -f $object ]]; then 130 chmod S-c${attr} $object 142 typeset object=$1 145 if [[ -z $object || -z $attr ]]; then 146 log_fail "Object($object), Attr($attr) not defined." 161 $func $object [all...] |
H A D | cifs_attr_001_pos.ksh | 68 typeset object=$1 73 if [[ -z $object ]]; then 78 su $user -c "chmod S+c${attr} $object" 81 chmod S+c${attr} $object 97 typeset object=$1 102 if [[ -z $object ]]; then 107 su $user -c "chmod S-c${attr} $object" 110 chmod S-c${attr} $object 126 typeset object=$2 128 if [[ -z $user || -z $object ]]; the [all...] |
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/ |
H A D | objects.c | 42 * objects.c - contains routines which manipulate object lists of NCUs, 101 /* Should be kept in same order as object types */ 168 nwamd_object_t object; local 174 while ((object = uu_list_teardown(object_lists[i].object_list, 176 free(object); 206 nlog(LOG_ERR, "cannot get lock for object list: %s", 222 * Initialize object and return it in locked state. 228 nwamd_object_t object; local 231 object = calloc(1, sizeof (struct nwamd_object)); 232 if (object 279 nwamd_object_t object; local 304 nwamd_object_fini(nwamd_object_t object, nwam_object_type_t objtype) argument 347 nwamd_object_decref(nwamd_object_t object, int num) argument 387 nwamd_object_release_and_preserve(nwamd_object_t object) argument 393 nwamd_object_release(nwamd_object_t object) argument 399 nwamd_object_release_and_destroy(nwamd_object_t object) argument 405 nwamd_object_release_and_destroy_after_preserve(nwamd_object_t object) argument 411 nwamd_object_release_after_preserve(nwamd_object_t object) argument 453 nwamd_object_t object; local [all...] |
H A D | enm.c | 147 nwamd_object_t object; local 157 object = nwamd_object_find(NWAM_OBJECT_TYPE_ENM, object_name); 158 if (object == NULL) { 163 enmh = object->nwamd_object_handle; 166 (object->nwamd_object_state == NWAM_STATE_OFFLINE_TO_ONLINE); 224 object->nwamd_script_time = now; 227 * Release the object so that it is not blocked while the 230 nwamd_object_release(object); 235 * Find the object again, now that the script has finished 237 * comparing the object' 334 nwamd_enm_run_method(nwamd_object_t object) argument 371 nwamd_object_t object; local 478 nwamd_object_t object; local 612 nwamd_enm_check(nwamd_object_t object, void *data) argument 744 nwamd_object_t object; local 821 nwamd_object_t object; local 886 nwamd_object_t object; local [all...] |
H A D | loc.c | 247 nwamd_loc_check(nwamd_object_t object, void *data) argument 250 nwam_loc_handle_t loch = object->nwamd_object_handle; 258 lactivation = loc_get_activation_mode(object->nwamd_object_handle); 269 object->nwamd_object_name); 270 wa->winning_object = object; 274 object->nwamd_object_name); 275 if (object->nwamd_object_state != NWAM_STATE_DISABLED) { 277 object->nwamd_object_name, 290 object->nwamd_object_name); 291 wa->winning_object = object; 342 nwamd_ncu_online_check(nwamd_object_t object, void *data) argument 417 nwamd_object_t object; local 466 nwamd_object_t object; local 485 nwamd_object_t object; local 549 nwamd_object_t object; local [all...] |
/illumos-gate/usr/src/lib/libzfs_jni/common/ |
H A D | libzfs_jni_dataset.c | 123 zjni_Object_t *object = (zjni_Object_t *)bean; local 125 if (object->object == NULL) { 126 object->class = 129 object->constructor = 130 (*env)->GetMethodID(env, object->class, "<init>", "()V"); 132 object->object = 133 (*env)->NewObject(env, object->class, object 158 zjni_Object_t *object = (zjni_Object_t *)bean; local 180 zjni_Object_t *object = (zjni_Object_t *)bean; local 201 zjni_Object_t *object = (zjni_Object_t *)bean; local 222 zjni_Object_t *object = (zjni_Object_t *)bean; local 243 zjni_Object_t *object = (zjni_Object_t *)bean; local 264 zjni_Object_t *object = (zjni_Object_t *)bean; local 287 zjni_Object_t *object = (zjni_Object_t *)bean; local 335 zjni_Object_t *object = (zjni_Object_t *)bean; local 361 zjni_Object_t *object = (zjni_Object_t *)bean; local 539 jobject object = NULL; local [all...] |
H A D | libzfs_jni_pool.c | 193 zjni_Object_t *object = (zjni_Object_t *)bean; local 195 if (object->object == NULL) { 196 object->class = 200 object->constructor = 201 (*env)->GetMethodID(env, object->class, "<init>", "()V"); 203 object->object = 204 (*env)->NewObject(env, object->class, object 220 zjni_Object_t *object = (zjni_Object_t *)bean; local 250 zjni_Object_t *object = (zjni_Object_t *)bean; local 274 zjni_Object_t *object = (zjni_Object_t *)bean; local 294 zjni_Object_t *object = (zjni_Object_t *)bean; local 314 zjni_Object_t *object = (zjni_Object_t *)bean; local 334 zjni_Object_t *object = (zjni_Object_t *)bean; local 358 zjni_Object_t *object = (zjni_Object_t *)bean; local 385 zjni_Object_t *object = (zjni_Object_t *)bean; local 426 zjni_Object_t *object = (zjni_Object_t *)bean; local 793 new_DeviceStats(JNIEnv *env, DeviceStatsBean_t *bean, zjni_Object_t *object) argument 836 new_PoolStats(JNIEnv *env, PoolStatsBean_t *bean, zjni_Object_t *object) argument 1067 populate_DeviceStatsBean(JNIEnv *env, nvlist_t *vdev, DeviceStatsBean_t *bean, zjni_Object_t *object) argument [all...] |
H A D | libzfs_jni_util.c | 100 env, ((zjni_Object_t *)list)->object, 108 return (*env)->CallObjectMethod(env, ((zjni_Object_t *)list)->object, 116 zjni_Object_t *object = (zjni_Object_t *)collection; local 119 env, object->class, "add", "(Ljava/lang/Object;)Z"); 122 (*env)->GetMethodID(env, object->class, "size", "()I"); 125 (*env)->GetMethodID(env, object->class, "toArray", 133 zjni_Object_t *object = (zjni_Object_t *)list; local 135 if (object->object == NULL) { 136 object 152 zjni_Object_t *object = (zjni_Object_t *)list; local [all...] |
/illumos-gate/usr/src/lib/pkcs11/libpkcs11/common/ |
H A D | metaObjectManager.c | 135 meta_clone_template_setup(meta_object_t *object, 142 * by the object manager. 165 * If there are still any token object in the list, need to 180 * successful, a reader-lock on the object will be held to indicate 185 meta_handle2object(CK_OBJECT_HANDLE hObject, meta_object_t **object) argument 191 *object = NULL; 201 *object = NULL; 207 *object = tmp_object; 215 * Creates a new metaobject, but does not yet add it to the object list. 216 * Once the caller has finished initializing the object (b 222 meta_object_alloc(meta_session_t *session, meta_object_t **object) argument 275 meta_object_get_attr(slot_session_t *slot_session, CK_OBJECT_HANDLE hObject, meta_object_t *object) argument 450 meta_object_deactivate(meta_object_t *object, boolean_t have_list_lock, boolean_t have_object_lock) argument 547 meta_object_dealloc(meta_session_t *session, meta_object_t *object, boolean_t nukeSourceObj) argument 620 meta_slot_object_alloc(slot_object_t **object) argument 636 meta_slot_object_activate(slot_object_t *object, slot_session_t *creator_session, boolean_t isToken) argument 675 meta_slot_object_deactivate(slot_object_t *object) argument 703 meta_slot_object_dealloc(slot_object_t *object) argument 718 meta_object_copyin(meta_object_t *object) argument 965 clone_by_create(meta_object_t *object, slot_object_t *new_clone, slot_session_t *dst_slot_session) argument 1238 clone_by_wrap(meta_object_t *object, slot_object_t *new_clone, slot_session_t *dst_slot_session) argument 1515 meta_object_get_clone(meta_object_t *object, CK_ULONG slot_num, slot_session_t *slot_session, slot_object_t **clone) argument 1605 meta_clone_template_setup(meta_object_t *object, const generic_attr_t *attributes, size_t num_attributes) argument 1672 meta_object_t *object = NULL, *tmp_obj; local 1745 meta_object_t *object, *tmp_object; local 1823 meta_freeobject_check(meta_session_t *session, meta_object_t *object, CK_MECHANISM *pMech, CK_ATTRIBUTE *tmpl, CK_ULONG tmpl_len, CK_KEY_TYPE keytype) argument 1916 meta_freeobject_set(meta_object_t *object, CK_ATTRIBUTE *tmpl, CK_ULONG tmpl_len, boolean_t create) argument 2010 meta_freeobject_clone_maker(meta_session_t *session, meta_object_t *object, CK_ULONG slotnum) argument 2050 meta_freeobject_clone(meta_session_t *session, meta_object_t *object) argument [all...] |
H A D | metaObject.c | 75 * will try to create the object in the next available slot. 118 meta_object_t *object = NULL; local 131 rv = meta_object_alloc(session, &object); 136 * Create a clone of the object 143 * Set to true (token object) if template has CKA_TOKEN=true; 144 * otherwise, it is false (session object). 147 &(object->isToken)); 150 if ((IS_READ_ONLY_SESSION(session->session_flags)) && object->isToken) { 156 * Set to true (private object) if template has CKA_PRIVATE=true; 157 * otherwise, it is false (public object) 611 meta_object_t *object; local 675 meta_object_t *object; local 731 meta_object_t *object; local 944 add_to_search_result(meta_object_t *object, find_objs_info_t *info, int *num_results_alloc) argument 970 meta_object_t *object; local [all...] |
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | dmu_object.c | 38 uint64_t object; local 45 object = os->os_obj_next; 57 * multiple blocks of the dnode object before going back to 63 if (P2PHASE(object, L1_dnode_count) == 0) { 70 offset = object << DNODE_SHIFT; 76 object = offset >> DNODE_SHIFT; 78 os->os_obj_next = ++object; 86 (void) dnode_hold_impl(os, object, DNODE_MUST_BE_FREE, 91 if (dmu_object_next(os, &object, B_TRUE, 0) == 0) 92 os->os_obj_next = object 105 dmu_object_claim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument 125 dmu_object_reclaim(objset_t *os, uint64_t object, dmu_object_type_t ot, int blocksize, dmu_object_type_t bonustype, int bonuslen, dmu_tx_t *tx) argument 146 dmu_object_free(objset_t *os, uint64_t object, dmu_tx_t *tx) argument 192 dmu_object_zapify(objset_t *mos, uint64_t object, dmu_object_type_t old_type, dmu_tx_t *tx) argument 218 dmu_object_free_zapified(objset_t *mos, uint64_t object, dmu_tx_t *tx) argument [all...] |
H A D | ddt_zap.c | 53 ddt_zap_destroy(objset_t *os, uint64_t object, dmu_tx_t *tx) argument 55 return (zap_destroy(os, object, tx)); 59 ddt_zap_lookup(objset_t *os, uint64_t object, ddt_entry_t *dde) argument 65 error = zap_length_uint64(os, object, (uint64_t *)&dde->dde_key, 73 error = zap_lookup_uint64(os, object, (uint64_t *)&dde->dde_key, 84 ddt_zap_prefetch(objset_t *os, uint64_t object, ddt_entry_t *dde) argument 86 (void) zap_prefetch_uint64(os, object, (uint64_t *)&dde->dde_key, 91 ddt_zap_update(objset_t *os, uint64_t object, ddt_entry_t *dde, dmu_tx_t *tx) argument 99 return (zap_update_uint64(os, object, (uint64_t *)&dde->dde_key, 104 ddt_zap_remove(objset_t *os, uint64_t object, ddt_entry_ argument 111 ddt_zap_walk(objset_t *os, uint64_t object, ddt_entry_t *dde, uint64_t *walk) argument 138 ddt_zap_count(objset_t *os, uint64_t object) argument [all...] |
/illumos-gate/usr/src/common/list/ |
H A D | list.c | 48 #define list_insert_after_node(list, node, object) { \ 49 list_node_t *lnew = list_d2l(list, object); \ 56 #define list_insert_before_node(list, node, object) { \ 57 list_node_t *lnew = list_d2l(list, object); \ 95 list_insert_after(list_t *list, void *object, void *nobject) argument 97 if (object == NULL) { 100 list_node_t *lold = list_d2l(list, object); 106 list_insert_before(list_t *list, void *object, void *nobject) argument 108 if (object == NULL) { 111 list_node_t *lold = list_d2l(list, object); 117 list_insert_head(list_t *list, void *object) argument 124 list_insert_tail(list_t *list, void *object) argument 131 list_remove(list_t *list, void *object) argument 176 list_next(list_t *list, void *object) argument 187 list_prev(list_t *list, void *object) argument [all...] |
/illumos-gate/usr/src/lib/libnisdb/ |
H A D | db_log_entry.cc | 49 object = obj; 58 // if (object) free_entry(object); 84 if (object != NULL) { 85 print_entry(0, object); 87 printf("no object\n");
|
H A D | db_log_entry_c.x | 58 entry_object *object; /* object involved in action (if any) */ 72 % entry_object *object; /* object involved in action (if any) */ 77 %/*Constructor: Create an empty log entry, with no query and not object */ 78 % db_log_entry() { query = NULL, object = NULL; next = NULL; } 101 %/* Accessor: return pointer to copy of object in log entry */ 102 % entry_object *get_object() { return( object ); } 104 %/* Accessor: return pointer to copy of object in log entry */ 107 %/* Accessor: return pointer to copy of object i [all...] |
/illumos-gate/usr/src/lib/libtecla/common/ |
H A D | freelist.h | 48 * the sizeof() operator to the object type that you intend to allocate from 80 * Allocate a new object from a free-list. 85 * Return an object to the free-list that it was allocated from. 87 void *_del_FreeListNode(FreeList *fl, void *object);
|
/illumos-gate/usr/src/lib/libxcurses/h/ |
H A D | m_wio.h | 47 void *object; /* I/O object (normally a stream). */ member in struct:__anon4206 48 int (*get)(void *); /* Get byte from input object. */ 49 int (*put)(int, void *); /* Put byte to output object. */ 50 int (*unget)(int, void *); /* Push byte onto input object. */
|
/illumos-gate/usr/src/lib/libxcurses2/h/ |
H A D | m_wio.h | 47 void *object; /* I/O object (normally a stream). */ member in struct:__anon4220 48 int (*get)(void *); /* Get byte from input object. */ 49 int (*put)(int, void *); /* Put byte to output object. */ 50 int (*unget)(int, void *); /* Push byte onto input object. */
|
/illumos-gate/usr/src/lib/pkcs11/pkcs11_softtoken/common/ |
H A D | softKeystore.h | 41 * The following structure is the object header 97 CK_RV soft_keystore_pack_obj(struct object *obj, uchar_t **ks_buf, size_t *len); 99 CK_RV soft_keystore_unpack_obj(struct object *obj, ks_obj_t *ks_obj); 104 ulong_t soft_pack_object_size(struct object *objp); 106 CK_RV soft_pack_object(struct object *objp, uchar_t *buf); 108 CK_RV soft_unpack_object(struct object *objp, uchar_t *buf); 113 CK_RV soft_put_object_to_keystore(struct object *objp); 115 CK_RV soft_modify_object_to_keystore(struct object *objp);
|
/illumos-gate/usr/src/grub/grub-0.97/ |
H A D | depcomp | 45 object Object file output by `PROGRAMS ARGS'. 61 if test -z "$depmode" || test -z "$source" || test -z "$object"; then 62 echo "depcomp: Variables source, object and depmode must be set" 1>&2 67 depfile=${depfile-`echo "$object" | 94 "$@" -MT "$object" -MD -MP -MF "$tmpdepfile" 125 echo "$object : \\" > "$depfile" 169 echo "$object : \\" > "$depfile" 201 # current directory. Also, the AIX compiler puts `$object:' at the 202 # start of each line; $object doesn't have directory information. 204 stripped=`echo "$object" | se [all...] |
/illumos-gate/usr/src/common/lzma/ |
H A D | LzFind.h | 82 typedef void (*Mf_Init_Func)(void *object); 83 typedef Byte (*Mf_GetIndexByte_Func)(void *object, Int32 index); 84 typedef UInt32 (*Mf_GetNumAvailableBytes_Func)(void *object); 85 typedef const Byte * (*Mf_GetPointerToCurrentPos_Func)(void *object); 86 typedef UInt32 (*Mf_GetMatches_Func)(void *object, UInt32 *distances); 87 typedef void (*Mf_Skip_Func)(void *object, UInt32);
|
/illumos-gate/usr/src/lib/common/i386/ |
H A D | crt1.s | 49 .type _environ,@object 56 .type __environ_lock,@object 63 .type ___Argv,@object 124 .type __get_exit_frame_monitor_ptr,@object 130 .type __do_exit_code_ptr,@object 198 * The following is here in case any object module compiled with cc -p 212 .type __longdouble_used,@object
|
/illumos-gate/usr/src/cmd/tic/ |
H A D | req.flg | 33 echo_file usr/src/lib/libcurses/screen/object.h
|
/illumos-gate/usr/src/lib/libxcurses/src/libc/wide/ |
H A D | wio_get.c | 65 for (prev = EOF; (ch = (*wio->get)(wio->object)) != EOF; prev = ch) { 81 (void) (*wio->unget)(ch, wio->object); 89 return !(*wio->iserror)(wio->object); 98 * The function referenced by "get" is passed the pointer "object" 128 if ((ch = (*wio->get)(wio->object)) == EOF)
|