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

/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/ppc/mm/
H A D4xx_tlb.c314 unsigned long spid, ospid; local
322 spid = 0;
325 spid = mfspr(SPRN_PID);
349 mtspr(SPRN_PID, spid);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/sc/
H A Dioctl.c153 char spid[SCIOC_SPIDSIZE]; local
159 * Get the spid from the board
171 strcpy(spid, rcvmsg.msg_data.byte_array);
176 if ((err = copy_to_user((char *) data->dataptr, spid, sizeof(spid))))
185 char spid[SCIOC_SPIDSIZE]; local
191 * Get the spid from user space
193 if ((err = copy_from_user(spid, (char *) data->dataptr, sizeof(spid))))
196 pr_debug("%s: SCIOCSETSPID: setting channel %d spid t
[all...]
H A Dscioc.h47 char spid[49]; member in struct:__anon1571
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-uhci-debug.h29 char *spid;
33 spid = "SETUP";
36 spid = " OUT ";
39 spid = " IN ";
42 spid = " ? ";
52 spid,
H A Duhci-debug.h61 char *spid; local
84 spid = "SETUP";
87 spid = "OUT";
90 spid = "IN";
93 spid = "?";
103 spid);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/isdn/eicon/
H A Ddivas.h142 unsigned char spid[32]; member in struct:__anon1469::__anon1470
H A Deicon.h91 unsigned char spid[32]; member in struct:__anon1475
H A Dfourbri.c136 UxCardMemOut(card->hw, &shared[96+(i*96)+j],config->terminal[i].spid[j]);
H A Dpri.c169 UxCardMemOut(card->hw, &shared[96+(i*96)+j],config->terminal[i].spid[j]);
H A Dbri.c412 UxCardPortIoOut(card->hw, DivasIOBase, REG_DATA, config->terminal[0].spid[i]);
422 UxCardPortIoOut(card->hw, DivasIOBase, REG_DATA, config->terminal[1].spid[i]);
/asus-wl-520gu-7.0.1.45/src/router/samba/source/smbd/
H A Ddir.c30 uint16 spid; member in struct:_dptr_struct
313 Close a dptr that matches a given path, only if it matches the spid also.
316 void dptr_closepath(char *path,uint16 spid) argument
321 if (spid == dptr->spid && strequal(dptr->path,path))
400 int dptr_create(connection_struct *conn, pstring path, BOOL old_handle, BOOL expect_close,uint16 spid) argument
483 dptr->spid = spid;

Completed in 190 milliseconds