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

/freebsd-10-stable/sys/amd64/linux/
H A Dlinux_sysent.c22 { AS(linux_open_args), (sy_call_t *)linux_open, AUE_OPEN_RWTC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 2 = linux_open */
H A Dlinux_proto.h1113 int linux_open(struct thread *, struct linux_open_args *);
/freebsd-10-stable/sys/amd64/linux32/
H A Dlinux32_sysent.c26 { AS(linux_open_args), (sy_call_t *)linux_open, AUE_OPEN_RWTC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = linux_open */
H A Dlinux32_proto.h1165 int linux_open(struct thread *, struct linux_open_args *);
/freebsd-10-stable/sys/i386/linux/
H A Dlinux_sysent.c25 { AS(linux_open_args), (sy_call_t *)linux_open, AUE_OPEN_RWTC, NULL, 0, 0, 0, SY_THR_STATIC }, /* 5 = linux_open */
H A Dlinux_proto.h1183 int linux_open(struct thread *, struct linux_open_args *);
/freebsd-10-stable/sys/dev/lmc/
H A Dif_lmc.h1679 static int linux_open(struct net_device *);
H A Dif_lmc.c6740 linux_open(struct net_device *net_dev) function
6820 net_dev->open = linux_open;
6928 net_dev->irq = pci_dev->irq; /* linux_open/stop need this */
/freebsd-10-stable/sys/compat/linux/
H A Dlinux_file.c194 linux_open(struct thread *td, struct linux_open_args *args) function

Completed in 224 milliseconds