Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/power/
H A Dhandlers.c42 #define STRCPYLIM(dst, src, str) strcpy_limit(dst, src, sizeof (dst), str) macro
545 STRCPYLIM(new_cc.as_behavior, *bp, unrec); in autosd()
862 STRCPYLIM(new_cc.idlecheck_path, LINEARG(1), "idle path"); in idlechk()
938 STRCPYLIM(new_cc.cf_devfs, sfile, "block statefile"); in check_mount()
942 STRCPYLIM(new_cc.cf_fs, ent.mnt_mountp, "mnt entry"); in check_mount()
943 STRCPYLIM(new_cc.cf_devfs, ent.mnt_special, "mnt special"); in check_mount()
947 STRCPYLIM(new_cc.cf_path, src, "statefile path"); in check_mount()
1021 STRCPYLIM(new_cc.cf_fs, p + 1, "statefile path"); in ztop()
1077 STRCPYLIM(rdskname, sfile, "disk name"); in is_good_slice()