tag | line | file | source code |
init | 187 | drivers/block/genhd.c | dev->init(); |
init | 1381 | drivers/net/depca.c | dev->init = &depca_probe; /* initialisation routine */ |
init | 202 | drivers/net/net_init.c | if (dev && dev->init) { |
init | 214 | drivers/net/net_init.c | if (dev->init(dev) != 0) { |
init | 2056 | drivers/net/sk_g16.c | (int) dev->next, (int) dev->init); |
init | 294 | drivers/scsi/hosts.h | void (*init)(void); /* Sizes arrays based upon number of devices detected */ |
init | 1764 | drivers/scsi/scsi.c | if(sdtpnt->init && sdtpnt->dev_noticed) (*sdtpnt->init)(); |
init | 443 | fs/umsdos/inode.c | struct inode *init; |
init | 445 | fs/umsdos/inode.c | if ((umsdos_real_lookup (etc,"init",4,&init)==0 |
init | 446 | fs/umsdos/inode.c | && S_ISREG(init->i_mode)) |
init | 455 | fs/umsdos/inode.c | iput (init); |
init | 40 | include/linux/genhd.h | void (*init)(void); /* Initialization called before we do our thing */ |
init | 59 | include/linux/module.h | int (*init)(void); /* initialization routine */ |
init | 73 | include/linux/netdevice.h | int (*init)(struct device *dev); |
init | 71 | init/main.c | extern void init(void); |
init | 507 | init/main.c | init(); |
init | 207 | kernel/module.c | (unsigned long) rt.init, (unsigned long) rt.cleanup)); |
init | 249 | kernel/module.c | if ((*rt.init)() != 0) |
init | 664 | net/inet/af_inet.c | if (sk->prot->init) |
init | 666 | net/inet/af_inet.c | err = sk->prot->init(sk); |
init | 1451 | net/inet/dev.c | if (dev->init && dev->init(dev)) |
init | 225 | net/inet/sock.h | int (*init)(struct sock *sk); |