Searched refs:vclass (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/src/ |
H A D | macro.c | 399 macdefine_tagged(mac, vclass, id, value, file, line, grp) in macdefine_tagged() argument 401 macdefine(mac, vclass, id, value) in macdefine_tagged() 404 ARGCLASS_T vclass; 434 if (value == NULL || vclass == A_HEAP) 455 if (value == NULL || vclass == A_PERM) 460 if (vclass == A_HEAP)
|
/titanic_50/usr/src/uts/common/io/ |
H A D | tvhci.c | 256 char *vclass; in tvhci_attach() local 302 vclass = ddi_get_name_addr(dip); in tvhci_attach() 303 if (vclass == NULL || vclass[1] == '\0') { in tvhci_attach() 311 if (mdi_vhci_register(vclass, dip, &tvhci_opinfo, 0) != MDI_SUCCESS) { in tvhci_attach()
|
H A D | tphci.c | 243 char *vclass; in tphci_attach() local 273 vclass = strchr(ddi_get_name_addr(dip), ','); in tphci_attach() 274 if (vclass == NULL || vclass[1] == '\0') { in tphci_attach() 283 if (mdi_phci_register(vclass + 1, dip, 0) != MDI_SUCCESS) { in tphci_attach()
|