/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/cglm/ |
H A D | cglm_0.9.4.bb | 5 HOMEPAGE = "https://github.com/recp/cglm" 6 BUGTRACKER = "https://github.com/recp/cglm/issues" 11 SRC_URI = "git://github.com/recp/cglm;branch=master;protocol=https"
|
/openbmc/u-boot/common/ |
H A D | bloblist.c | 55 static int bloblist_addrec(uint tag, int size, struct bloblist_rec **recp) in bloblist_addrec() argument 76 *recp = rec; in bloblist_addrec() 81 static int bloblist_ensurerec(uint tag, struct bloblist_rec **recp, int size) in bloblist_ensurerec() argument 96 *recp = rec; in bloblist_ensurerec()
|
/openbmc/linux/fs/xfs/scrub/ |
H A D | xfarray.c | 699 void *recp; in xfarray_qsort_pivot() local 726 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz, i); in xfarray_qsort_pivot() 731 error = xfarray_sort_load(si, *idxp, recp); in xfarray_qsort_pivot() 743 error = xfarray_load_next(si->array, &idx, recp); in xfarray_qsort_pivot() 757 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz, in xfarray_qsort_pivot() 759 memcpy(pivot, recp, si->array->obj_size); in xfarray_qsort_pivot() 786 recp = xfarray_pivot_array_rec(parray, pivot_rec_sz, j); in xfarray_qsort_pivot() 789 return xfarray_sort_store(si, *idxp, recp); in xfarray_qsort_pivot()
|
H A D | btree.c | 700 union xfs_btree_rec *recp; in xchk_btree() local 763 recp = xfs_btree_rec_addr(cur, cur->bc_levels[0].ptr, in xchk_btree() 765 error = bs->scrub_rec(bs, recp); in xchk_btree()
|
/openbmc/linux/drivers/net/ethernet/intel/ice/ |
H A D | ice_switch.c | 2150 struct ice_sw_recipe *recp) in ice_collect_result_idx() argument 2154 recp->res_idxs); in ice_collect_result_idx() 2855 struct ice_sw_recipe *recp; in ice_create_pkt_fwd_rule() local 2896 recp = &hw->switch_info->recp_list[l_type]; in ice_create_pkt_fwd_rule() 2897 list_add(&fm_entry->list_entry, &recp->filt_rules); in ice_create_pkt_fwd_rule() 4627 struct ice_sw_recipe *recp; in ice_find_recp() local 4631 recp = hw->switch_info->recp_list; in ice_find_recp() 4638 if (!recp[i].recp_created) in ice_find_recp() 4645 if (recp[i].root_buf && recp[i].root_buf->content.act_ctrl & in ice_find_recp() 4650 if (lkup_exts->n_val_words == recp[i].lkup_exts.n_val_words) { in ice_find_recp() [all …]
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log_recover.c | 1494 xlog_rec_header_t *recp = (xlog_rec_header_t *)buf; in xlog_add_record() local 1497 recp->h_magicno = cpu_to_be32(XLOG_HEADER_MAGIC_NUM); in xlog_add_record() 1498 recp->h_cycle = cpu_to_be32(cycle); in xlog_add_record() 1499 recp->h_version = cpu_to_be32( in xlog_add_record() 1501 recp->h_lsn = cpu_to_be64(xlog_assign_lsn(cycle, block)); in xlog_add_record() 1502 recp->h_tail_lsn = cpu_to_be64(xlog_assign_lsn(tail_cycle, tail_block)); in xlog_add_record() 1503 recp->h_fmt = cpu_to_be32(XLOG_FMT); in xlog_add_record() 1504 memcpy(&recp->h_fs_uuid, &log->l_mp->m_sb.sb_uuid, sizeof(uuid_t)); in xlog_add_record()
|
/openbmc/linux/drivers/scsi/libfc/ |
H A D | fc_fcp.c | 1507 struct fc_els_rec_acc *recp; in fc_fcp_rec_resp() local 1571 recp = fc_frame_payload_get(fp, sizeof(*recp)); in fc_fcp_rec_resp() 1572 offset = ntohl(recp->reca_fc4value); in fc_fcp_rec_resp() 1573 e_stat = ntohl(recp->reca_e_stat); in fc_fcp_rec_resp()
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_btree.c | 4319 union xfs_btree_rec **recp, /* output: btree record */ in xfs_btree_get_rec() argument 4349 *recp = xfs_btree_rec_addr(cur, ptr, block); in xfs_btree_get_rec() 4733 union xfs_btree_rec *recp; in xfs_btree_simple_query_range() local 4760 error = xfs_btree_get_rec(cur, &recp, &stat); in xfs_btree_simple_query_range() 4766 cur->bc_ops->init_high_key_from_rec(&rec_key, recp); in xfs_btree_simple_query_range() 4773 cur->bc_ops->init_key_from_rec(&rec_key, recp); in xfs_btree_simple_query_range() 4778 error = fn(cur, recp, priv); in xfs_btree_simple_query_range() 4826 union xfs_btree_rec *recp; in xfs_btree_overlapped_query_range() local 4863 recp = xfs_btree_rec_addr(cur, cur->bc_levels[0].ptr, in xfs_btree_overlapped_query_range() 4866 cur->bc_ops->init_high_key_from_rec(&rec_hkey, recp); in xfs_btree_overlapped_query_range() [all …]
|