Searched refs:base_object (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/sys/dev/isci/scil/
H A Dsci_object.h81 * @param[in] base_object This parameter specifies the SCI object for
85 * associated to the supplied base_object parameter.
87 * association for the supplied base_object instance.
91 SCI_OBJECT_HANDLE_T base_object
103 * @param[in] base_object This parameter specifies the SCI object for
114 SCI_OBJECT_HANDLE_T base_object,
118 #define sci_object_set_association(base_object, associated_object) \
119 ((*((void **)base_object)) = (associated_object))
H A Dsci_base_object.c96 SCI_BASE_OBJECT_T * base_object,
101 base_object->logger = logger;
103 base_object->associated_object = NULL;
95 sci_base_object_construct( SCI_BASE_OBJECT_T * base_object, struct SCI_BASE_LOGGER * logger ) argument
H A Dsci_base_object.h101 * @param[in] base_object This parameter specifies the SCI base
109 SCI_BASE_OBJECT_T * base_object,
118 * @param[in] base_object This parameter specifies the SCI base object for
122 * previously associated to the supplied base_object
125 * association for the supplied base_object instance.
H A Dsci_base_state.h75 SCI_BASE_OBJECT_T *base_object
/freebsd-9.3-release/contrib/gcc/
H A Dtree-data-ref.h42 base_object a NULL
60 tree base_object; member in struct:base_object_info
116 #define DR_BASE_OBJECT(DR) (DR)->object_info.base_object
H A Dtree-ssa-loop-ivopts.c105 tree base_object; /* A memory object to that the induction variable points. */ member in struct:iv
397 if (iv->base_object)
400 print_generic_expr (file, iv->base_object, TDF_SLIM);
898 iv->base_object = determine_base_object (base);
3881 if (use->iv->base_object
3882 && cand->iv->base_object
3883 && !operand_equal_p (use->iv->base_object, cand->iv->base_object, 0))

Completed in 164 milliseconds