Searched refs:bind (Results 1 - 12 of 12) sorted by relevance

/arch/alpha/include/asm/
H A Dagp_backend.h36 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); member in struct:alpha_agp_ops
/arch/x86/kernel/cpu/
H A Dperf_event_p4.c708 struct p4_event_bind *bind = NULL; local
711 bind = &p4_event_bind_map[evnt];
713 return bind;
718 struct p4_event_bind *bind; local
723 bind = p4_config_get_bind(config);
724 esel = P4_OPCODE_ESEL(bind->opcode);
823 struct p4_event_bind *bind; local
840 bind = p4_config_get_bind(event->attr.config);
841 if (!bind) {
845 esel = P4_OPCODE_ESEL(bind
934 struct p4_pebs_bind *bind; local
955 struct p4_event_bind *bind; local
1192 p4_next_cntr(int thread, unsigned long *used_mask, struct p4_event_bind *bind) argument
1212 struct p4_event_bind *bind; local
[all...]
/arch/um/drivers/
H A Ddaemon_user.c78 if (bind(fd, (struct sockaddr *) local_addr, sizeof(*local_addr)) < 0) {
80 printk(UM_KERN_ERR "daemon_open : data bind failed, "
H A Dport_user.c129 if (bind(fd, (struct sockaddr *) &addr, sizeof(addr)) < 0) {
H A Dumcast_user.c114 /* bind socket to the address */
115 if (bind(fd, (struct sockaddr *) lsin, sizeof(*lsin)) < 0) {
117 printk(UM_KERN_ERR "umcast_open : data bind failed, "
/arch/x86/tools/
H A Drelocs.c154 static const char *sym_bind(unsigned bind) argument
163 const char *name = "unknown sym bind name";
164 if (bind < ARRAY_SIZE(bind_name)) {
165 name = bind_name[bind];
/arch/parisc/kernel/
H A Dsyscall_table.S86 ENTRY_SAME(bind)
/arch/powerpc/include/asm/
H A Dsystbl.h334 SYSCALL_SPU(bind)
/arch/um/os-Linux/
H A Dfile.c539 err = bind(sock, (struct sockaddr *) &addr, sizeof(addr));
/arch/x86/syscalls/
H A Dsyscall_64.tbl58 49 common bind sys_bind
/arch/alpha/kernel/
H A Dcore_titan.c726 .bind = titan_agp_bind_memory,
H A Dcore_marvel.c1067 .bind = marvel_agp_bind_memory,

Completed in 2098 milliseconds