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

/osnet-11/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c285 entry.ds_type = type;
412 if (inittab_table[i].ds_type != inittab_ent->ds_type ||
572 switch (ie->ds_type) {
623 switch (ie->ds_type) {
911 if (inet_pton(ie->ds_type == DSYM_IP ? AF_INET :
950 is_signed = (ie->ds_type == DSYM_SNUMBER64 ||
951 ie->ds_type == DSYM_SNUMBER32 ||
952 ie->ds_type == DSYM_SNUMBER16 ||
953 ie->ds_type
[all...]
H A Ddhcp_symbol.h105 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,
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_decl.h79 ctf_id_t ds_type; /* CTF id of enclosing type */ member in struct:dt_scope
H A Ddt_decl.c147 dsp->ds_type = CTF_ERR;
637 if (ctf_add_member(dsp->ds_ctfp, dsp->ds_type,
724 dsp->ds_ctfp, dsp->ds_type, dnp->dn_string, &value) != 0) {
744 if (ctf_add_enumerator(dsp->ds_ctfp, dsp->ds_type,
782 dt_node_type_assign(dnp, dsp->ds_ctfp, dsp->ds_type);
801 idp->di_type = dsp->ds_type;
1056 dsp->ds_type = CTF_ERR;
1088 dsp->ds_type = type;
1117 rsp->ds_type = dsp->ds_type;
[all...]
/osnet-11/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));
/osnet-11/usr/src/lib/libipadm/common/
H A Dipadm_addr.c3845 if (entry->ds_type == DSYM_OCTET) {
3861 entry->ds_type = DSYM_DUID;
3885 } else if (entry->ds_type == DSYM_DUID) {
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_dataset.c4761 int ds_type = zhp->zfs_type; local
4764 if (types & ds_type)

Completed in 70 milliseconds