Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/efcode/
H A Dfcode.c597 if (strlen(rp->my_args) > FC_GET_MY_ARGS_BUFLEN) { in fc_get_my_args()
599 "my-args is larger than %d\n", FC_GET_MY_ARGS_BUFLEN); in fc_get_my_args()
/illumos-gate/usr/src/uts/sun4/sys/
H A Dfcode.h73 #define FC_GET_MY_ARGS_BUFLEN 256 /* Max my-args length */ macro