Searched refs:ds_type (Results 1 - 20 of 20) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub_impl.h36 int ds_type; /* DLPI MAC type */ member in struct:dlpistub
H A Ddlpistub.c155 dsp->ds_type = type;
244 dlip->dl_mac_type = dsp->ds_type;
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c283 entry.ds_type = type;
410 if (inittab_table[i].ds_type != inittab_ent->ds_type ||
571 switch (ie->ds_type) {
622 switch (ie->ds_type) {
910 if (inet_pton(ie->ds_type == DSYM_IP ? AF_INET :
949 is_signed = (ie->ds_type == DSYM_SNUMBER64 ||
950 ie->ds_type == DSYM_SNUMBER32 ||
951 ie->ds_type == DSYM_SNUMBER16 ||
952 ie->ds_type
[all...]
H A Ddhcp_symbol.h107 dsym_cdtype_t ds_type; /* type of parm */ member in struct:dhcp_symbol
H A Ddhcp_symbol.c669 sym->ds_type = 0;
760 ret = dsym_parse_type(fields[field_num], &sym->ds_type);
768 ret = dsym_validate_granularity(sym->ds_type,
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.h82 ctf_id_t ds_type; /* CTF id of enclosing type */ member in struct:dt_scope
H A Ddt_decl.c149 dsp->ds_type = CTF_ERR;
654 if (ctf_add_member(dsp->ds_ctfp, dsp->ds_type,
741 dsp->ds_ctfp, dsp->ds_type, dnp->dn_string, &value) != 0) {
761 if (ctf_add_enumerator(dsp->ds_ctfp, dsp->ds_type,
799 dt_node_type_assign(dnp, dsp->ds_ctfp, dsp->ds_type, B_FALSE);
818 idp->di_type = dsp->ds_type;
1078 dsp->ds_type = CTF_ERR;
1110 dsp->ds_type = type;
1139 rsp->ds_type = dsp->ds_type;
[all...]
/illumos-gate/usr/src/lib/cfgadm_plugins/sbd/common/
H A Dap_sbd.c281 DBG("ds_name,ds_unit,ds_type=<%s,%d,%d> ",
282 dst->ds_name, dst->ds_unit, dst->ds_type);
297 a->tgt = ap_cm_tgt(dst->ds_type);
773 switch (dst->ds_type) {
791 DBG("ap_dev_type(%d)=%s\n", dst->ds_type, type);
887 switch (dst->ds_type) {
916 switch (dst->ds_type) {
952 switch (dst->ds_type) {
1010 ap_info(a, ap->ap_info, ap_cm_tgt(dst->ds_type));
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dglobals.c143 switch (ds->ds_type) {
276 switch (ds->ds_type) {
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_get/
H A Dzfs_get_004_pos.ksh176 ds_type=`zfs get -H -o value type $ds`
177 case $ds_type in
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h102 uint_t ds_type; /* WO */ member in struct:dld_str_s
/illumos-gate/usr/src/uts/common/os/
H A Ddacf.c577 dacf_get_op_hash(dacf_opid_t op, dacf_devspec_t ds_type) argument
580 ASSERT(ds_type <= DACF_NUM_DEVSPECS && ds_type > 0);
585 if (dacf_rule_matrix[op - 1][ds_type - 1] == NULL) {
588 return (*(dacf_rule_matrix[op - 1][ds_type - 1]));
/illumos-gate/usr/src/uts/sun4v/sys/
H A Dds_impl.h151 #define DS_MSG_LEN(ds_type) (sizeof (ds_hdr_t) + sizeof (ds_type))
/illumos-gate/usr/src/uts/sun4u/sys/
H A Dsbd_ioctl.h180 #define ds_type d_cm.ci_type macro
/illumos-gate/usr/src/uts/i86pc/sys/
H A Dsbd_ioctl.h183 #define ds_type d_cm.ci_type macro
/illumos-gate/usr/src/cmd/sgs/include/
H A Dconv.h560 * ds_type: Identifies the variant
565 * conv_ds_msg_t (ds_type == CONV_DS_MSGARR)
573 * conv_ds_vd_t (ds_type == CONV_DS_VD)
581 * conv_ds_vd2_t (ds_type == CONV_DS_VD2)
594 conv_ds_type_t ds_type; /* Type of data structure used */ \
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr.c2335 _SBD_DEV_STAT(int32_t, ds_type);
2345 switch (dsp->ds_type) {
2397 f, (int)dsp->ds_type);
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr.c2368 _SBD_DEV_STAT(int32_t, ds_type);
2378 switch (dsp->ds_type) {
2430 f, (int)dsp->ds_type);
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c619 dsp->ds_type = type;
2042 ASSERT(dsp->ds_type == DLD_DLPI);
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c3154 int ds_type = zhp->zfs_type; local
3157 if (types & ds_type)

Completed in 146 milliseconds