Home
last modified time | relevance | path

Searched refs:holdsp (Results 1 – 4 of 4) sorted by relevance

/titanic_50/usr/src/ucbcmd/sed/
H A Dsed1.c52 char holdsp[LBSIZE+1]; variable
380 p2 = holdsp; in command()
388 p2 = holdsp; in command()
399 p1 = holdsp; in command()
410 if (p1 == &holdsp[LBSIZE+1]) { in command()
584 p1 = holdsp; in command()
589 p2 = holdsp; in command()
H A Dsed.h72 extern char holdsp[];
H A Dsed0.c98 hspend = holdsp; /* Avoid "bus error" under "H" cmd. */ in main()
/titanic_50/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c433 lzc_get_holds(const char *snapname, nvlist_t **holdsp) in lzc_get_holds() argument
437 error = lzc_ioctl(ZFS_IOC_GET_HOLDS, snapname, innvl, holdsp); in lzc_get_holds()