Searched defs:verbcmd (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dkmfcfg.c36 * The verbcmd construct allows genericizing information about a verb so
44 } verbcmd; typedef in typeref:struct:verbcmd_s
57 static verbcmd cmds[] = {
150 static int num_cmds = sizeof (cmds) / sizeof (verbcmd);
/illumos-gate/usr/src/cmd/cmd-crypto/pktool/
H A Dpktool.c44 * The verbcmd construct allows genericizing information about a verb so
54 } verbcmd; typedef in typeref:struct:verbcmd_s
522 static verbcmd cmds[] = {
539 static int num_cmds = sizeof (cmds) / sizeof (verbcmd);

Completed in 46 milliseconds