Home
last modified time | relevance | path

Searched refs:didstr (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/prtdiag/i386/
H A Dsmbios.c179 char *didstr = NULL, *driver = NULL, *vidstr = NULL; in do_slot_mapping_cb() local
204 &didstr, &err) != 0) in do_slot_mapping_cb()
211 did = strtol(didstr, NULL, 16); in do_slot_mapping_cb()
230 (void) printf(gettext(", pci%s,%s (%s)"), vidstr, didstr, in do_slot_mapping_cb()
234 topo_hdl_strfree(thp, didstr); in do_slot_mapping_cb()
/illumos-gate/usr/src/uts/common/inet/
H A Dsadb.h696 char *didstr, *sidstr; member
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dsadb.c2189 (strcmp(sq->didstr, sa->ipsa_dst_cid->ipsid_cid) == 0)); in sadb_match_dstid()
2321 sq->didstr = (char *)(sq->dstid + 1); in sadb_form_query()