/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | sff,sfp.yaml | 4 $id: http://devicetree.org/schemas/net/sff,sfp.yaml# 7 title: Small Form Factor (SFF) Committee Small Form-factor Pluggable (SFP) 16 - sff,sfp # for SFP modules 17 - sff,sff # for soldered down SFF modules 37 present for SFF modules 62 present for SFF modules 69 not be present for SFF modules 76 const: sff,sf [all...] |
H A D | sff,sfp.txt | 1 Small Form Factor (SFF) Committee Small Form-factor Pluggable (SFP) 7 "sff,sfp" for SFP modules 8 "sff,sff" for soldered down SFF modules 17 not be present for SFF modules 30 Must not be present for SFF modules 34 high Tx rate. Must not be present for SFF modules 43 compatible = "sff,sfp"; 63 compatible = "sff,sfp";
|
/freebsd/sys/contrib/device-tree/src/arm/nxp/vf/ |
H A D | vf610-zii-scu4-aib.dts | 343 compatible = "sff,sff"; 350 compatible = "sff,sff"; 357 compatible = "sff,sff"; 364 compatible = "sff,sff"; 371 compatible = "sff,sff"; [all...] |
H A D | vf610-zii-cfu1.dts | 66 sff: sfp { label 67 compatible = "sff,sff"; 200 sfp = <&sff>; 348 /* SFF SD input */ 351 /* SFF Transmit disable output */
|
H A D | vf610-zii-dev-rev-c.dts | 229 compatible = "sff,sff"; 237 compatible = "sff,sff";
|
/freebsd/lib/libifconfig/ |
H A D | sfp.lua | 43 "SFF-8024 Rev. 4.6 Table 4-1: Indentifier Values", 62 {0x02, "SFF", "Module soldered to motherboard (ex: SFF)", 63 "SFF"}, 99 "SFF-8024 Rev. 4.6 Table 4-3: Connector Types", 130 "SFF-8472 Rev. 11.4 table 3.5: Transceiver codes", 224 "SFF-8436 Rev. 4.8 table 33: Specification compliance", 241 "SFF-8024 Rev. 4.6 table 4-4: Extended Specification Compliance", 345 "SFF-8636 Rev. 2.9 table 6.3: Revision compliance", 351 {0x1, "SFF_8436_REV_LE_4_8", "SFF-8436 rev <=4.8"}, 352 {0x2, "SFF_8436_REV_LE_4_8_ALT", "SFF-8436 rev <=4.8"}, [all …]
|
H A D | libifconfig_sfp.c | 126 * Both SFF-8472 and SFF-8436 use it as in i2c_info_init() 250 * Print SFF-8472/SFF-8436 string to supplied buffer. 308 * Converts internal temperature (SFF-8472, SFF-8436) 329 * Retrieves supplied voltage (SFF-8472, SFF-8436). 345 * This is always true for SFF-8346, and explicitly checked for SFF-8472.
|
/freebsd/contrib/sendmail/libsmutil/ |
H A D | safefile.c | 673 ** sff -- safefile flags. 680 safeopen(fn, omode, cmode, sff) in safeopen() argument 684 long sff; 695 sm_dprintf("safeopen: fn=%s, omode=%x, cmode=%x, sff=%lx\n", 696 fn, omode, cmode, sff); 699 sff |= SFF_CREAT; 719 if (bitset(SFF_OPENASROOT, sff)) 721 sff, smode, &stb); 724 sff, smode, &stb); 730 if (stb.st_mode == ST_MODE_NOFILE && bitset(SFF_CREAT, sff)) [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/microchip/ |
H A D | sparx5_pcb134_board.dtsi | 549 compatible = "sff,sfp"; 557 compatible = "sff,sfp"; 565 compatible = "sff,sfp"; 573 compatible = "sff,sfp"; 581 compatible = "sff,sfp"; 589 compatible = "sff,sfp"; 597 compatible = "sff,sfp"; 605 compatible = "sff,sfp"; 613 compatible = "sff,sfp"; 621 compatible = "sff,sfp"; [all …]
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | smdb.c | 174 ** sff -- Flags to safefile. 204 smdb_open_database(database, db_name, mode, mode_mask, sff, type, user_info, in smdb_open_database() argument 210 long sff; 234 result = (*smdb_open_fun)(database, db_name, mode, mode_mask, sff, 307 ** sff -- Flags to safefile. 315 smdb_lock_file(lock_fd, db_name, mode, sff, extension) in smdb_lock_file() argument 319 long sff; 330 *lock_fd = safeopen(file_name, mode & ~O_TRUNC, DBMMODE, sff); 418 ** sff -- Flags to safefile. 428 smdb_setup_file(db_name, extension, mode_mask, sff, user_info, stat_info) in smdb_setup_file() argument [all …]
|
H A D | smndbm.c | 470 ** sff -- Flags to safefile. 488 smdb_ndbm_open(database, db_name, mode, mode_mask, sff, type, user_info, in smdb_ndbm_open() argument 494 long sff; 515 sff, user_info, &dir_stat_info); 520 sff, user_info, &pag_stat_info); 530 result = smdb_lock_file(&lock_fd, db_name, mode, sff, 540 result = smdb_lock_file(&pag_fd, db_name, mode, sff,
|
H A D | smcdb.c | 414 ** sff -- Flags for safefile. 428 smdb_cdb_open(database, db_name, mode, mode_mask, sff, type, user_info, db_params) in smdb_cdb_open() argument 433 long sff; 454 mode_mask, sff, user_info, &stat_info); 464 result = smdb_lock_file(&lock_fd, db_name, mode, sff,
|
H A D | smdb1.c | 428 ** sff -- Flags for safefile. 446 smdb_db_open(database, db_name, mode, mode_mask, sff, type, user_info, in smdb_db_open() argument 452 long sff; 482 sff, user_info, &stat_info); 491 result = smdb_lock_file(&lock_fd, db_name, mode, sff,
|
H A D | smdb2.c | 554 ** sff -- Flags for safefile. 575 smdb_db_open(database, db_name, mode, mode_mask, sff, type, user_info, db_params) in smdb_db_open() argument 580 long sff; 610 mode_mask, sff, user_info, &stat_info); 620 result = smdb_lock_file(&lock_fd, db_name, mode, sff,
|
/freebsd/sys/net/ |
H A D | sff8472.h | 30 * The following set of constants are from Document SFF-8472 32 * 11.3 published by the SFF Committee on June 11, 2013 34 * The SFF standard defines two ranges of addresses, each 255 bytes 144 SFF_8472_COMPLIANCE = 94, /* SFF-8472 Compliance Indicates 145 * which revision of SFF-8472 the 164 * See SFF-8472 doc. */ 333 * RS(1) State Digital state of SFP input pin AS(1) per SFF-8079 or 334 * RS(1) per SFF-8431. Updated within 100ms of change on pin. See A2h 342 * This pin is also known as AS(0) in SFF-8079 and RS(0) in SFF-8431. 379 * Identifier constants has taken from SFF-8024 rev 4.6 table 4.1 [all …]
|
H A D | sff8436.h | 29 * The following set of constants are from Document SFF-8436 32 * This SFF standard defines the following QSFP+ memory address module: 122 * Note that this table is mostly the same as used in SFF-8472.
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-lx2160a-clearfog-itx.dtsi | 35 compatible = "sff,sfp"; 42 compatible = "sff,sfp"; 49 compatible = "sff,sfp"; 56 compatible = "sff,sfp";
|
/freebsd/contrib/sendmail/editmap/ |
H A D | editmap.c | 95 long sff = SFF_ROOTOK|SFF_REGONLY; local 173 sff |= SFF_NOSLINK; 175 sff |= SFF_NOHLINK; 177 sff |= SFF_NOWLINK; 277 sff |= SFF_CREAT|SFF_NOTEXCL; 283 errno = smdb_open_database(&database, mapname, mode, smode, sff,
|
/freebsd/sys/modules/sff/ |
H A D | Makefile | 1 .PATH: ${SRCTOP}/sys/dev/sff 3 KMOD= sff
|
/freebsd/contrib/sendmail/src/ |
H A D | stats.c | 137 long sff = SFF_REGONLY|SFF_OPENASROOT; local 151 sff |= SFF_NOSLINK; 153 sff |= SFF_NOHLINK; 155 fd = safeopen(sfile, O_RDWR, 0600, sff);
|
H A D | tls.c | 281 long sff; 285 sff = SFF_SAFEDIRPATH | SFF_NOWLINK 290 sff |= SFF_NOLOCK; 291 if ((fd = safeopen(randfile, O_RDONLY, 0, sff)) >= 0) 611 ** sff -- flags for safefile() 619 tls_safe_f(var, sff, srv) 621 long sff; 626 if ((ret = safefile(var, RunAsUid, RunAsGid, RunAsUserName, sff, 682 ** sff -- flags for safefile() 693 # define TLS_SAFE_F(var, sff, req, ex, st, srv) if (ex && ok) \ [all …]
|
H A D | control.c | 66 long sff = SFF_SAFEDIRPATH|SFF_OPENASROOT|SFF_NOLINK|SFF_CREAT|SFF_MUSTOWN; in opencontrolsocket() local 79 sff, S_IRUSR|S_IWUSR, NULL); in opencontrolsocket() 175 long sff = SFF_SAFEDIRPATH|SFF_OPENASROOT|SFF_NOLINK|SFF_CREAT|SFF_MUSTOWN; local 188 RunAsUserName, sff, S_IRUSR|S_IWUSR, NULL);
|
/freebsd/sys/arm64/conf/ |
H A D | std.nxp | 28 # SFF/SFP 29 device sff # Small Form Factor Transceivers
|
/freebsd/sys/dev/sff/ |
H A D | sfp_fdt.c | 29 * Small Form Factor (SFF) Committee Pluggable (SFP) Transceiver (FDT-based). 63 if (!ofw_bus_node_is_compatible(node, "sff,sfp")) in sfp_fdt_probe() 142 /* SFF */
|
/freebsd/sys/contrib/device-tree/src/arm/microchip/ |
H A D | lan966x-kontron-kswitch-d10-mmt-6g-2gs.dts | 20 compatible = "sff,sfp"; 32 compatible = "sff,sfp";
|