kern_mkfifo
return (kern_mkfifo(nd, mode));
error = kern_mkfifo(&nd, uap->mode);
int kern_mkfifo(struct nlookupdata *nd, int mode);