dev to name

2000-07-02 Thread Fox Anderson
Hi. How can i find out the name of device file by device major/minor? To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message

struct proc

2000-06-26 Thread Fox Anderson
Hi all! What is the difference between p and curproc in my syscall? static int my_syscall(struct proc *p, my_syscallargs *uap) { curproc->.. } To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-hackers" in the body of the message