Searched refs:outfn (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14-stable/sys/fs/cd9660/ |
| HD | cd9660_util.c | 167 isofntrans(u_char *infn, int infnlen, u_char *outfn, u_short *outfnlen, in isofntrans() argument 171 u_char *outp = outfn, *infnend = infn + infnlen; in isofntrans() 190 *outfnlen = outp - outfn; in isofntrans()
|
| /freebsd-14-stable/usr.sbin/daemon/ |
| HD | daemon.c | 729 open_log(const char *outfn) in open_log() argument 732 return open(outfn, O_CREAT | O_WRONLY | O_APPEND | O_CLOEXEC, 0600); in open_log()
|
| /freebsd-14-stable/sys/netinet/ |
| HD | ip_carp.c | 1866 bool (*outfn)(void *, struct carp_softc *, int), void *arg) in carp_ioctl_get() 1886 if (! outfn(arg, sc, priveleged)) in carp_ioctl_get() 1900 if (! outfn(arg, sc, priveleged)) in carp_ioctl_get()
|