Searched refs:ds_type (Results 1 - 8 of 8) sorted by relevance
/osnet-11/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 285 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 D | dhcp_symbol.h | 105 dsym_cdtype_t ds_type; /* type of parm */ member in struct:dhcp_symbol
|
H A D | dhcp_symbol.c | 669 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 D | dt_decl.h | 79 ctf_id_t ds_type; /* CTF id of enclosing type */ member in struct:dt_scope
|
H A D | dt_decl.c | 147 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 D | ap_sbd.c | 281 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 D | ipadm_addr.c | 3845 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 D | libzfs_dataset.c | 4761 int ds_type = zhp->zfs_type; local 4764 if (types & ds_type)
|
Completed in 58 milliseconds