Home
last modified time | relevance | path

Searched refs:mactype (Results 1 – 21 of 21) sorted by relevance

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/phy/
H A Dmarvell10g.c489 int mactype; in mv2110_get_mactype() local
492 if (mactype < 0) in mv2110_get_mactype()
493 return mactype; in mv2110_get_mactype()
500 int mactype; in mv3310_get_mactype() local
503 if (mactype < 0) in mv3310_get_mactype()
504 return mactype; in mv3310_get_mactype()
579 int err, mactype; in mv3310_config_init() local
592 mactype = chip->get_mactype(phydev); in mv3310_config_init()
593 if (mactype < 0) in mv3310_config_init()
594 return mactype; in mv3310_config_init()
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/phy/
H A Dmarvell10g.c489 int mactype; in mv2110_get_mactype() local
492 if (mactype < 0) in mv2110_get_mactype()
493 return mactype; in mv2110_get_mactype()
500 int mactype; in mv3310_get_mactype() local
503 if (mactype < 0) in mv3310_get_mactype()
504 return mactype; in mv3310_get_mactype()
579 int err, mactype; in mv3310_config_init() local
592 mactype = chip->get_mactype(phydev); in mv3310_config_init()
593 if (mactype < 0) in mv3310_config_init()
594 return mactype; in mv3310_config_init()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/phy/
H A Dmarvell10g.c489 int mactype; in mv2110_get_mactype() local
492 if (mactype < 0) in mv2110_get_mactype()
493 return mactype; in mv2110_get_mactype()
500 int mactype; in mv3310_get_mactype() local
503 if (mactype < 0) in mv3310_get_mactype()
504 return mactype; in mv3310_get_mactype()
579 int err, mactype; in mv3310_config_init() local
592 mactype = chip->get_mactype(phydev); in mv3310_config_init()
593 if (mactype < 0) in mv3310_config_init()
594 return mactype; in mv3310_config_init()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.debug/org.eclipse.jdt.launching/launching/org/eclipse/jdt/internal/launching/
H A DMacInstalledJREs.java165 …AbstractVMInstallType mactype = (AbstractVMInstallType) JavaRuntime.getVMInstallType("org.eclipse.… in parseJREInfo() local
166 if(mactype != null) { in parseJREInfo()
186 … MacVMStandin vm = new MacVMStandin(mactype, loc, namebuff.toString(), ver, computeId(map, ver)); in parseJREInfo()
187 vm.setJavadocLocation(mactype.getDefaultJavadocLocation(loc)); in parseJREInfo()
188 vm.setLibraryLocations(mactype.getDefaultLibraryLocations(loc)); in parseJREInfo()
189 vm.setVMArgs(mactype.getDefaultVMArguments(loc)); in parseJREInfo()
/dports/security/nmap/nmap-7.91/libpcap/
H A Ddlpisubs.c209 pcap_process_mactype(pcap_t *p, u_int mactype) in pcap_process_mactype() argument
213 switch (mactype) { in pcap_process_mactype()
290 mactype); in pcap_process_mactype()
/dports/security/openconnect/openconnect-8.10/
H A Desp.c33 const char *enctype, *mactype; in print_esp_keys() local
48 mactype = "HMAC-MD5-96 (RFC2403)"; in print_esp_keys()
51 mactype = "HMAC-SHA-1-96 (RFC2404)"; in print_esp_keys()
54 mactype = "HMAC-SHA-256-128 (RFC4868)"; in print_esp_keys()
73 mactype, mackey); in print_esp_keys()
H A Doncp.c304 const char *mactype; in process_attr() local
309 mactype = "MD5"; in process_attr()
312 mactype = "SHA1"; in process_attr()
315 mactype = "unknown"; in process_attr()
317 data[0], mactype); in process_attr()
H A Dpulse.c470 const char *mactype; in process_attr() local
477 mactype = "MD5"; in process_attr()
480 mactype = "SHA1"; in process_attr()
483 mactype = "SHA256"; in process_attr()
486 mactype = "unknown"; in process_attr()
488 val, mactype); in process_attr()
/dports/net/libpcap/libpcap-1.10.1/
H A Ddlpisubs.c223 pcap_process_mactype(pcap_t *p, u_int mactype) in pcap_process_mactype() argument
227 switch (mactype) { in pcap_process_mactype()
304 mactype); in pcap_process_mactype()
/dports/net/netwib/netwib-5.38.0-src/src/netwib/net/priv/conf/windows/
H A Dinetmib1.c10 netwib_uint32 ifnum, mactype, speed, i; in netwib_priv_conf_inetmib1_devices() local
41 netwib_er(netwib_priv_dll_snmpreq__uint32(&snmpdllreq, 1, &mactype)); in netwib_priv_conf_inetmib1_devices()
44 netwib_er(netwib_priv_conf_mib_hwtype(mactype, speed, &pcd->hwtype)); in netwib_priv_conf_inetmib1_devices()
/dports/graphics/pixie/Pixie/src/sdrc/
H A Dpp2.c888 dodefine(mactype) in dodefine() argument
889 int mactype; /* True if #pragma */ in dodefine()
926 if(mactype)
932 if(mactype)
982 if(mactype)
/dports/net/norm/norm-1.5r6/protolib/src/sim/ns/ns233/
H A Dcmu-trace.cc166 char mactype[SMALL_LEN]; in format_mac_common() local
168 strcpy(mactype, Simulator::instance().macType()); in format_mac_common()
169 if (strcmp (mactype, "Mac/SMAC") == 0) in format_mac_common()
222 if (strcmp (mactype, "Mac/SMAC") == 0) { in format_mac_common()
257 if (strcmp(mactype, "Mac/SMAC") == 0) { in format_mac_common()
331 if (strncmp (mactype, "Mac/SMAC", 8) == 0) { in format_mac_common()
/dports/net/norm/norm-1.5r6/protolib/src/sim/ns/ns234/
H A Dcmu-trace.cc168 char mactype[SMALL_LEN]; in format_mac_common() local
170 strcpy(mactype, Simulator::instance().macType()); in format_mac_common()
171 if (strcmp (mactype, "Mac/SMAC") == 0) in format_mac_common()
224 if (strcmp (mactype, "Mac/SMAC") == 0) { in format_mac_common()
259 if (strcmp(mactype, "Mac/SMAC") == 0) { in format_mac_common()
333 if (strncmp (mactype, "Mac/SMAC", 8) == 0) { in format_mac_common()
/dports/net/norm/norm-1.5r6/protolib/src/sim/ns/ns235/
H A Dcmu-trace.cc169 char mactype[SMALL_LEN]; in format_mac_common() local
171 strcpy(mactype, Simulator::instance().macType()); in format_mac_common()
172 if (strcmp (mactype, "Mac/SMAC") == 0) in format_mac_common()
225 if (strcmp (mactype, "Mac/SMAC") == 0) { in format_mac_common()
260 if (strcmp(mactype, "Mac/SMAC") == 0) { in format_mac_common()
334 if (strncmp (mactype, "Mac/SMAC", 8) == 0) { in format_mac_common()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbtext.c97 INTBIG mactype; member
3942 INTBIG setupfiletype(CHAR *extension, CHAR *winfilter, INTBIG mactype, BOOLEAN binary, in setupfiletype() argument
3955 newlist[i].mactype = db_filetypeinfo[i].mactype; in setupfiletype()
3964 db_filetypeinfo[oldcount].mactype = mactype; in setupfiletype()
3974 void describefiletype(INTBIG filetype, CHAR **extension, CHAR **winfilter, INTBIG *mactype, in describefiletype() argument
3982 *mactype = db_filetypeinfo[index].mactype; in describefiletype()
4041 INTBIG mactype; in xopen() local
4046 …describefiletype(filetype&FILETYPE, &extension, &winfilter, &mactype, &binary, &shortname, &longna… in xopen()
4155 INTBIG mactype; in xcreate() local
4205 if (mactype == 'TEXT') in xcreate()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/gui/kernel/
H A Dqmime_mac.cpp1029 int mactype = stream.readLine().toInt(); in qt_mac_loadMimeRegistry() local
1030 if(mactype > max) in qt_mac_loadMimeRegistry()
1031 max = mactype; in qt_mac_loadMimeRegistry()
1032 registry.insert(mime, mactype); in qt_mac_loadMimeRegistry()
/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2344 INTBIG *mactype, BOOLEAN *binary, CHAR **shortname, CHAR **longname);
2345 INTBIG setupfiletype(CHAR *extension, CHAR *winfilter, INTBIG mactype, BOOLEAN binary,
/dports/cad/electric/electric-7.00/src/graph/
H A Dgraphpccode.cpp3563 INTBIG mactype; in multifileselectin() local
3568 describefiletype(filetype, &extension, &winfilter, &mactype, &binary, &shortname, &longname); in multifileselectin()
3626 INTBIG mactype; in fileselect() local
3630 describefiletype(filetype, &extension, &winfilter, &mactype, &binary, &shortname, &longname); in fileselect()
H A Dgraphqt.cpp3456 INTBIG mactype; in fileselect() local
3474 describefiletype(filetype, &extension, &winfilter, &mactype, &binary, &shortname, &longname); in fileselect()
H A Dgraphunixx11.c5989 INTBIG i, l, count, mactype, filestatus; in fileselect() local
6009 describefiletype(filetype, &extension, &winfilter, &mactype, &binary, &shortname, &longname); in fileselect()
6080 describefiletype(filetype, &extension, &winfilter, &mactype, &binary, &shortname, &longname); in fileselect()
/dports/games/tkmoo/tkMOO-light-0.3.32/
H A Dsource.tcl5173 proc edit.add_file_match { title extensions {mactype {}} } { argument
5175 if { $mactype == {} } {
5176 lappend edit_file_matches [list $title $extensions $mactype]