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

/freebsd-10.1-release/usr.bin/rpcgen/
H A Drpc_clntout.c88 ptype(proc->res_prefix, proc->res_type, 1);
129 ptype(proc->res_prefix, proc->res_type, 1);
138 ptype(proc->res_prefix, proc->res_type, 1);
150 ptype(proc->res_prefix, proc->res_type, 1);
188 if (streq(proc->res_type, "void")) {
191 ptype(proc->res_prefix, proc->res_type, 0);
196 ampr(proc->res_type), RESULT, RESULT);
213 stringfix(proc->res_type), (mtflag)?"":ampr(proc->res_type),
239 stringfix(proc->res_type), (mtfla
[all...]
H A Drpc_sample.c97 ptype(proc->res_prefix, proc->res_type, 1);
100 ptype(proc->res_prefix, proc->res_type, 1);
178 ptype(proc->res_prefix, proc->res_type, 1);
211 if(!streq(proc->res_type, "void"))
224 if(!streq(proc->res_type, "void"))
252 ptype(plist->res_prefix, plist->res_type, 1);
H A Drpc_parse.h156 const char *res_type; member in struct:proc_list
H A Drpc_tblout.c140 printit(proc->res_prefix, proc->res_type);
H A Drpc_hout.c331 ptype(proc->res_prefix, proc->res_type, 1);
366 ptype(proc->res_prefix, proc->res_type, 1);
H A Drpc_svcout.c86 ptype(plist->res_prefix, plist->res_type, 1);
436 if (streq(proc->res_type, "void")) {
440 ptype(proc->res_prefix, proc->res_type, 0);
487 p_xdrfunc(RESULT, proc->res_type);
H A Drpc_parse.c167 get_type(&plist->res_prefix, &plist->res_type,
169 if (streq(plist->res_type, "opaque")) {
/freebsd-10.1-release/sbin/camcontrol/
H A Dpersist.c435 int scope = SPR_LU_SCOPE, res_type = 0, key_set = 0, sa_key_set = 0; local
629 res_type = strtol(optarg, &endptr, 0);
646 res_type = rtype_table[table_entry].value;
845 /*res_type*/ res_type,
/freebsd-10.1-release/sys/dev/acpica/
H A Dacpi_cpu.c71 int res_type; /* Resource type for p_lvlx. */ member in struct:acpi_cx
686 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
703 acpi_bus_alloc_gas(sc->cpu_dev, &cx_ptr->res_type, &cx_ptr->res_rid,
809 bus_release_resource(sc->cpu_dev, cx_ptr->res_type, cx_ptr->res_rid,
816 acpi_PkgGas(sc->cpu_dev, pkg, 0, &cx_ptr->res_type, &cx_ptr->res_rid,
H A Dacpi.c1441 int error, res_type; local
1450 res_type = SYS_RES_MEMORY;
1453 res_type = SYS_RES_IOPORT;
1470 bus_set_resource(dev, res_type, *rid, gas->Address,
1472 *res = bus_alloc_resource_any(dev, res_type, rid, RF_ACTIVE | flags);
1474 *type = res_type;
1477 bus_delete_resource(dev, res_type, *rid);
/freebsd-10.1-release/contrib/subversion/subversion/libsvn_ra_serf/
H A Dproperty.c1212 const char *res_type;
1215 res_type = svn_prop_get_value(dav_props, "resourcetype");
1216 if (!res_type)
1224 if (strcmp(res_type, "collection") == 0)
1210 const char *res_type; local
/freebsd-10.1-release/sys/cam/ctl/
H A Dctl_io.h409 uint8_t res_type; member in struct:ctl_pr_info
H A Dctl.c5524 || (lun->pr_res_idx!=residx && lun->res_type < 4)) {
5810 if ((lun->res_type == SPR_TYPE_EX_AC
5812 || ((lun->res_type == SPR_TYPE_EX_AC_RO
5813 || lun->res_type == SPR_TYPE_EX_AC_AR)
6848 if ((lun->res_type == SPR_TYPE_EX_AC
6850 || ((lun->res_type == SPR_TYPE_EX_AC_RO
6851 || lun->res_type == SPR_TYPE_EX_AC_AR)
7866 res->data.scopetype = lun->res_type;
7924 res_desc->scopetype = lun->res_type;
8036 lun->res_type
[all...]
H A Dctl_private.h402 uint8_t res_type; member in struct:ctl_lun
/freebsd-10.1-release/sys/ofed/drivers/net/mlx4/
H A Dresource_tracker.c302 enum mlx4_resource res_type, int count,
307 &priv->mfunc.master.res_tracker.res_alloc[res_type];
355 enum mlx4_resource res_type, int count,
360 &priv->mfunc.master.res_tracker.res_alloc[res_type];
377 enum mlx4_resource res_type,
384 if (res_type == RES_MTT) {
301 mlx4_grant_resource(struct mlx4_dev *dev, int slave, enum mlx4_resource res_type, int count, int port) argument
354 mlx4_release_resource(struct mlx4_dev *dev, int slave, enum mlx4_resource res_type, int count, int port) argument
375 initialize_res_quotas(struct mlx4_dev *dev, struct resource_allocator *res_alloc, enum mlx4_resource res_type, int vf, int num_instances) argument
/freebsd-10.1-release/contrib/gcc/cp/
H A Dtypeck.c3912 tree res_type = TREE_TYPE (ptrop);
3914 /* pointer_int_sum() uses size_in_bytes() on the TREE_TYPE(res_type)
3919 complete_type (TREE_TYPE (res_type));
3904 tree res_type = TREE_TYPE (ptrop); local
/freebsd-10.1-release/sys/cam/scsi/
H A Dscsi_all.c7435 int scope, int res_type, uint8_t *data_ptr,
7445 scsi_cmd->scope_type = scope | res_type;
7432 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.h3487 int scope, int res_type, uint8_t *data_ptr,

Completed in 362 milliseconds