Home
last modified time | relevance | path

Searched full:asp (Results 1 – 25 of 59) sorted by relevance

123

/freebsd-src/lib/libc/rpc/
H A Dsvc_auth.c96 struct authsvc *asp; in _authenticate() local
99 /* VARIABLES PROTECTED BY authsvc_lock: asp, Auths */ in _authenticate()
128 for (asp = Auths; asp; asp = asp->next) { in _authenticate()
129 if (asp->flavor == cred_flavor) { in _authenticate()
132 as = (*asp->handler)(rqst, msg); in _authenticate()
183 struct authsvc *asp; in svc_auth_reg() local
197 for (asp = Auths; asp; asp = asp->next) { in svc_auth_reg()
198 if (asp->flavor == cred_flavor) { in svc_auth_reg()
206 asp = mem_alloc(sizeof (*asp)); in svc_auth_reg()
207 if (asp == NULL) { in svc_auth_reg()
[all …]
/freebsd-src/sys/contrib/device-tree/Bindings/net/
H A Dbrcm,asp-v2.0.yaml4 $id: http://devicetree.org/schemas/net/brcm,asp-v2.0.yaml#
7 title: Broadcom ASP 2.0 Ethernet controller
20 - brcm,bcm74165b0-asp
21 - const: brcm,asp-v2.2
24 - brcm,bcm74165-asp
25 - const: brcm,asp-v2.1
28 - brcm,bcm72165-asp
29 - const: brcm,asp-v2.0
75 ASP Channel Number
92 ASP interna
[all...]
H A Dbrcm,unimac-mdio.yaml25 - brcm,asp-v2.0-mdio
26 - brcm,asp-v2.1-mdio
27 - brcm,asp-v2.2-mdio
/freebsd-src/contrib/tcpdump/
H A Dprint-ascii.c112 char asciistuff[ASCII_LINELENGTH+1], *asp; in hex_and_ascii_print_with_offset()
121 hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()
130 *(asp++) = (char)(ND_ASCII_ISGRAPH(s1) ? s1 : '.'); in hex_and_ascii_print_with_offset()
131 *(asp++) = (char)(ND_ASCII_ISGRAPH(s2) ? s2 : '.'); in hex_and_ascii_print_with_offset()
134 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
138 i = 0; hsp = hexstuff; asp = asciistuff; in hex_and_ascii_print_with_offset()
149 *(asp++) = (char)(ND_ASCII_ISGRAPH(s1) ? s1 : '.'); in hex_and_ascii_print_with_offset()
153 *hsp = *asp = '\0'; in hex_and_ascii_print_with_offset()
114 char asciistuff[ASCII_LINELENGTH+1], *asp; hex_and_ascii_print_with_offset() local
H A Dprint-m3ua.c66 { M3UA_MSGC_ASPSM, "ASP" },
67 { M3UA_MSGC_ASPTM, "ASP" },
108 /* ASP State Maintenance messages */
126 /* ASP Traffic Maintenance messages */
199 { M3UA_PARAM_ASP_ID, "ASP Identifier" },
/freebsd-src/contrib/wpa/wpa_supplicant/
H A DREADME-P2P106 Service Name - Mandatory UTF-8 string for ASP seeks
109 Service name may be empty, in which case all ASP services will be
113 limit, it will automatically revert to requesting all ASP services.
308 p2p_service_add asp <auto accept> <adv id> <status 0/1> <Config Methods>
313 are "asp" to identify the command as P2PS one, auto accept value,
320 p2p_service_add asp 1 4d6fc7 0 1108 alt.example.chat svc_info='name=john' rsp_info='enter PIN 1234'
323 asp - Mandatory for ASP service registration
342 p2p_service_rep asp <auto accept> <adv id> <status 0/1> <Config Methods>
352 p2p_service_rep asp 1 4d6fc7 1 1108 alt.example.chat svc_info='name=john' rsp_info='enter PIN 1234'
355 asp - Mandatory for ASP service registration
[all …]
H A DREADME-Windows.txt240 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/ace_strings.asp
242 http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/sid_strings.asp
H A Dp2p_supplicant_sd.c570 wpa_hexdump(MSG_DEBUG, "P2P: SD Request for ASP", query, query_len); in wpas_sd_req_asp()
573 wpa_printf(MSG_DEBUG, "P2P: ASP protocol not available"); in wpas_sd_req_asp()
586 wpa_printf(MSG_DEBUG, "P2P: ASP bad request"); in wpas_sd_req_asp()
668 wpa_printf(MSG_DEBUG, "P2P: ASP service not found"); in wpas_sd_req_asp()
/freebsd-src/sys/contrib/device-tree/Bindings/sound/
H A Dcirrus,cs35l45.yaml46 cirrus,asp-sdout-hiz-ctrl:
146 cirrus,asp-sdout-hiz-ctrl = <(CS35L45_ASP_TX_HIZ_UNUSED |
H A Dcs35l36.txt33 one amplifier in the system. If more than one it is best to Hi-Z the ASP
H A Dcirrus,cs35l41.yaml68 cirrus,asp-sdout-hiz:
H A Dcirrus,cs42l43.yaml225 enum: [ gpio1, gpio2, gpio3, asp, pdmout2, pdmout1, i2c, spi ]
/freebsd-src/sys/contrib/device-tree/Bindings/dma/
H A Dk3dma.txt8 - "hisilicon,hisi-pcm-asp-dma-1.0"
/freebsd-src/sbin/ipf/ipfstat/
H A Dipfstat.c1791 static void showauthstates(ipf_authstat_t *asp) in showauthstates() argument
1808 (unsigned long long) asp->fas_hits, in showauthstates()
1809 (unsigned long long) asp->fas_miss); in showauthstates()
1811 printf("Authorisation hits: %ld\tmisses %ld\n", asp->fas_hits, in showauthstates()
1812 asp->fas_miss); in showauthstates()
1815 asp->fas_nospace, asp->fas_added, asp->fas_sendfail, in showauthstates()
1816 asp->fas_sendok); in showauthstates()
1818 asp->fas_queok, asp->fas_quefail, asp->fas_expire); in showauthstates()
1820 frap = asp->fas_faelist; in showauthstates()
/freebsd-src/sys/contrib/device-tree/Bindings/leds/
H A Dleds-is31fl32xx.txt52 http://www.si-en.com/product.asp?parentid=890
/freebsd-src/sys/contrib/device-tree/include/dt-bindings/sound/
H A Dcs35l45.h12 * cirrus,asp-sdout-hiz-ctrl
/freebsd-src/contrib/file/magic/Magdir/
H A Ddif17 # https://www.pcmatic.com/company/libraries/fileextension/detail.asp?ext=dif.html
/freebsd-src/contrib/nvi/common/
H A Dkey.h133 CHAR_T *asp; /* Allocated string. */ member
137 #define e_asp _u_event._e_str.asp
/freebsd-src/share/man/man4/
H A Dcdce.4154 .%U http://tech.prolific.com.tw/visitor/fcabdl.asp?fid=20679530
/freebsd-src/contrib/wpa/wpa_supplicant/doc/docbook/
H A Dwpa_background.sgml35 (http://www.wi-fi.org/OpenSection/protected_access.asp).</para>
/freebsd-src/crypto/heimdal/doc/
H A Dwin2k.texi291 @uref{http://support.microsoft.com/support/kb/articles/Q248/7/58.ASP}.
299 @uref{http://support.microsoft.com/support/kb/articles/Q262/1/77.ASP}.
/freebsd-src/sys/contrib/zlib/contrib/gcc_gvmat64/
H A Dgvmat64.S172 ; see http://weblogs.asp.net/oldnewthing/archive/2004/01/14/58579.aspx and
173 ….microsoft.com/library/en-us/kmarch/hh/kmarch/64bitAMD_8e951dd2-ee77-4728-8702-55ce4b5dd24a.xml.asp
/freebsd-src/contrib/tzdata/
H A Dsouthamerica135 # http://www.lanacion.com.ar/opinion/nota.asp?nota_id=973037 indicate
145 # http://www.lanacion.com.ar/politica/nota.asp?nota_id=973996
218 # http://www.lanacion.com.ar/04/05/27/de_604825.asp
219 # http://www.lanacion.com.ar/04/05/28/de_605203.asp
235 # http://www.lanacion.com.ar/04/06/10/de_609078.asp ...
277 # http://www.sanluis.gov.ar/notas.asp?idCanal=0&id=22812
296 # http://www.sanluis.gov.ar/notas.asp?idCanal=8141&id=22834
330 # http://www.sanluis.gov.ar/SL/Paginas/NoticiaDetalle.asp?TemaId=1&InfoPrensaId=3102
335 # http://www.lanacion.com.ar/nota.asp?nota_id=1107912
349 # http://www.diputadossanluis.gov.ar/diputadosasp/paginas/verNorma.asp
[all...]
/freebsd-src/sys/contrib/device-tree/src/arm64/qcom/
H A Dsm8250-sony-xperia-edo.dtsi486 cirrus,asp-sdout-hiz = <3>;
501 cirrus,asp-sdout-hiz = <3>;
/freebsd-src/contrib/wpa/src/p2p/
H A Dp2p.h17 /* P2P ASP Setup Capability */
225 * A bitwise mask of supported ASP Coordination Protocol Transports.
233 * Priorities of supported ASP Coordination Protocol Transports.
291 * A bitwise mask of supported ASP Coordination Protocol Transports.
299 * Priorities of supported ASP Coordinatin Protocol Transports.
1245 * @seek_count: Number of ASP Service Strings in the seek_string array
1246 * @seek_string: ASP Service Strings to query for in Probe Requests

123