Searched refs:entries_p (Results 1 - 6 of 6) sorted by relevance
/illumos-gate/usr/src/cmd/fs.d/autofs/ |
H A D | ns_fnreaddir.c | 178 getmapkeys_fn(const char *map, struct dir_entry **entries_p, int *error, argument 208 *error = list_ctx(init_ctx, entries_p, status); 228 entries_p, status); 240 entries_p, status); 254 for (p = *entries_p; p != NULL; p = p->next) 255 btree_enter(entries_p, p); 322 struct dir_entry **entries_p, FN_status_t *status) 328 if (list_ctx(ctx, entries_p, status) != 0) { 339 rc = list_ctx(nns_ctx, entries_p, status); 394 list_ctx(FN_ctx_t *ctx, struct dir_entry **entries_p, FN_status_ argument 321 list_ctx_and_or_nns(FN_ctx_t *ctx, FN_ctx_t *prefix_ctx, struct dir_entry **entries_p, FN_status_t *status) argument 424 list_ctx_aux(FN_ctx_t *ctx, FN_compound_name_t *name, const FN_attrset_t *syntax, struct dir_entry **entries_p, FN_status_t *status) argument 473 add_name_to_dirlist(const FN_compound_name_t *name, struct dir_entry **entries_p) argument [all...] |
/illumos-gate/usr/src/uts/common/io/ib/ibtl/ |
H A D | ibtl_cq.c | 176 ibt_query_cq(ibt_cq_hdl_t ibt_cq, uint32_t *entries_p, uint_t *count_p, argument 182 ibt_cq->cq_ibc_cq_hdl, entries_p, count_p, usec_p, hid_p));
|
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/ |
H A D | ibti_common.h | 1417 * (entries_p). This memory should be freed by the client using 1421 uint_t mcgs_max_num, ibt_mcg_info_t **mcgs_info_p, uint_t *entries_p); 1747 * and the number of entries in the array (entries_p). This memory 1774 ibt_srcip_info_t **src_info_p, uint_t *entries_p);
|
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/ |
H A D | ibcm_ti.c | 5325 * entries_p. 5327 * entries_p The number of ibt_mcg_attr_t entries returned. 5338 * (entries_p). This memory should be freed by the client using 5343 ibt_mcg_info_t **mcgs_info_p, uint_t *entries_p) 5361 if ((entries_p == NULL) || (mcgs_info_p == NULL)) { 5363 "entries_p or mcgs_info_p is NULL"); 5557 *entries_p = num_records; 5602 *entries_p = 0; 6497 uint_t *entries_p) 6507 sattr, src_info_p, entries_p); 5342 ibt_query_mcg(ib_gid_t rgid, ibt_mcg_attr_t *mcg_attr, uint_t mcgs_max_num, ibt_mcg_info_t **mcgs_info_p, uint_t *entries_p) argument 6496 ibt_get_src_ip(ibt_srcip_attr_t *sattr, ibt_srcip_info_t **src_info_p, uint_t *entries_p) argument [all...] |
/illumos-gate/usr/src/uts/common/io/ib/adapters/hermon/ |
H A D | hermon_ci.c | 902 hermon_ci_query_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, uint_t *entries_p, argument 913 *entries_p = cqhdl->cq_bufsz;
|
/illumos-gate/usr/src/uts/common/io/ib/adapters/tavor/ |
H A D | tavor_ci.c | 1224 tavor_ci_query_cq(ibc_hca_hdl_t hca, ibc_cq_hdl_t cq, uint_t *entries_p, argument 1251 *entries_p = cqhdl->cq_bufsz;
|
Completed in 118 milliseconds