/src/sys/external/gpl2/dts/dist/arch/arm/boot/dts/ |
bcm958625hr.dts | 58 sfp: sfp { label 59 compatible = "sff,sfp"; 224 label = "sfp"; 227 sfp = <&sfp>;
|
armada-385-turris-omnia.dts | 88 sfp: sfp { label 89 compatible = "sff,sfp"; 100 * a SFP module is present. Read more in the comment in the 150 * eth2 is connected via a multiplexor to both the SFP cage and to 151 * ethernet-phy@1. The multiplexor switches the signal to SFP cage when 152 * a SFP module is present, as determined by the mode-def0 GPIO. 154 * Until kernel supports this configuration properly, in case SFP module 155 * is present, U-Boot has to enable the sfp node above, remove phy 162 sfp = <&sfp> [all...] |
armada-388-clearfog.dtsi | 80 sfp: sfp { label 81 compatible = "sff,sfp"; 109 sfp = <&sfp>; 191 * Routed to SFP, mikrobus, and PCIe. 192 * SFP limits this to 100kHz, and requires an AT24C01A/02/04 with 205 /* SFP, PCIe, mSATA, mikrobus */
|
/src/sys/compat/linux/arch/arm/ |
linux_machdep.c | 203 struct linux_sigframe *sfp, frame; local in function:linux_sys_sigreturn 211 sfp = (struct linux_sigframe *)tf->tf_usr_sp; 212 if (copyin((void *)sfp, &frame, sizeof(*sfp)) != 0)
|
/src/sys/compat/linux/arch/alpha/ |
linux_machdep.c | 115 struct linux_rt_sigframe *sfp, sigframe; local in function:setup_linux_rt_sigframe 130 sfp = (struct linux_rt_sigframe *) 133 sfp = (struct linux_rt_sigframe *)(alpha_pal_rdusp()); 134 sfp = (struct linux_rt_sigframe *)((char *)sfp - rndfsize); 139 sig, &onstack, sfp); 172 error = copyout((void *)&sigframe, (void *)sfp, fsize); 190 tf->tf_regs[FRAME_A1] = (unsigned long)&sfp->info; 191 tf->tf_regs[FRAME_A2] = (unsigned long)&sfp->uc; 198 alpha_pal_wrusp((unsigned long)sfp); 210 struct linux_sigframe *sfp, sigframe; local in function:setup_linux_sigframe 418 struct linux_rt_sigframe *sfp, sigframe; local in function:linux_sys_rt_sigreturn 452 struct linux_sigframe *sfp, frame; local in function:linux_sys_sigreturn [all...] |
/src/sys/compat/linux/arch/amd64/ |
linux_machdep.c | 138 struct linux_rt_sigframe *sfp, sigframe; local in function:linux_sendsig 167 sfp = (struct linux_rt_sigframe *)sp; 253 tf->tf_rsi = (long)&sfp->info; 254 tf->tf_rdx = (long)&sfp->uc;
|
/src/sys/arch/mips/mips/ |
netbsd32_machdep.c | 97 struct sigframe_siginfo32 *sfp = getframe(l, sig, &onstack, local in function:netbsd32_sendsig_siginfo 98 sizeof(*sfp), _Alignof(*sfp)); 132 error = copyout(&sf, sfp, sfsz); 149 tf->tf_regs[_R_A1] = (intptr_t)&sfp->sf_si; 150 tf->tf_regs[_R_A2] = (intptr_t)&sfp->sf_uc; 154 tf->tf_regs[_R_SP] = (intptr_t)sfp;
|
/src/bin/ed/ |
buf.c | 50 FILE *sfp; /* scratch file pointer */ variable in typeref:typename:FILE * 71 if (fseek(sfp, sfseek, SEEK_SET) < 0) { 79 if ((ct = fread(sfbuf, sizeof(char), len, sfp)) < 0 || ct != len) { 115 if (fseek(sfp, 0L, SEEK_END) < 0) { 121 sfseek = ftell(sfp); 125 if ((ct = fwrite(cs, sizeof(char), len, sfp)) < 0 || ct != len) { 231 if ((fd = mkstemp(sfn)) == -1 || (sfp = fdopen(fd, "w+")) == NULL) { 248 if (sfp) { 249 if (fclose(sfp) < 0) { 254 sfp = NULL [all...] |
/src/lib/librumpuser/ |
rumpuser_dl.c | 361 sysctl_setup_func *const *sfp, *const *sfp_end; local in function:process_object 379 sfp = dlsym(handle, "__start_link_set_sysctl_funcs"); 381 if (sfp && sfp_end) { 382 for (; sfp < sfp_end; sfp++) 383 (**sfp)(NULL); 384 assert(sfp == sfp_end);
|
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/marvell/ |
armada-3720-turris-mox.dts | 99 sfp: sfp { label 100 compatible = "sff,sfp"; 109 /* enabled by U-Boot if SFP module is present */ 412 port-sfp@a { 414 label = "sfp"; 415 sfp = <&sfp>; 604 port-sfp@a { 606 label = "sfp"; [all...] |
/src/usr.bin/vacation/ |
vacation.c | 600 FILE *mfp, *sfp; local in function:sendmessage 613 sfp = stdout; 636 sfp = fdopen(pvect[1], "w"); 637 if (sfp == NULL) { 643 (void)fprintf(sfp, "To: %s\n", from); 644 (void)fputs("Auto-Submitted: auto-replied\n", sfp); 645 (void)fputs("Precedence: bulk\n", sfp); 650 (void)fputs(buf, sfp); 651 (void)fputs(subject, sfp); 653 (void)fputs(p, sfp); [all...] |
/src/sys/nfs/ |
nfs_vfsops.c | 163 struct nfs_statfs *sfp; local in function:nfs_statvfs 181 sfp = (struct nfs_statfs *)0; 204 nfsm_dissect(sfp, struct nfs_statfs *, NFSX_STATFS(v3)); 209 tquad = fxdr_hyper(&sfp->sf_tbytes); 211 tquad = fxdr_hyper(&sfp->sf_fbytes); 213 tquad = fxdr_hyper(&sfp->sf_abytes); 220 tquad = fxdr_hyper(&sfp->sf_tfiles); 222 tquad = fxdr_hyper(&sfp->sf_ffiles); 228 sbp->f_frsize = fxdr_unsigned(int32_t, sfp->sf_bsize); 229 sbp->f_blocks = fxdr_unsigned(int32_t, sfp->sf_blocks) [all...] |
nfs_serv.c | 3327 struct nfs_statfs *sfp; local in function:nfsrv_statfs 3359 nfsm_build(sfp, struct nfs_statfs *, NFSX_STATFS(v3)); 3362 txdr_hyper(tval, &sfp->sf_tbytes); 3364 txdr_hyper(tval, &sfp->sf_fbytes); 3366 txdr_hyper(tval, &sfp->sf_abytes); 3368 txdr_hyper(tval, &sfp->sf_tfiles); 3370 txdr_hyper(tval, &sfp->sf_ffiles); 3371 txdr_hyper(tval, &sfp->sf_afiles); 3372 sfp->sf_invarsec = 0; 3374 sfp->sf_tsize = txdr_unsigned(NFS_MAXDGRAMDATA) [all...] |
/src/sbin/mount/ |
mount.c | 375 struct statvfs *sfp, sf; local in function:mountfs 406 if ((numfs = getmntinfo(&sfp, MNT_WAIT)) == 0) { 411 const char *mountedtype = sfp[i].f_fstypename; 412 size_t cmplen = sizeof(sfp[i].f_fstypename); 426 if (strncmp(name, sfp[i].f_mntonname, MNAMELEN) == 0 && 431 sfp[i].f_mntfromname, 432 sfp[i].f_mntonname, 433 (int)sizeof(sfp[i].f_fstypename), 434 sfp[i].f_fstypename, 588 prmount(struct statvfs *sfp) [all...] |
/src/sys/dev/ieee1394/ |
sbp.c | 1715 struct fw_pkt *sfp; local in function:sbp_recv 1979 sfp = (struct fw_pkt *)xfer->send.buf; 1980 sfp->mode.wres.dst = rfp->mode.wreqb.src; 1981 xfer->dst = sfp->mode.wres.dst; 1985 sfp->mode.wres.tlrt = rfp->mode.wreqb.tlrt; 1986 sfp->mode.wres.tcode = FWTCODE_WRES; 1987 sfp->mode.wres.rtcode = 0; 1988 sfp->mode.wres.pri = 0;
|
/src/sys/dev/pci/ixgbe/ |
ixgbe.c | 383 * of unsupported SFP+ modules, note that 765 * Quirk for inverted logic of SFP+'s MOD_ABS on GIGABYTE 777 "Enable SFP+ MOD_ABS inverse quirk\n"); 1002 "Unsupported SFP+ module type was detected.\n"); 1164 /* Tasklets for Link, SFP, Multispeed Fiber and Flow Director */ 1194 * Print PHY ID only for copper PHY. On device which has SFP(+) cage 1224 /* Enable the optics for 82599 SFP+ fiber */ 1571 bool sfp, negotiate = false; local in function:ixgbe_config_link 1573 sfp = ixgbe_is_sfp(hw); 1575 if (sfp) { [all...] |