Home
last modified time | relevance | path

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

/illumos-gate/usr/src/ucbcmd/sed/
H A Dsed1.c50 char holdsp[LBSIZE+1]; variable
378 p2 = holdsp; in command()
386 p2 = holdsp; in command()
397 p1 = holdsp; in command()
408 if (p1 == &holdsp[LBSIZE+1]) { in command()
582 p1 = holdsp; in command()
587 p2 = holdsp; in command()
H A Dsed.h69 extern char holdsp[];
H A Dsed0.c97 hspend = holdsp; /* Avoid "bus error" under "H" cmd. */ in main()
/illumos-gate/usr/src/lib/libzfs_core/common/
H A Dlibzfs_core.c596 lzc_get_holds(const char *snapname, nvlist_t **holdsp) in lzc_get_holds() argument
598 return (lzc_ioctl(ZFS_IOC_GET_HOLDS, snapname, NULL, holdsp)); in lzc_get_holds()