Searched refs:l_opt (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/sbin/gbde/
H A Dgbde.c331 cmd_open(struct g_bde_softc *sc, int dfd , const char *l_opt, u_int *nkey) argument
353 if (l_opt != NULL) {
354 ffd = open(l_opt, O_RDONLY, 0);
356 err(1, "%s", l_opt);
399 cmd_write(struct g_bde_key *gl, struct g_bde_softc *sc, int dfd , int key, const char *l_opt) argument
428 if (l_opt != NULL) {
429 ffd = open(l_opt, O_WRONLY | O_CREAT | O_TRUNC, 0600);
431 err(1, "%s", l_opt);
518 cmd_init(struct g_bde_key *gl, int dfd, const char *f_opt, int i_opt, const char *l_opt) argument
637 if (l_opt
739 const char *l_opt, *L_opt; local
[all...]

Completed in 97 milliseconds