Home
last modified time | relevance | path

Searched refs:sfp (Results 1 – 25 of 2302) sorted by relevance

12345678910>>...93

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/phy/
H A Dsfp.c536 sfp->set_state(sfp, state); in sfp_set_state()
559 const struct sfp *sfp = data; in sfp_hwmon_is_visible() local
1308 err = sfp_read(sfp, true, 0, &sfp->diag, sizeof(sfp->diag)); in sfp_hwmon_probe()
1330 sfp->hwmon_name, sfp, in sfp_hwmon_probe()
1419 struct sfp *sfp = s->private; in sfp_debug_state_show() local
2411 struct sfp *sfp = data; in sfp_irq() local
2420 struct sfp *sfp = container_of(work, struct sfp, poll.work); in sfp_poll() local
2431 struct sfp *sfp; in sfp_alloc() local
2451 struct sfp *sfp = data; in sfp_cleanup() local
2471 struct sfp *sfp; in sfp_probe() local
[all …]
H A Dsfp.h7 struct sfp;
10 void (*attach)(struct sfp *sfp);
11 void (*detach)(struct sfp *sfp);
12 void (*start)(struct sfp *sfp);
13 void (*stop)(struct sfp *sfp);
14 int (*module_info)(struct sfp *sfp, struct ethtool_modinfo *modinfo);
15 int (*module_eeprom)(struct sfp *sfp, struct ethtool_eeprom *ee,
17 int (*module_eeprom_by_page)(struct sfp *sfp,
31 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp,
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/phy/
H A Dsfp.c536 sfp->set_state(sfp, state); in sfp_set_state()
559 const struct sfp *sfp = data; in sfp_hwmon_is_visible() local
1308 err = sfp_read(sfp, true, 0, &sfp->diag, sizeof(sfp->diag)); in sfp_hwmon_probe()
1330 sfp->hwmon_name, sfp, in sfp_hwmon_probe()
1419 struct sfp *sfp = s->private; in sfp_debug_state_show() local
2411 struct sfp *sfp = data; in sfp_irq() local
2420 struct sfp *sfp = container_of(work, struct sfp, poll.work); in sfp_poll() local
2431 struct sfp *sfp; in sfp_alloc() local
2451 struct sfp *sfp = data; in sfp_cleanup() local
2471 struct sfp *sfp; in sfp_probe() local
[all …]
H A Dsfp.h7 struct sfp;
10 void (*attach)(struct sfp *sfp);
11 void (*detach)(struct sfp *sfp);
12 void (*start)(struct sfp *sfp);
13 void (*stop)(struct sfp *sfp);
14 int (*module_info)(struct sfp *sfp, struct ethtool_modinfo *modinfo);
15 int (*module_eeprom)(struct sfp *sfp, struct ethtool_eeprom *ee,
17 int (*module_eeprom_by_page)(struct sfp *sfp,
31 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp,
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/phy/
H A Dsfp.c536 sfp->set_state(sfp, state); in sfp_set_state()
559 const struct sfp *sfp = data; in sfp_hwmon_is_visible() local
1308 err = sfp_read(sfp, true, 0, &sfp->diag, sizeof(sfp->diag)); in sfp_hwmon_probe()
1330 sfp->hwmon_name, sfp, in sfp_hwmon_probe()
1419 struct sfp *sfp = s->private; in sfp_debug_state_show() local
2411 struct sfp *sfp = data; in sfp_irq() local
2420 struct sfp *sfp = container_of(work, struct sfp, poll.work); in sfp_poll() local
2431 struct sfp *sfp; in sfp_alloc() local
2451 struct sfp *sfp = data; in sfp_cleanup() local
2471 struct sfp *sfp; in sfp_probe() local
[all …]
H A Dsfp.h7 struct sfp;
10 void (*attach)(struct sfp *sfp);
11 void (*detach)(struct sfp *sfp);
12 void (*start)(struct sfp *sfp);
13 void (*stop)(struct sfp *sfp);
14 int (*module_info)(struct sfp *sfp, struct ethtool_modinfo *modinfo);
15 int (*module_eeprom)(struct sfp *sfp, struct ethtool_eeprom *ee,
17 int (*module_eeprom_by_page)(struct sfp *sfp,
31 struct sfp_bus *sfp_register_socket(struct device *dev, struct sfp *sfp,
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c303 cip->chptr = sfp; in pvr2_sysfs_add_control()
305 if (sfp->item_last) { in pvr2_sysfs_add_control()
310 sfp->item_last = cip; in pvr2_sysfs_add_control()
429 sfp->debugifc = dip; in pvr2_sysfs_add_debugifc()
460 kfree(sfp->debugifc); in pvr2_sysfs_tear_down_debugifc()
461 sfp->debugifc = NULL; in pvr2_sysfs_tear_down_debugifc()
683 ret = device_create_file(sfp->class_dev,&sfp->attr_unit_number); in class_dev_create()
752 kfree(sfp); in pvr2_sysfs_internal_check()
760 sfp = kzalloc(sizeof(*sfp),GFP_KERNEL); in pvr2_sysfs_create()
761 if (!sfp) return sfp; in pvr2_sysfs_create()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c303 cip->chptr = sfp; in pvr2_sysfs_add_control()
305 if (sfp->item_last) { in pvr2_sysfs_add_control()
310 sfp->item_last = cip; in pvr2_sysfs_add_control()
429 sfp->debugifc = dip; in pvr2_sysfs_add_debugifc()
460 kfree(sfp->debugifc); in pvr2_sysfs_tear_down_debugifc()
461 sfp->debugifc = NULL; in pvr2_sysfs_tear_down_debugifc()
683 ret = device_create_file(sfp->class_dev,&sfp->attr_unit_number); in class_dev_create()
752 kfree(sfp); in pvr2_sysfs_internal_check()
760 sfp = kzalloc(sizeof(*sfp),GFP_KERNEL); in pvr2_sysfs_create()
761 if (!sfp) return sfp; in pvr2_sysfs_create()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/media/usb/pvrusb2/
H A Dpvrusb2-sysfs.c303 cip->chptr = sfp; in pvr2_sysfs_add_control()
305 if (sfp->item_last) { in pvr2_sysfs_add_control()
310 sfp->item_last = cip; in pvr2_sysfs_add_control()
429 sfp->debugifc = dip; in pvr2_sysfs_add_debugifc()
460 kfree(sfp->debugifc); in pvr2_sysfs_tear_down_debugifc()
461 sfp->debugifc = NULL; in pvr2_sysfs_tear_down_debugifc()
683 ret = device_create_file(sfp->class_dev,&sfp->attr_unit_number); in class_dev_create()
752 kfree(sfp); in pvr2_sysfs_internal_check()
760 sfp = kzalloc(sizeof(*sfp),GFP_KERNEL); in pvr2_sysfs_create()
761 if (!sfp) return sfp; in pvr2_sysfs_create()
[all …]
/dports/biology/ncbi-toolkit/ncbi/network/vibnet/
H A Ddocsum.c560 if (sfp == NULL || sfp->uids == NULL || sfp->state == NULL) return; in DrawUidCheck()
573 if (sfp == NULL || sfp->simple == NULL || sfp->state == NULL) return; in DrawLocalCheck()
591 if (sfp == NULL || sfp->uids == NULL || sfp->state == NULL) return; in DrawIcon()
1367 sfp->uids = MemFree (sfp->uids); in RetrieveGeneration()
1374 sfp->state = MemFree (sfp->state); in RetrieveGeneration()
1442 sfp->present = sfp->generations; in RetrieveDocuments()
1664 sfp->present = sfp->generations; in NextProc()
1990 egp->loadNamedUidProc (sfp->form, str, sfp->numUids, sfp->uids, sfp->currDb); in RefineProc()
2761 sfp->uids = MemFree (sfp->uids); in RetrieveSimpleSeqs()
2768 sfp->state = MemFree (sfp->state); in RetrieveSimpleSeqs()
[all …]
/dports/net-mgmt/librenms/librenms-21.5.1/tests/snmpsim/
H A Drouteros_crs317.snmprec151 1.3.6.1.2.1.2.2.1.2.1|4|sfp-sfpplus1
152 1.3.6.1.2.1.2.2.1.2.2|4|sfp-sfpplus2
153 1.3.6.1.2.1.2.2.1.2.3|4|sfp-sfpplus3
154 1.3.6.1.2.1.2.2.1.2.4|4|sfp-sfpplus4
155 1.3.6.1.2.1.2.2.1.2.5|4|sfp-sfpplus5
156 1.3.6.1.2.1.2.2.1.2.6|4|sfp-sfpplus6
157 1.3.6.1.2.1.2.2.1.2.7|4|sfp-sfpplus7
158 1.3.6.1.2.1.2.2.1.2.8|4|sfp-sfpplus8
159 1.3.6.1.2.1.2.2.1.2.9|4|sfp-sfpplus9
160 1.3.6.1.2.1.2.2.1.2.10|4|sfp-sfpplus10
[all …]
/dports/print/pdflib-perl/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_file.c805 sfp->end = sfp->pos; in pdc_fopen()
811 sfp->pos = sfp->data; in pdc_fopen()
1002 sfp->pos = sfp->end; in pdc_fseek()
1006 if (sfp->pos > sfp->end) in pdc_fseek()
1097 if (sfp->pos > sfp->end) in pdc_fwrite()
1098 sfp->end = sfp->pos; in pdc_fwrite()
1113 if (sfp->wrmode && !sfp->fp) in pdc_freset()
1121 sfp->pos = sfp->data; in pdc_freset()
1122 sfp->end = sfp->data; in pdc_freset()
1134 if (sfp->pos < sfp->end) in pdc_fgetc()
[all …]
/dports/print/pdflib/PDFlib-Lite-7.0.5p3/libs/pdcore/
H A Dpc_file.c805 sfp->end = sfp->pos; in pdc_fopen()
811 sfp->pos = sfp->data; in pdc_fopen()
1002 sfp->pos = sfp->end; in pdc_fseek()
1006 if (sfp->pos > sfp->end) in pdc_fseek()
1097 if (sfp->pos > sfp->end) in pdc_fwrite()
1098 sfp->end = sfp->pos; in pdc_fwrite()
1113 if (sfp->wrmode && !sfp->fp) in pdc_freset()
1121 sfp->pos = sfp->data; in pdc_freset()
1122 sfp->end = sfp->data; in pdc_freset()
1134 if (sfp->pos < sfp->end) in pdc_fgetc()
[all …]
/dports/news/cnews/cnews-cr.g_18/contrib/lib/ipc/
H A Dsafe.c44 sfp->sf_fp = efopen(sfp->sf_tmp, "w");
45 return sfp;
53 safeabort(sfp) in safeabort() argument
54 SFILE *sfp; in safeabort()
68 safeclose(sfp) in safeclose() argument
69 SFILE *sfp; in safeclose()
75 safeabort(sfp);
79 if (rename(sfp->sf_tmp, sfp->sf_name) < 0) {
81 safeabort(sfp);
85 safeabort(sfp);
[all …]
/dports/news/cnews/cnews-cr.g_18/contrib/lib/
H A Dsafe.c44 sfp->sf_fp = efopen(sfp->sf_tmp, "w");
45 return sfp;
53 safeabort(sfp) in safeabort() argument
54 SFILE *sfp; in safeabort()
68 safeclose(sfp) in safeclose() argument
69 SFILE *sfp; in safeclose()
75 safeabort(sfp);
79 if (rename(sfp->sf_tmp, sfp->sf_name) < 0) {
81 safeabort(sfp);
85 safeabort(sfp);
[all …]
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A De2docsum.c673 if (sfp == NULL || sfp->simple == NULL || sfp->state == NULL) return; in DrawLocalCheck()
691 if (sfp == NULL || sfp->uids == NULL || sfp->state == NULL) return; in DrawUidCheck()
719 if (sfp == NULL || sfp->uids == NULL || sfp->state == NULL) return; in DrawIcon()
3369 sfp->refineUidProc (sfp->form, str, num, uids, sfp->currDb); in RefineProc()
3373 sfp->refineUidProc (sfp->form, str, sfp->numUids, sfp->uids, sfp->currDb); in RefineProc()
3449 if (sfp->currDb == sfp->neighborDb) in RetrieveNeighbors()
4154 sfp->uids = MemFree (sfp->uids); in RetrieveGeneration()
4162 sfp->state = MemFree (sfp->state); in RetrieveGeneration()
4300 sfp->present = sfp->generations; in RetrieveDocs()
4387 sfp->present = sfp->generations; in NextButton_Callback()
[all …]
/dports/biology/ncbi-toolkit/ncbi/demo/
H A Dsqn2agp.c172 S2AFlagPtr sfp, in AddContigToList() argument
267 S2AFlagPtr sfp; in DoOneBioseq() local
276 if (sfp->afp == NULL || sfp->ffp == NULL) return; in DoOneBioseq()
489 S2AFlagPtr sfp, in DoWriteAgpAndFsa() argument
563 sfp->conlenhead = ValNodeSort (sfp->conlenhead, SortByIntvalue); in DoWriteAgpAndFsa()
564 sfp->gaplenhead = ValNodeSort (sfp->gaplenhead, SortByIntvalue); in DoWriteAgpAndFsa()
570 DoUniqCountInt (sfp->gaplenhead, sfp->rfp); in DoWriteAgpAndFsa()
579 shorter = DoUniqCountInt (sfp->conlenhead, sfp->rfp); in DoWriteAgpAndFsa()
600 sfp->conlenhead = ValNodeFree (sfp->conlenhead); in DoWriteAgpAndFsa()
602 sfp->gaplenhead = ValNodeFree (sfp->gaplenhead); in DoWriteAgpAndFsa()
[all …]
/dports/biology/seqio/seqio-1.2.2/
H A Dseqio.h66 void seqfclose(SEQFILE *sfp);
84 int seqfentryno(SEQFILE *sfp);
85 int seqfseqno(SEQFILE *sfp);
86 int seqfnumseqs(SEQFILE *sfp);
92 int seqfiscircular(SEQFILE *sfp);
93 int seqfisfragment(SEQFILE *sfp);
94 int seqffragstart(SEQFILE *sfp);
95 int seqfalphabet(SEQFILE *sfp);
96 int seqftruelen(SEQFILE *sfp);
97 int seqfrawlen(SEQFILE *sfp);
[all …]
/dports/games/xzip/xzip/
H A Dquetzal.c54 int save_quetzal (FILE *sfp, FILE *gfp, long zoffset) in save_quetzal() argument
56 int save_quetzal (sfp,gfp,zoffset) in save_quetzal()
57 FILE *sfp,*gfp; in save_quetzal()
70 if (!write_long(sfp,ID_IFZS)) return FALSE;
174 (void) fseek (sfp, (long)4, SEEK_SET);
176 (void) fseek (sfp, cmempos+4, SEEK_SET);
178 (void) fseek (sfp, stkspos+4, SEEK_SET);
241 int restore_quetzal (sfp,gfp,zoffset) in restore_quetzal()
242 FILE *sfp,*gfp; in restore_quetzal()
252 if (!read_long (sfp,&tmpl) || !read_long (sfp,&ifzslen)) return FALSE;
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c353 kmem_free(sfp); in xfs_dir2_block_to_sf()
492 sfp->count++; in xfs_dir2_sf_addname_easy()
494 sfp->i8count++; in xfs_dir2_sf_addname_easy()
578 sfp->count++; in xfs_dir2_sf_addname_hard()
580 sfp->i8count++; in xfs_dir2_sf_addname_hard()
850 sfp->count = 0; in xfs_dir2_sf_create()
907 for (i = 0, sfep = xfs_dir2_sf_firstentry(sfp); i < sfp->count; in xfs_dir2_sf_lookup()
966 for (i = 0, sfep = xfs_dir2_sf_firstentry(sfp); i < sfp->count; in xfs_dir2_sf_removename()
990 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, in xfs_dir2_sf_removename()
995 sfp->count--; in xfs_dir2_sf_removename()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c353 kmem_free(sfp); in xfs_dir2_block_to_sf()
492 sfp->count++; in xfs_dir2_sf_addname_easy()
494 sfp->i8count++; in xfs_dir2_sf_addname_easy()
578 sfp->count++; in xfs_dir2_sf_addname_hard()
580 sfp->i8count++; in xfs_dir2_sf_addname_hard()
850 sfp->count = 0; in xfs_dir2_sf_create()
907 for (i = 0, sfep = xfs_dir2_sf_firstentry(sfp); i < sfp->count; in xfs_dir2_sf_lookup()
966 for (i = 0, sfep = xfs_dir2_sf_firstentry(sfp); i < sfp->count; in xfs_dir2_sf_removename()
990 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, in xfs_dir2_sf_removename()
995 sfp->count--; in xfs_dir2_sf_removename()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/fs/xfs/libxfs/
H A Dxfs_dir2_sf.c353 kmem_free(sfp); in xfs_dir2_block_to_sf()
492 sfp->count++; in xfs_dir2_sf_addname_easy()
494 sfp->i8count++; in xfs_dir2_sf_addname_easy()
578 sfp->count++; in xfs_dir2_sf_addname_hard()
580 sfp->i8count++; in xfs_dir2_sf_addname_hard()
850 sfp->count = 0; in xfs_dir2_sf_create()
907 for (i = 0, sfep = xfs_dir2_sf_firstentry(sfp); i < sfp->count; in xfs_dir2_sf_lookup()
966 for (i = 0, sfep = xfs_dir2_sf_firstentry(sfp); i < sfp->count; in xfs_dir2_sf_removename()
990 memmove((char *)sfp + byteoff, (char *)sfp + byteoff + entsize, in xfs_dir2_sf_removename()
995 sfp->count--; in xfs_dir2_sf_removename()
[all …]
/dports/biology/clustal-omega/clustal-omega-1.2.4/src/squid/
H A Dssi.c116 if (! read_offset(sfp->fp, sfp->imode, &(sfp->foffset))) goto FAILURE; in load_indexfile()
117 if (! read_offset(sfp->fp, sfp->imode, &(sfp->poffset))) goto FAILURE; in load_indexfile()
118 if (! read_offset(sfp->fp, sfp->imode, &(sfp->soffset))) goto FAILURE; in load_indexfile()
140 if (indexfile_position(sfp, &(sfp->foffset), sfp->frecsize, i) !=0) goto FAILURE; in load_indexfile()
142 if (fread(sfp->filename[i],sizeof(char),sfp->flen, sfp->fp)!=sfp->flen) goto FAILURE; in load_indexfile()
190 status = binary_search(sfp, key, sfp->plen, &(sfp->poffset), sfp->precsize, in SSIGetOffsetByName()
205 status = binary_search(sfp, key, sfp->slen, &(sfp->soffset), sfp->srecsize, in SSIGetOffsetByName()
246 if (indexfile_position(sfp, &(sfp->poffset), sfp->precsize, n) != 0) in SSIGetOffsetByNumber()
250 if (fread(pkey, sizeof(char), sfp->plen, sfp->fp) != sfp->plen) return SSI_ERR_NODATA; in SSIGetOffsetByNumber()
438 if (sfp->fp != NULL) fclose(sfp->fp); in SSIClose()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/scsi/
H A Dsg.c289 Sg_fd *sfp; in sg_open() local
385 Sg_fd *sfp; in sg_release() local
444 Sg_fd *sfp; in sg_read() local
605 Sg_fd *sfp; in sg_write() local
1040 sg_remove_scat(sfp, &sfp->reserve); in sg_ioctl_common()
1156 Sg_fd *sfp; in sg_ioctl() local
1174 Sg_fd *sfp; in sg_compat_ioctl() local
1199 if (!sfp) in sg_poll()
2147 if (!sfp || !srp || list_empty(&sfp->rq_list)) in sg_remove_request()
2167 if (!sfp) in sg_add_sfp()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/scsi/
H A Dsg.c289 Sg_fd *sfp; in sg_open() local
385 Sg_fd *sfp; in sg_release() local
444 Sg_fd *sfp; in sg_read() local
605 Sg_fd *sfp; in sg_write() local
1040 sg_remove_scat(sfp, &sfp->reserve); in sg_ioctl_common()
1156 Sg_fd *sfp; in sg_ioctl() local
1174 Sg_fd *sfp; in sg_compat_ioctl() local
1199 if (!sfp) in sg_poll()
2147 if (!sfp || !srp || list_empty(&sfp->rq_list)) in sg_remove_request()
2167 if (!sfp) in sg_add_sfp()
[all …]

12345678910>>...93