Searched refs:psb (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/lpfc/
H A Dlpfc_scsi.c56 struct lpfc_scsi_buf *psb; local
62 psb = kmalloc(sizeof(struct lpfc_scsi_buf), GFP_KERNEL);
63 if (!psb)
65 memset(psb, 0, sizeof (struct lpfc_scsi_buf));
66 psb->scsi_hba = phba;
74 psb->data = pci_pool_alloc(phba->lpfc_scsi_dma_buf_pool, GFP_KERNEL,
75 &psb->dma_handle);
76 if (!psb->data) {
77 kfree(psb);
82 memset(psb
158 lpfc_release_scsi_buf(struct lpfc_hba * phba, struct lpfc_scsi_buf * psb) argument
274 lpfc_scsi_unprep_dma_buf(struct lpfc_hba * phba, struct lpfc_scsi_buf * psb) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dpowernow-k8.c678 struct psb_s *psb; local
689 psb = phys_to_virt(i);
690 if (memcmp(psb, PSB_ID_STRING, PSB_ID_STRING_LEN) != 0)
693 dprintk("found PSB header at 0x%p\n", psb);
695 dprintk("table vers: 0x%x\n", psb->tableversion);
696 if (psb->tableversion != PSB_VERSION_1_4) {
701 dprintk("flags: 0x%x\n", psb->flags1);
702 if (psb->flags1) {
707 data->vstable = psb->vstable;
710 dprintk("flags2: 0x%x\n", psb
[all...]
H A Dpowernow-k7.c432 struct psb_s *psb; local
447 psb = (struct psb_s *) p;
448 dprintk ("Table version: 0x%x\n", psb->tableversion);
449 if (psb->tableversion != 0x12) {
454 dprintk ("Flags: 0x%x\n", psb->flags);
455 if ((psb->flags & 1)==0) {
461 latency = psb->settlingtime;
467 dprintk ("Settling Time: %d microseconds.\n", psb->settlingtime);
468 dprintk ("Has %d PST tables. (Only dumping ones relevant to this CPU).\n", psb->numpst);
474 for (j=0; j<psb
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/editors/
H A Dvi.c258 static void psb(const char *, ...); // Print Status Buf
781 psb("%d", b);
822 psb("\"%s\"%s"
929 psb("\"%s\""
1049 psb("%s", BB_VER " " BB_BT);
1086 psb("\"%s\" %dL, %dC", fn, li, l);
1108 psb("Yank %d lines (%d chars) into [%c]",
1120 psb(":s expression missing delimiters");
1993 psb("Put %d lines (%d chars) from [%c]", cnt, i, what_reg());
2647 static void psb(cons function
[all...]

Completed in 53 milliseconds