Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/modload/
H A Ddrvsubr.c1424 char perm[OPT_LEN + 1]; in update_minor_entry()
1425 char own[OPT_LEN + 1]; in update_minor_entry()
1426 char grp[OPT_LEN + 1]; in update_minor_entry()
1475 "%" VAL2STR(OPT_LEN) "s" /* perm */ in update_minor_entry()
1476 "%" VAL2STR(OPT_LEN) "s" /* own */ in update_minor_entry()
1477 "%" VAL2STR(OPT_LEN) "s", /* grp */ in update_minor_entry()
1691 char perm[OPT_LEN + 1]; in check_perm_opts()
1692 char own[OPT_LEN + 1]; in check_perm_opts()
1693 char grp[OPT_LEN + 1]; in check_perm_opts()
1694 char dumb[OPT_LEN + 1]; in check_perm_opts()
[all …]
H A Daddrem.h49 #define OPT_LEN 128 macro