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);
862 STRCPYLIM(new_cc.idlecheck_path, LINEARG(1), "idle path");
938 STRCPYLIM(new_cc.cf_devfs, sfile, "block statefile");
942 STRCPYLIM(new_cc.cf_fs, ent.mnt_mountp, "mnt entry");
943 STRCPYLIM(new_cc.cf_devfs, ent.mnt_special, "mnt special");
947 STRCPYLIM(new_cc.cf_path, src, "statefile path");
1021 STRCPYLIM(new_cc.cf_fs, p + 1, "statefile path");
1077 STRCPYLIM(rdskname, sfile, "disk name");

Completed in 45 milliseconds