Searched defs:mountb (Results 1 - 3 of 3) sorted by relevance
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_changelist.c | 497 char mountb[MAXPATHLEN]; local 511 hasmountb = (zfs_prop_get(cb->cn_handle, ZFS_PROP_MOUNTPOINT, mountb, 512 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); 521 return (strcmp(mountb, mounta));
|
H A D | libzfs_mount.c | 1104 char mountb[MAXPATHLEN]; local 1111 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, 1112 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); 1115 return (strcmp(mounta, mountb)); 1199 const char *mountb = *((char **)b); local 1201 return (strcmp(mountb, mounta));
|
/illumos-gate/usr/src/lib/libshare/common/ |
H A D | libshare_zfs.c | 219 char mountb[MAXPATHLEN]; local 223 verify(zfs_prop_get(*zb, ZFS_PROP_MOUNTPOINT, mountb, 224 sizeof (mountb), NULL, NULL, 0, B_FALSE) == 0); 226 return (strcmp(mounta, mountb));
|
Completed in 78 milliseconds