Searched refs:spid (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/isdn/sc/
H A Dioctl.c24 char *spid; local
177 spid = kmalloc(SCIOC_SPIDSIZE, GFP_KERNEL);
178 if (!spid) {
183 * Get the spid from the board
193 kfree(spid);
197 strcpy(spid, rcvmsg->msg_data.byte_array);
202 if (copy_to_user(data->dataptr, spid, SCIOC_SPIDSIZE)) {
203 kfree(spid);
208 kfree(spid);
218 spid
[all...]
H A Dscioc.h50 char spid[49]; member in struct:__anon4769
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/usb/host/
H A Duhci-debug.c44 char *spid; local
70 spid = "SETUP";
73 spid = "OUT";
76 spid = "IN";
79 spid = "?";
89 spid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/samba-3.0.13/source/smbd/
H A Ddir.c48 uint16 spid; member in struct:dptr_struct
308 Close a dptr that matches a given path, only if it matches the spid also.
311 void dptr_closepath(char *path,uint16 spid) argument
316 if (spid == dptr->spid && strequal(dptr->path,path))
365 int dptr_create(connection_struct *conn, pstring path, BOOL old_handle, BOOL expect_close,uint16 spid) argument
467 dptr->spid = spid;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/runit/
H A Drunsv.c169 char spid[sizeof(int)*3 + 2]; local
170 int size = sprintf(spid, "%u\n", (unsigned)s->pid);
171 write(fd, spid, size);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/net/xfrm/
H A Dxfrm_user.c714 u32 spid = NETLINK_CB(skb).pid; local
725 if (build_spdinfo(r_skb, spid, seq, *flags) < 0)
728 return nlmsg_unicast(xfrm_nl, r_skb, spid);
764 u32 spid = NETLINK_CB(skb).pid; local
776 if (build_sadinfo(r_skb, spid, seq, *flags) < 0)
779 return nlmsg_unicast(xfrm_nl, r_skb, spid);
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/shared/
H A Dbcmsrom.c36 #include <spid.h>
H A Dsiutils.c42 #include <spid.h>

Completed in 166 milliseconds