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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/include/dspbridge/
H A Dstrmdefs.h40 u32 segment_id; /* Segment strm allocs from. 0 is local mem */ member in struct:stream_info
H A Ddbdefs.h424 u32 segment_id; member in struct:dsp_streamattrin
435 u32 segment_id; member in struct:dsp_bufferattr
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/rmgr/
H A Dstrm.c82 u32 segment_id; /* >0 is SM segment.=0 is local heap */ member in struct:strm_object
334 DBC_ASSERT(stream_obj->segment_id > 0);
336 stream_obj->segment_id, false);
338 stream_info->segment_id = stream_obj->segment_id;
430 if (stream_obj->segment_id != 0) {
504 strm_obj->segment_id =
505 pattr->stream_attr_in->segment_id;
518 strm_obj->segment_id = 0; /* local mem */
547 DBC_ASSERT(strm_obj->segment_id >
[all...]
H A Dnode.c237 1, /* segment_id */
724 if ((pattr->segment_id & MEM_SETVIRTUALSEGID) ||
725 (pattr->segment_id & MEM_GETVIRTUALSEGID)) {
727 set_info = (pattr->segment_id & MEM_SETVIRTUALSEGID) ?
730 pattr->segment_id &= ~MEM_MASKVIRTUALSEGID;
733 pattr->segment_id, set_info);
736 if (pattr->segment_id != 1) {
1703 if (pattr->segment_id != 1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/bftpd-1.6.6/
H A Dmain.c77 static int segment_id; variable
515 fscanf(shmid_fp, "%d", &segment_id);
516 printf("bftpd: segment_id:%d\n", segment_id);
521 segment_id = -1;
526 if(segment_id != -1)
528 //con_st = (CON_STATISTIC*) shmat (segment_id, (void*) 0x5000000, 0);
529 con_st = (CON_STATISTIC*) shmat (segment_id, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/smbd/
H A Dserver.c862 int segment_id; local
867 fscanf(shmid_fp, "%d", &segment_id);
868 /* printf("segment_id:%d\n", segment_id); */
873 segment_id = -1;
877 if(segment_id != -1){
880 //con_st = (CON_STATISTIC*) shmat (segment_id, (void*) 0x5000000, 0);
881 con_st = (CON_STATISTIC*) shmat (segment_id, NULL, 0);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/mpt2sas/
H A Dmpt2sas_ctl.h116 * @segment_id - pci segment id
127 uint32_t segment_id; member in struct:mpt2_ioctl_pci_info
H A Dmpt2sas_ctl.c1047 karg.pci_information.segment_id = pci_domain_nr(ioc->pdev->bus);

Completed in 222 milliseconds