Home
last modified time | relevance | path

Searched refs:IN (Results 1 – 25 of 1537) sorted by relevance

12345678910>>...62

/freebsd/contrib/ofed/opensm/include/opensm/
H A Dosm_helper.h69 const char *ib_get_sa_method_str(IN uint8_t method);
92 const char *ib_get_sm_method_str(IN uint8_t method);
115 const char *ib_get_sm_attr_str(IN ib_net16_t attr);
138 const char *ib_get_sa_attr_str(IN ib_net16_t attr);
183 static inline boolean_t ib_gid_is_notzero(IN const ib_gid_t * p_gid) in ib_gid_is_notzero()
212 void osm_dump_port_info(IN osm_log_t * p_log, IN ib_net64_t node_guid,
213 IN ib_net64_t port_guid, IN uint8_t port_num,
214 IN const ib_port_info_t * p_pi,
215 IN osm_log_level_t log_level);
217 void osm_dump_port_info_v2(IN osm_log_t * p_log, IN ib_net64_t node_guid,
[all …]
H A Dosm_sm.h192 void osm_sm_construct(IN osm_sm_t * p_sm);
221 void osm_sm_shutdown(IN osm_sm_t * p_sm);
244 void osm_sm_destroy(IN osm_sm_t * p_sm);
272 ib_api_status_t osm_sm_init(IN osm_sm_t * p_sm, IN osm_subn_t * p_subn,
273 IN osm_db_t * p_db, IN osm_vendor_t * p_vendor,
274 IN osm_mad_pool_t * p_mad_pool,
275 IN osm_vl15_t * p_vl15, IN osm_log_t * p_log,
276 IN osm_stats_t * p_stats,
277 IN cl_dispatcher_t * p_disp, IN cl_plock_t * p_lock);
326 void osm_sm_signal(IN osm_sm_t * p_sm, osm_signal_t signal);
[all …]
H A Dosm_switch.h213 void osm_switch_delete(IN OUT osm_switch_t ** pp_sw);
237 osm_switch_t *osm_switch_new(IN osm_node_t * p_node,
238 IN const osm_madw_t * p_madw);
266 static inline uint8_t osm_switch_get_hop_count(IN const osm_switch_t * p_sw, in osm_switch_get_hop_count()
267 IN uint16_t lid_ho, in osm_switch_get_hop_count()
268 IN uint8_t port_num) in osm_switch_get_hop_count()
301 cl_status_t osm_switch_set_hops(IN osm_switch_t * p_sw, IN uint16_t lid_ho,
302 IN uint8_t port_num, IN uint8_t num_hops);
334 void osm_switch_clear_hops(IN osm_switch_t * p_sw);
355 static inline uint8_t osm_switch_get_least_hops(IN const osm_switch_t * p_sw, in osm_switch_get_least_hops()
[all …]
H A Dosm_port.h221 void osm_physp_construct(IN osm_physp_t * p_physp);
245 void osm_physp_init(IN osm_physp_t * p_physp, IN ib_net64_t port_guid,
246 IN uint8_t port_num, IN const struct osm_node *p_node,
247 IN osm_bind_handle_t h_bind, IN uint8_t hop_count,
248 IN const uint8_t * p_initial_path);
296 void osm_physp_destroy(IN osm_physp_t * p_physp);
325 static inline boolean_t osm_physp_is_valid(IN const osm_physp_t * p_physp) in osm_physp_is_valid()
356 static inline boolean_t osm_physp_is_healthy(IN const osm_physp_t * p_physp) in osm_physp_is_healthy()
390 boolean_t osm_link_is_healthy(IN const osm_physp_t * p_physp);
417 static inline void osm_physp_set_health(IN osm_physp_t * p_physp, in osm_physp_set_health()
[all …]
H A Dosm_pkey.h187 void osm_pkey_tbl_construct(IN osm_pkey_tbl_t * p_pkey_tbl);
205 ib_api_status_t osm_pkey_tbl_init(IN osm_pkey_tbl_t * p_pkey_tbl);
223 void osm_pkey_tbl_destroy(IN osm_pkey_tbl_t * p_pkey_tbl);
242 osm_pkey_tbl_get_num_blocks(IN const osm_pkey_tbl_t * p_pkey_tbl) in osm_pkey_tbl_get_num_blocks()
317 void osm_pkey_find_last_accum_pkey_index(IN osm_pkey_tbl_t * p_pkey_tbl);
330 osm_pkey_tbl_set_accum_pkeys(IN osm_pkey_tbl_t * p_pkey_tbl,
331 IN uint16_t pkey, IN uint16_t pkey_idx);
359 osm_pkey_tbl_set_new_entry(IN osm_pkey_tbl_t * p_pkey_tbl,
360 IN uint16_t block_idx,
361 IN uint8_t pkey_idx, IN uint16_t pkey);
[all …]
H A Dosm_db_pack.h75 static inline osm_db_domain_t *osm_db_guid2lid_init(IN osm_db_t * p_db) in osm_db_guid2lid_init()
125 int osm_db_guid2lid_guids(IN osm_db_domain_t * p_g2l,
155 int osm_db_guid2lid_get(IN osm_db_domain_t * p_g2l, IN uint64_t guid,
188 int osm_db_guid2lid_set(IN osm_db_domain_t * p_g2l, IN uint64_t guid,
189 IN uint16_t min_lid, IN uint16_t max_lid);
221 int osm_db_guid2lid_delete(IN osm_db_domain_t * p_g2l, IN uint64_t guid);
247 static inline osm_db_domain_t *osm_db_guid2mkey_init(IN osm_db_t * p_db) in osm_db_guid2mkey_init()
275 int osm_db_guid2mkey_guids(IN osm_db_domain_t * p_g2m,
305 int osm_db_guid2mkey_get(IN osm_db_domain_t * p_g2m, IN uint64_t guid,
335 int osm_db_guid2mkey_set(IN osm_db_domain_t * p_g2m, IN uint64_t guid,
[all …]
H A Dosm_sa.h272 void osm_sa_construct(IN osm_sa_t * p_sa);
301 void osm_sa_shutdown(IN osm_sa_t * p_sa);
324 void osm_sa_destroy(IN osm_sa_t * p_sa);
352 ib_api_status_t osm_sa_init(IN osm_sm_t * p_sm, IN osm_sa_t * p_sa,
353 IN osm_subn_t * p_subn, IN osm_vendor_t * p_vendor,
354 IN osm_mad_pool_t * p_mad_pool,
355 IN osm_log_t * p_log, IN osm_stats_t * p_stats,
356 IN cl_dispatcher_t * p_disp,
357 IN cl_dispatcher_t * p_set_disp,
358 IN cl_plock_t * p_lock);
[all …]
H A Dosm_node.h162 void osm_node_delete(IN OUT osm_node_t ** p_node);
189 osm_node_t *osm_node_new(IN const osm_madw_t * p_madw);
217 static inline osm_physp_t *osm_node_get_physp_ptr(IN osm_node_t * p_node, in osm_node_get_physp_ptr()
218 IN uint32_t port_num) in osm_node_get_physp_ptr()
254 static inline uint8_t osm_node_get_type(IN const osm_node_t * p_node) in osm_node_get_type()
285 static inline uint8_t osm_node_get_num_physp(IN const osm_node_t * p_node) in osm_node_get_num_physp()
315 osm_node_t *osm_node_get_remote_node(IN osm_node_t * p_node,
316 IN uint8_t port_num,
351 static inline ib_net16_t osm_node_get_base_lid(IN const osm_node_t * p_node, in osm_node_get_base_lid()
352 IN uint32_t port_num) in osm_node_get_base_lid()
[all …]
/freebsd/sys/contrib/edk2/Include/Library/
H A DBaseLib.h179 IN CONST CHAR16 *String,
180 IN UINTN MaxSize
207 IN CONST CHAR16 *String,
208 IN UINTN MaxSize
241 IN UINTN DestMax,
242 IN CONST CHAR16 *Source
278 IN UINTN DestMax,
279 IN CONST CHAR16 *Source,
280 IN UINTN Length
315 IN OUT CHAR16 *Destination,
[all …]
H A DPrintLib.h244 IN UINTN BufferSize,
245 IN CONST CHAR16 *FormatString,
246 IN VA_LIST Marker
291 IN UINTN BufferSize,
292 IN CONST CHAR16 *FormatString,
293 IN BASE_LIST Marker
340 IN UINTN BufferSize,
341 IN CONST CHAR16 *FormatString,
388 IN UINTN BufferSize,
389 IN CONST CHAR8 *FormatString,
[all …]
H A DPcdLib.h1079 IN UINTN SkuId
1096 IN UINTN TokenNumber
1113 IN UINTN TokenNumber
1130 IN UINTN TokenNumber
1147 IN UINTN TokenNumber
1164 IN UINTN TokenNumber
1181 IN UINTN TokenNumber
1196 IN UINTN TokenNumber
1217 IN CONST GUID *Guid,
1218 IN UINTN TokenNumber
[all …]
H A DBaseMemoryLib.h37 IN CONST VOID *SourceBuffer,
38 IN UINTN Length
59 IN UINTN Length,
60 IN UINT8 Value
86 IN UINTN Length,
87 IN UINT16 Value
113 IN UINTN Length,
114 IN UINT32 Value
140 IN UINTN Length,
141 IN UINT64 Value
[all …]
H A DMemoryAllocationLib.h33 IN UINTN Pages
52 IN UINTN Pages
71 IN UINTN Pages
94 IN VOID *Buffer,
95 IN UINTN Pages
119 IN UINTN Pages,
120 IN UINTN Alignment
144 IN UINTN Pages,
145 IN UINTN Alignment
169 IN UINTN Pages,
[all …]
/freebsd/stand/efi/include/
H A Defiprot.h52 IN struct _EFI_BLOCK_IO *This,
53 IN BOOLEAN ExtendedVerification
59 IN struct _EFI_BLOCK_IO *This,
60 IN UINT32 MediaId,
61 IN EFI_LBA LBA,
62 IN UINTN BufferSize,
70 IN struct _EFI_BLOCK_IO *This,
71 IN UINT32 MediaId,
72 IN EFI_LBA LBA,
73 IN UINTN BufferSize,
[all …]
H A Defiapi.h50 IN EFI_ALLOCATE_TYPE Type,
51 IN EFI_MEMORY_TYPE MemoryType,
52 IN UINTN NoPages,
59 IN EFI_PHYSICAL_ADDRESS Memory,
60 IN UINTN NoPages
66 IN OUT UINTN *MemoryMapSize,
67 IN OUT EFI_MEMORY_DESCRIPTOR *MemoryMap,
79 IN EFI_MEMORY_TYPE PoolType,
80 IN UINTN Size,
87 IN VOID *Buffer
[all …]
H A Defipciio.h155 IN EFI_PCI_IO_PROTOCOL *This,
156 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
157 IN UINT8 BarIndex,
158 IN UINT64 Offset,
159 IN UINT64 Mask,
160 IN UINT64 Value,
161 IN UINT64 Delay,
188 IN EFI_PCI_IO_PROTOCOL *This,
189 IN EFI_PCI_IO_PROTOCOL_WIDTH Width,
190 IN UINT8 BarIndex,
[all …]
H A Defipxebc.h274 IN struct _EFI_PXE_BASE_CODE *This,
275 IN BOOLEAN UseIpv6
281 IN struct _EFI_PXE_BASE_CODE *This
287 IN struct _EFI_PXE_BASE_CODE *This,
288 IN BOOLEAN SortOffers
294 IN struct _EFI_PXE_BASE_CODE *This,
295 IN UINT16 Type,
296 IN UINT16 *Layer,
297 IN BOOLEAN UseBis,
298 IN OUT EFI_PXE_BASE_CODE_DISCOVER_INFO *Info OPTIONAL
[all …]
/freebsd/sys/contrib/edk2/Include/Uefi/
H A DUefiSpec.h181 IN EFI_ALLOCATE_TYPE Type,
182 IN EFI_MEMORY_TYPE MemoryType,
183 IN UINTN Pages,
184 IN OUT EFI_PHYSICAL_ADDRESS *Memory
202 IN EFI_PHYSICAL_ADDRESS Memory,
203 IN UINTN Pages
234 IN OUT UINTN *MemoryMapSize,
263 IN EFI_MEMORY_TYPE PoolType,
264 IN UINTN Size,
280 IN VOID *Buffer
[all …]
/freebsd/sys/kern/
H A Dvnode_if.src20 # ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
24 # HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 # LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
55 IN struct vnode *vp;
67 IN struct vnode *dvp;
69 IN struct componentname *cnp;
79 IN struct vnode *dvp;
81 IN struct componentname *cnp;
91 IN struct vnode *dvp;
93 IN struct componentname *cnp;
[all …]
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_vector.h116 (*cl_pfn_vec_init_t) (IN void *const p_element, IN void *context);
155 (*cl_pfn_vec_dtor_t) (IN void *const p_element, IN void *context);
187 (*cl_pfn_vec_apply_t) (IN const size_t index,
188 IN void *const p_element, IN void *context);
223 (*cl_pfn_vec_find_t) (IN const size_t index,
224 IN const void *const p_element, IN void *context);
262 (*cl_pfn_vec_copy_t) (IN void *const p_dest,
263 IN const void *const p_src, IN const size_t size);
355 void cl_vector_construct(IN cl_vector_t * const p_vector);
384 cl_vector_init(IN cl_vector_t * const p_vector,
[all …]
H A Dcl_ptr_vector.h102 (*cl_pfn_ptr_vec_apply_t) (IN const size_t index,
103 IN void *const element, IN void *context);
138 (*cl_pfn_ptr_vec_find_t) (IN const size_t index,
139 IN const void *const element, IN void *context);
220 void cl_ptr_vector_construct(IN cl_ptr_vector_t * const p_vector);
250 cl_ptr_vector_init(IN cl_ptr_vector_t * const p_vector,
251 IN const size_t min_size, IN const size_t grow_size);
283 void cl_ptr_vector_destroy(IN cl_ptr_vector_t * const p_vector);
313 cl_ptr_vector_get_capacity(IN const cl_ptr_vector_t * const p_vector) in cl_ptr_vector_get_capacity()
348 cl_ptr_vector_get_size(IN const cl_ptr_vector_t * const p_vector) in cl_ptr_vector_get_size()
[all …]
H A Dcl_qlist.h213 (*cl_pfn_qlist_apply_t) (IN cl_list_item_t * const p_list_item,
214 IN void *context);
246 (*cl_pfn_qlist_find_t) (IN const cl_list_item_t * const p_list_item,
247 IN void *context);
283 __cl_primitive_insert(IN cl_list_item_t * const p_list_item, in __cl_primitive_insert()
284 IN cl_list_item_t * const p_new_item) in __cl_primitive_insert()
319 static inline void __cl_primitive_remove(IN cl_list_item_t * const p_list_item) in __cl_primitive_remove()
361 cl_qlist_set_obj(IN cl_list_obj_t * const p_list_obj, in cl_qlist_set_obj()
362 IN const void *const p_object) in cl_qlist_set_obj()
393 static inline void *cl_qlist_obj(IN const cl_list_obj_t * const p_list_obj) in cl_qlist_obj()
[all …]
H A Dcl_list.h164 (*cl_pfn_list_apply_t) (IN void *const p_object, IN void *context);
196 (*cl_pfn_list_find_t) (IN const void *const p_object, IN void *context);
228 void cl_list_construct(IN cl_list_t * const p_list);
257 static inline boolean_t cl_is_list_inited(IN const cl_list_t * const p_list) in cl_is_list_inited()
297 cl_list_init(IN cl_list_t * const p_list, IN const size_t min_items);
331 void cl_list_destroy(IN cl_list_t * const p_list);
363 static inline boolean_t cl_is_list_empty(IN const cl_list_t * const p_list) in cl_is_list_empty()
394 cl_list_insert_head(IN cl_list_t * const p_list, IN const void *const p_object) in cl_list_insert_head()
445 cl_list_insert_tail(IN cl_list_t * const p_list, IN const void *const p_object) in cl_list_insert_tail()
497 cl_list_insert_array_head(IN cl_list_t * const p_list,
[all …]
/freebsd/contrib/ofed/opensm/include/vendor/
H A Dosm_vendor_api.h68 typedef void (*osm_vend_mad_recv_callback_t) (IN osm_madw_t * p_madw,
69 IN void *bind_context,
70 IN osm_madw_t * p_req_madw);
103 typedef void (*osm_vend_mad_send_err_callback_t) (IN void *bind_context,
104 IN osm_madw_t * p_madw);
134 osm_vendor_t *osm_vendor_new(IN osm_log_t * const p_log,
135 IN const uint32_t timeout);
161 void osm_vendor_delete(IN osm_vendor_t ** const pp_vend);
185 osm_vendor_get_all_port_attr(IN osm_vendor_t * const p_vend,
186 IN ib_port_attr_t * const p_attr_array,
[all …]
H A Dosm_vendor_mlx_txn.h118 osmv_txn_init(IN osm_bind_handle_t h_bind,
119 IN uint64_t tid, IN uint64_t key, OUT osmv_txn_ctx_t ** pp_txn);
132 osmv_txn_init_rmpp_sender(IN osm_bind_handle_t h_bind,
133 IN osmv_txn_ctx_t * p_txn, IN osm_madw_t * p_madw);
146 osmv_txn_init_rmpp_receiver(IN osm_bind_handle_t h_bind,
147 IN osmv_txn_ctx_t * p_txn,
148 IN boolean_t is_init_by_peer);
161 osmv_txn_done(IN osm_bind_handle_t h_bind,
162 IN uint64_t key, IN boolean_t is_in_cb);
172 static inline uint64_t osmv_txn_get_tid(IN osmv_txn_ctx_t * p_txn) in osmv_txn_get_tid()
[all …]

12345678910>>...62