Searched refs:xpath (Results 1 - 4 of 4) sorted by relevance

/osnet-11/usr/src/lib/fm/libfmd_zfs/common/
H A Dfmd_zfs.c554 char *devdskpath = NULL, *path = NULL, *physpath = NULL, *xpath; local
596 if (nvlist_lookup_string(vdev, ZPOOL_CONFIG_PHYS_PATH, &xpath) == 0) {
598 if ((oldsuffix = strchr(xpath, ':')) == NULL)
606 if (nvlist_lookup_string(vdev, ZPOOL_CONFIG_PATH, &xpath) == 0) {
609 if ((oldsuffix = strchr(&xpath[9], 's')) == NULL &&
610 (oldsuffix = strchr(&xpath[9], 'p')) == NULL)
/osnet-11/usr/src/lib/libfedfs/common/
H A Dnsdb_primitives.c463 char *xpath; local
472 xplen = path2xdr(path, &xpath);
495 bvals[0]->bv_val = xpath;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Net/
H A DNNTP.pm490 sub xpath subroutine
492 @_ == 2 or croak 'usage: $nntp->xpath( MESSAGE-ID )';
970 =item xpath ( MESSAGE-ID )
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_xml.c46 #include <libxml/xpath.h>
549 /* use xpath to find the node with the appropriate value for name */
733 /* use xpath to find the node with the appropriate value for name */
835 /* use xpath to find the node with the appropriate value for name */

Completed in 46 milliseconds