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

/freebsd-10.2-release/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-10.2-release/contrib/wpa/wpa_supplicant/examples/
H A Dwps-nfc.py13 import nfc namespace
14 import nfc.ndef namespace
15 import nfc.llcp namespace
16 import nfc.handover namespace
74 message = nfc.ndef.Message(data)
77 nfc.llcp.activate(peer);
80 client = nfc.handover.HandoverClient()
85 except nfc.llcp.ConnectRefused:
87 nfc.llcp.shutdown()
103 nfc
[all...]
/freebsd-10.2-release/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-10.2-release/contrib/wpa/src/eap_peer/
H A Deap_wsc.c141 int nfc = 0; local
197 if (cfg.pin_len == 6 && os_strncmp(pos, "nfc-pw", 6) == 0) {
200 nfc = 1;
208 if (cfg.pin == NULL && !cfg.pbc && !nfc) {
/freebsd-10.2-release/contrib/libarchive/libarchive/
H A Darchive_string.c2834 return (u_composition_table[m].nfc);
3024 uint32_t nfc; local
3084 } else if ((nfc = get_nfc(uc, uc2)) != 0) {
3087 UPDATE_UC(nfc);
3112 if ((nfc = get_nfc(uc, ucx[i])) == 0) {
3118 * nfc is composed of uc and ucx[i].
3120 UPDATE_UC(nfc);
3221 if (u_decomposition_table[m].nfc < uc)
3223 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-10.2-release/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_printf.c790 dt_pfconv_t *pfc, *nfc; local
797 for (pfc = pdi->pdi_buckets[i]; pfc != NULL; pfc = nfc) {
798 nfc = pfc->pfc_next;

Completed in 143 milliseconds