Searched refs:nfc (Results 1 - 11 of 11) sorted by relevance

/freebsd-11-stable/sys/dev/nand/
H A Dnandbus.h46 int nandbus_create(device_t nfc);
47 void nandbus_destroy(device_t nfc);
H A Dnandbus.c121 nandbus_create(device_t nfc) argument
125 child = device_add_child(nfc, "nandbus", -1);
129 bus_generic_attach(nfc);
135 nandbus_destroy(device_t nfc) argument
142 if (!device_get_children(nfc, &children, &nchildren)) {
144 device_delete_child(nfc, children[i]);
163 device_t child, nfc; local
174 nfc = device_get_parent(dev);
175 nfc_sc = device_get_softc(nfc);
305 device_t nfc; local
343 device_t nfc; local
381 device_t nfc; local
[all...]
H A Dnand_generic.c211 device_t nandbus, nfc; local
224 nfc = device_get_parent(nandbus);
226 chip->nand = device_get_softc(nfc);
/freebsd-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_archive_string_conversion.c313 char nfc[80], nfd[80]; local
331 strncpy(nfc, buff, sizeof(nfc)-1);
332 nfc[sizeof(nfc)-1] = '\0';
346 nfc, 0);
361 nfd, nfc, line);
370 nfc, line);
379 nfc, line);
388 nfd, nfc, lin
524 char nfc[80], nfd[80]; local
[all...]
/freebsd-11-stable/contrib/wpa/hostapd/
H A Dwps-ap-nfc.py14 import nfc namespace
15 import nfc.ndef namespace
16 import nfc.llcp namespace
17 import nfc.handover namespace
110 class HandoverServer(nfc.handover.HandoverServer):
120 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
121 if not request.type == 'urn:nfc:wkt:Hr':
125 request = nfc.ndef.HandoverRequestMessage(request)
126 except nfc.ndef.DecodeError as e:
141 sel = nfc
[all...]
/freebsd-11-stable/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
138 class HandoverServer(nfc.handover.HandoverServer):
149 response = nfc.ndef.Message("\xd1\x02\x01Hs\x12")
150 if not request.type == 'urn:nfc:wkt:Hr':
154 request = nfc.ndef.HandoverRequestMessage(request)
155 except nfc.ndef.DecodeError as e:
170 sel = nfc
[all...]
H A Dp2p-nfc.py16 import nfc namespace
17 import nfc.ndef namespace
18 import nfc.llcp namespace
19 import nfc.handover namespace
154 message = nfc.ndef.HandoverRequestMessage(version="1.2")
164 datamsg = nfc.ndef.Message(data)
178 datamsg = nfc.ndef.Message(data)
188 client = nfc.handover.HandoverClient(llc)
193 except nfc.llcp.ConnectRefused:
215 if message.type != "urn:nfc
[all...]
/freebsd-11-stable/contrib/wpa/src/eap_peer/
H A Deap_wsc.c150 int nfc = 0; local
200 os_strncmp((const char *) cfg.pin, "nfc-pw", 6) == 0) {
203 nfc = 1;
215 nfc = 1;
220 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_string.c2829 return (u_composition_table[m].nfc);
3019 uint32_t nfc; local
3079 } else if ((nfc = get_nfc(uc, uc2)) != 0) {
3082 UPDATE_UC(nfc);
3107 if ((nfc = get_nfc(uc, ucx[i])) == 0) {
3113 * nfc is composed of uc and ucx[i].
3115 UPDATE_UC(nfc);
3216 if (u_decomposition_table[m].nfc < uc)
3218 else if (u_decomposition_table[m].nfc > uc)
H A Darchive_string_composition.h47 uint32_t nfc; member in struct:unicode_composition_table
1352 uint32_t nfc; member in struct:unicode_decomposition_table
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c791 dt_pfconv_t *pfc, *nfc; local
798 for (pfc = pdi->pdi_buckets[i]; pfc != NULL; pfc = nfc) {
799 nfc = pfc->pfc_next;

Completed in 115 milliseconds