Searched refs:res_type (Results 1 - 25 of 25) sorted by relevance

/freebsd-current/usr.bin/rpcgen/
H A Drpc_clntout.c78 ptype(proc->res_prefix, proc->res_type, 1);
119 ptype(proc->res_prefix, proc->res_type, 1);
128 ptype(proc->res_prefix, proc->res_type, 1);
140 ptype(proc->res_prefix, proc->res_type, 1);
178 if (streq(proc->res_type, "void")) {
181 ptype(proc->res_prefix, proc->res_type, 0);
186 ampr(proc->res_type), RESULT, RESULT);
203 stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type),
229 stringfix(proc->res_type), (mtfla
[all...]
H A Drpc_sample.c92 ptype(proc->res_prefix, proc->res_type, 1);
95 ptype(proc->res_prefix, proc->res_type, 1);
173 ptype(proc->res_prefix, proc->res_type, 1);
206 if(!streq(proc->res_type, "void"))
219 if(!streq(proc->res_type, "void"))
247 ptype(plist->res_prefix, plist->res_type, 1);
H A Drpc_parse.h151 const char *res_type; member in struct:proc_list
H A Drpc_tblout.c130 printit(proc->res_prefix, proc->res_type);
H A Drpc_hout.c321 ptype(proc->res_prefix, proc->res_type, 1);
356 ptype(proc->res_prefix, proc->res_type, 1);
H A Drpc_svcout.c76 ptype(plist->res_prefix, plist->res_type, 1);
426 if (streq(proc->res_type, "void")) {
430 ptype(proc->res_prefix, proc->res_type, 0);
477 p_xdrfunc(RESULT, proc->res_type);
H A Drpc_parse.c158 get_type(&plist->res_prefix, &plist->res_type,
160 if (streq(plist->res_type, "opaque")) {
/freebsd-current/sys/dev/ice/
H A Dice_rdma.h295 * @var ice_rdma_qset_update::res_type
305 enum ice_res_type res_type; member in struct:ice_rdma_qset_update
H A Dice_switch.c164 sw_buf->res_type = CPU_TO_LE16(ICE_AQC_RES_TYPE_GLOBAL_RSS_HASH |
199 sw_buf->res_type = CPU_TO_LE16(ICE_AQC_RES_TYPE_GLOBAL_RSS_HASH);
241 sw_buf->res_type =
273 counter_buf->res_type =
322 sw_buf->res_type = CPU_TO_LE16(ICE_AQC_RES_TYPE_SWID);
344 counter_buf->res_type = CPU_TO_LE16(ICE_AQC_RES_TYPE_VEB_COUNTER);
913 sw_buf->res_type = CPU_TO_LE16(ICE_AQC_RES_TYPE_VSI_LIST_REP);
915 sw_buf->res_type =
1102 u8 res_type; local
1116 res_type
2300 ice_aq_get_res_descs(struct ice_hw *hw, u16 num_entries, struct ice_aqc_res_elem *buf, u16 buf_size, u16 res_type, bool res_shared, u16 *desc_id, struct ice_sq_cd *cd) argument
2812 ice_get_lg_act_aqc_res_type(u16 *res_type, int num_acts) argument
2852 u16 buf_len, res_type; local
[all...]
H A Dice_rdma.c185 switch(res->res_type) {
243 switch(res->res_type) {
H A Dice_flex_pipe.c1431 u16 res_type; local
1433 if (!ice_tcam_ent_rsrc_type(blk, &res_type))
1436 return ice_alloc_hw_res(hw, res_type, 1, btm, tcam_idx);
1450 u16 res_type; local
1452 if (!ice_tcam_ent_rsrc_type(blk, &res_type))
1455 return ice_free_hw_res(hw, res_type, 1, &tcam_idx);
1471 u16 res_type; local
1474 if (!ice_prof_id_rsrc_type(blk, &res_type))
1477 status = ice_alloc_hw_res(hw, res_type, 1, false, &get_prof);
1496 u16 res_type; local
[all...]
H A Dice_switch.h517 struct ice_aqc_res_elem *buf, u16 buf_size, u16 res_type,
H A Dice_adminq_cmd.h382 __le16 res_type; /* Types defined above cmd 0x0204 */ member in struct:ice_aqc_get_res_resp_elem
409 __le16 res_type; /* Types defined above cmd 0x0204 */ member in struct:ice_aqc_alloc_free_res_elem
H A Dice_common.c2131 buf->res_type = CPU_TO_LE16(type | ICE_AQC_RES_TYPE_FLAG_DEDICATED |
2134 buf->res_type |= CPU_TO_LE16(ICE_AQC_RES_TYPE_FLAG_SCAN_BOTTOM);
2169 buf->res_type = CPU_TO_LE16(type);
/freebsd-current/sbin/camcontrol/
H A Dpersist.c436 int scope = SPR_LU_SCOPE, res_type = 0; local
625 res_type = strtol(optarg, &endptr, 0);
642 res_type = rtype_table[table_entry].value;
841 /*res_type*/ res_type,
/freebsd-current/sys/dev/acpica/
H A Dacpi_cpu.c71 int res_type; /* Resource type for p_lvlx. */ member in struct:acpi_cx
732 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
749 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
778 bus_release_resource(cpu_dev, cx_ptr->res_type, cx_ptr->res_rid,
922 acpi_PkgGas(sc->cpu_dev, pkg, 0, &cx_ptr->res_type,
H A Dacpi_apei.c59 int res_type; member in struct:apei_ge
703 acpi_bus_alloc_gas(dev, &ge->res_type, &ge->res_rid,
770 bus_release_resource(dev, ge->res_type,
H A Dacpi.c1677 int error, res_type; local
1686 res_type = SYS_RES_MEMORY;
1689 res_type = SYS_RES_IOPORT;
1706 bus_set_resource(dev, res_type, *rid, gas->Address,
1708 *res = bus_alloc_resource_any(dev, res_type, rid, RF_ACTIVE | flags);
1710 *type = res_type;
1713 bus_delete_resource(dev, res_type, *rid);
/freebsd-current/sys/dev/irdma/
H A Dfbsd_kcompat.c117 res->res_type = ICE_RDMA_QSET_ALLOC;
141 res->res_type = ICE_RDMA_QSET_FREE;
H A Dirdma_cm.c2433 u32 res_type; local
2435 err = irdma_parse_mpa(cm_node, dataloc, &res_type, datasize);
2446 if (res_type == IRDMA_MPA_REQUEST_REJECT)
2457 if (res_type == IRDMA_MPA_REQUEST_REJECT) {
/freebsd-current/sys/cam/ctl/
H A Dctl_io.h492 uint8_t res_type; member in struct:ctl_pr_info
H A Dctl.c7967 persis_io.pr.pr_info.res_type = type;
8037 persis_io.pr.pr_info.res_type = type;
8114 persis_io.pr.pr_info.res_type = type;
8151 persis_io.pr.pr_info.res_type = type;
8188 lun->pr_res_type = msg->pr.pr_info.res_type;
8212 } else if (msg->pr.pr_info.res_type != lun->pr_res_type
8218 lun->pr_res_type = msg->pr.pr_info.res_type;
8496 persis_io.pr.pr_info.res_type = type;
8684 lun->pr_res_type = msg->pr.pr_info.res_type;
/freebsd-current/sys/dev/mlx4/mlx4_core/
H A Dmlx4_resource_tracker.c306 enum mlx4_resource res_type, int count,
311 &priv->mfunc.master.res_tracker.res_alloc[res_type];
332 slave, port, resource_str(res_type), count,
353 slave, port, resource_str(res_type), free,
377 enum mlx4_resource res_type, int count,
382 &priv->mfunc.master.res_tracker.res_alloc[res_type];
423 enum mlx4_resource res_type,
431 if (res_type == RES_MTT) {
305 mlx4_grant_resource(struct mlx4_dev *dev, int slave, enum mlx4_resource res_type, int count, int port) argument
376 mlx4_release_resource(struct mlx4_dev *dev, int slave, enum mlx4_resource res_type, int count, int port) argument
421 initialize_res_quotas(struct mlx4_dev *dev, struct resource_allocator *res_alloc, enum mlx4_resource res_type, int vf, int num_instances) argument
/freebsd-current/sys/cam/scsi/
H A Dscsi_all.c9118 int scope, int res_type, uint8_t *data_ptr,
9128 scsi_cmd->scope_type = scope | res_type;
9115 scsi_persistent_reserve_out(struct ccb_scsiio *csio, uint32_t retries, void (*cbfcnp)(struct cam_periph *, union ccb *), uint8_t tag_action, int service_action, int scope, int res_type, uint8_t *data_ptr, uint32_t dxfer_len, int sense_len, int timeout) argument
H A Dscsi_all.h4373 int scope, int res_type, uint8_t *data_ptr,

Completed in 582 milliseconds