/freebsd/lib/libc/rpc/ |
H A D | svc_auth.c | 96 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/sys/contrib/device-tree/Bindings/net/ |
H A D | brcm,asp-v2.0.yaml | 4 $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 internal UniMAC MDIO bus [all …]
|
H A D | brcm,unimac-mdio.yaml | 25 - brcm,asp-v2.0-mdio 26 - brcm,asp-v2.1-mdio 27 - brcm,asp-v2.2-mdio
|
/freebsd/contrib/tcpdump/ |
H A D | print-ascii.c | 112 char asciistuff[ASCII_LINELENGTH+1], *asp; in hex_and_ascii_print_with_offset() local 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()
|
H A D | print-m3ua.c | 66 { 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/contrib/wpa/wpa_supplicant/ |
H A D | README-P2P | 106 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 D | README-Windows.txt | 240 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 D | p2p_supplicant_sd.c | 570 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/sys/contrib/device-tree/Bindings/sound/ |
H A D | cirrus,cs35l45.yaml | 46 cirrus,asp-sdout-hiz-ctrl: 146 cirrus,asp-sdout-hiz-ctrl = <(CS35L45_ASP_TX_HIZ_UNUSED |
|
H A D | cirrus,cs35l41.yaml | 68 cirrus,asp-sdout-hiz:
|
H A D | cs35l36.txt | 33 one amplifier in the system. If more than one it is best to Hi-Z the ASP
|
/freebsd/contrib/file/magic/Magdir/ |
H A D | coff | 54 …tps://web.archive.org/web/20000819035046/http://microsoft.com/windows/embedded/ce/downloads/cef.asp 55 …00914080342/http://microsoft.com/windows/embedded/ce/developer/applications/appdevelopment/cef2.asp 56 …s://web.archive.org/web/20021022055906/http://msdn.microsoft.com/library/en-us/dnce30/html/cef2.asp
|
H A D | dif | 17 # https://www.pcmatic.com/company/libraries/fileextension/detail.asp?ext=dif.html
|
/freebsd/sbin/ipf/ipfstat/ |
H A D | ipfstat.c | 1791 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/sys/contrib/device-tree/Bindings/dma/ |
H A D | k3dma.txt | 8 - "hisilicon,hisi-pcm-asp-dma-1.0"
|
/freebsd/sys/contrib/device-tree/Bindings/leds/ |
H A D | leds-is31fl32xx.txt | 52 http://www.si-en.com/product.asp?parentid=890
|
/freebsd/crypto/krb5/src/windows/installer/wix/ |
H A D | msi-deployment-guide.txt | 68 http://msdn.microsoft.com/library/en-us/msi/setup/windows_installer_start_page.asp 72 http://msdn.microsoft.com/library/en-us/msi/setup/transforms.asp 80 http://msdn.microsoft.com/library/en-us/msi/setup/a_customization_transform_example.asp 784 http://msdn.microsoft.com/library/en-us/msi/setup/using_transforms_to_add_resources.asp
|
/freebsd/sys/contrib/device-tree/include/dt-bindings/sound/ |
H A D | cs35l45.h | 12 * cirrus,asp-sdout-hiz-ctrl
|
/freebsd/contrib/nvi/common/ |
H A D | key.h | 133 CHAR_T *asp; /* Allocated string. */ member 137 #define e_asp _u_event._e_str.asp
|
/freebsd/crypto/heimdal/doc/ |
H A D | win2k.texi | 291 @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/contrib/wpa/wpa_supplicant/doc/docbook/ |
H A D | wpa_background.sgml | 35 (http://www.wi-fi.org/OpenSection/protected_access.asp).</para>
|
/freebsd/share/man/man4/ |
H A D | cdce.4 | 160 .%U http://tech.prolific.com.tw/visitor/fcabdl.asp?fid=20679530
|
/freebsd/sys/contrib/zlib/contrib/gcc_gvmat64/ |
H A D | gvmat64.S | 172 ; 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/sys/contrib/device-tree/src/arm64/qcom/ |
H A D | sm8250-sony-xperia-edo.dtsi | 486 cirrus,asp-sdout-hiz = <3>; 501 cirrus,asp-sdout-hiz = <3>;
|
H A D | sm8550-sony-xperia-yodo-pdx234.dts | 564 cirrus,asp-sdout-hiz-ctrl = <(CS35L45_ASP_TX_HIZ_UNUSED | CS35L45_ASP_TX_HIZ_DISABLED)>; 577 cirrus,asp-sdout-hiz-ctrl = <(CS35L45_ASP_TX_HIZ_UNUSED | CS35L45_ASP_TX_HIZ_DISABLED)>;
|