Home
last modified time | relevance | path

Searched refs:res_type (Results 1 – 18 of 18) sorted by relevance

/NextBSD/usr.bin/rpcgen/
HDrpc_clntout.c88 ptype(proc->res_prefix, proc->res_type, 1); in write_program()
129 ptype(proc->res_prefix, proc->res_type, 1); in printarglist()
138 ptype(proc->res_prefix, proc->res_type, 1); in printarglist()
150 ptype(proc->res_prefix, proc->res_type, 1); in printarglist()
188 if (streq(proc->res_type, "void")) { in printbody()
191 ptype(proc->res_prefix, proc->res_type, 0); in printbody()
196 ampr(proc->res_type), RESULT, RESULT); in printbody()
213 stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type), in printbody()
239 stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type), in printbody()
253 stringfix(proc->res_type), ampr(proc->res_type), in printbody()
[all …]
HDrpc_sample.c97 ptype(proc->res_prefix, proc->res_type, 1); in write_sample_client()
100 ptype(proc->res_prefix, proc->res_type, 1); in write_sample_client()
178 ptype(proc->res_prefix, proc->res_type, 1); in write_sample_client()
211 if(!streq(proc->res_type, "void")) in write_sample_server()
224 if(!streq(proc->res_type, "void")) in write_sample_server()
252 ptype(plist->res_prefix, plist->res_type, 1); in return_type()
HDrpc_parse.h156 const char *res_type; member
HDrpc_svcout.c86 ptype(plist->res_prefix, plist->res_type, 1); in internal_proctype()
436 if (streq(proc->res_type, "void")) { in write_program()
440 ptype(proc->res_prefix, proc->res_type, 0); in write_program()
487 p_xdrfunc(RESULT, proc->res_type); in write_program()
HDrpc_tblout.c140 printit(proc->res_prefix, proc->res_type); in write_table()
HDrpc_hout.c331 ptype(proc->res_prefix, proc->res_type, 1); in pprocdef()
366 ptype(proc->res_prefix, proc->res_type, 1); in parglist()
HDrpc_parse.c167 get_type(&plist->res_prefix, &plist->res_type, in def_program()
169 if (streq(plist->res_type, "opaque")) { in def_program()
/NextBSD/contrib/subversion/subversion/libsvn_ra_serf/
HDstat.c95 const char *res_type; in svn_ra_serf__check_path() local
101 res_type = svn_prop_get_value(dav_props, "resourcetype"); in svn_ra_serf__check_path()
102 if (!res_type) in svn_ra_serf__check_path()
110 if (strcmp(res_type, "collection") == 0) in svn_ra_serf__check_path()
/NextBSD/sbin/camcontrol/
HDpersist.c435 int scope = SPR_LU_SCOPE, res_type = 0; in scsipersist() local
627 res_type = strtol(optarg, &endptr, 0); in scsipersist()
644 res_type = rtype_table[table_entry].value; in scsipersist()
843 /*res_type*/ res_type, in scsipersist()
/NextBSD/sys/dev/acpica/
HDacpi_cpu.c73 int res_type; /* Resource type for p_lvlx. */ member
724 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()
742 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid, in acpi_cpu_generic_cx_probe()
772 bus_release_resource(cpu_dev, cx_ptr->res_type, cx_ptr->res_rid, in acpi_cpu_cx_cst_free_plvlx()
921 acpi_PkgGas(sc->cpu_dev, pkg, 0, &cx_ptr->res_type, in acpi_cpu_cx_cst()
HDacpi.c1529 int error, res_type; in acpi_bus_alloc_gas() local
1538 res_type = SYS_RES_MEMORY; in acpi_bus_alloc_gas()
1541 res_type = SYS_RES_IOPORT; in acpi_bus_alloc_gas()
1558 bus_set_resource(dev, res_type, *rid, gas->Address, in acpi_bus_alloc_gas()
1560 *res = bus_alloc_resource_any(dev, res_type, rid, RF_ACTIVE | flags); in acpi_bus_alloc_gas()
1562 *type = res_type; in acpi_bus_alloc_gas()
1565 bus_delete_resource(dev, res_type, *rid); in acpi_bus_alloc_gas()
/NextBSD/sys/cam/ctl/
HDctl_io.h402 uint8_t res_type; member
HDctl.c7904 persis_io.pr.pr_info.res_type = type; in ctl_pro_preempt()
7974 persis_io.pr.pr_info.res_type = type; in ctl_pro_preempt()
8051 persis_io.pr.pr_info.res_type = type; in ctl_pro_preempt()
8088 persis_io.pr.pr_info.res_type = type; in ctl_pro_preempt()
8125 lun->pr_res_type = msg->pr.pr_info.res_type; in ctl_pro_preempt_other()
8149 } else if (msg->pr.pr_info.res_type != lun->pr_res_type in ctl_pro_preempt_other()
8155 lun->pr_res_type = msg->pr.pr_info.res_type; in ctl_pro_preempt_other()
8447 persis_io.pr.pr_info.res_type = type; in ctl_persistent_reserve_out()
8635 lun->pr_res_type = msg->pr.pr_info.res_type; in ctl_hndl_per_res_out_on_other_sc()
/NextBSD/sys/dev/ifmlx4/
HDresource_tracker.c302 enum mlx4_resource res_type, int count, in mlx4_grant_resource() argument
307 &priv->mfunc.master.res_tracker.res_alloc[res_type]; in mlx4_grant_resource()
355 enum mlx4_resource res_type, int count, in mlx4_release_resource() argument
360 &priv->mfunc.master.res_tracker.res_alloc[res_type]; in mlx4_release_resource()
377 enum mlx4_resource res_type, in initialize_res_quotas() argument
384 if (res_type == RES_MTT) { in initialize_res_quotas()
/NextBSD/sys/ofed/drivers/net/mlx4/
HDresource_tracker.c302 enum mlx4_resource res_type, int count, in mlx4_grant_resource() argument
307 &priv->mfunc.master.res_tracker.res_alloc[res_type]; in mlx4_grant_resource()
355 enum mlx4_resource res_type, int count, in mlx4_release_resource() argument
360 &priv->mfunc.master.res_tracker.res_alloc[res_type]; in mlx4_release_resource()
377 enum mlx4_resource res_type, in initialize_res_quotas() argument
384 if (res_type == RES_MTT) { in initialize_res_quotas()
/NextBSD/contrib/gcc/cp/
HDtypeck.c3904 tree res_type = TREE_TYPE (ptrop); in cp_pointer_int_sum() local
3911 complete_type (TREE_TYPE (res_type)); in cp_pointer_int_sum()
/NextBSD/sys/cam/scsi/
HDscsi_all.c8504 int scope, int res_type, uint8_t *data_ptr, in scsi_persistent_reserve_out() argument
8514 scsi_cmd->scope_type = scope | res_type; in scsi_persistent_reserve_out()
HDscsi_all.h4014 int scope, int res_type, uint8_t *data_ptr,