Home
last modified time | relevance | path

Searched refs:sn (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-1.4.1/src/core/snmp/
A Dmib_structs.c608 mib_scalar_node *sn; in snmp_search_tree() local
610 sn = (mib_scalar_node *)node; in snmp_search_tree()
615 return (struct mib_node*)sn; in snmp_search_tree()
1044 mib_scalar_node *sn; in snmp_expand_tree() local
1047 sn = (mib_scalar_node *)node; in snmp_expand_tree()
1060 return (struct mib_node*)sn; in snmp_expand_tree()
/components/drivers/spi/
A Ddev_spi_wifi_rw009.h96 uint8_t sn[24]; // serial. member
A Ddev_spi_wifi_rw009.c99 …WIFI_DEBUG("sn:%-*.*s\n", sizeof(resp->resp.init.sn), sizeof(resp->resp.init.sn), resp->resp.init. in resp_handler()
/components/drivers/include/drivers/
A Dnvme.h553 char sn[20]; /* Serial Number */
/components/dfs/dfs_v1/filesystems/elmfat/
A Dff.c2442 BYTE sn[12], sum; local
2480 memcpy(sn, dp->fn, 12);
2481 if (sn[NSFLAG] & NS_LOSS) { /* When LFN is out of 8.3 format, generate a numbered name */
2484 gen_numname(dp->fn, sn, fs->lfnbuf, n); /* Generate a numbered name */
2490 dp->fn[NSFLAG] = sn[NSFLAG];
2494 n_ent = (sn[NSFLAG] & NS_LFN) ? (len + 12) / 13 + 1 : 1; /* Number of entries to allocate */
/components/dfs/dfs_v2/filesystems/elmfat/
A Dff.c2473 BYTE sn[12], sum; local
2511 memcpy(sn, dp->fn, 12);
2512 if (sn[NSFLAG] & NS_LOSS) { /* When LFN is out of 8.3 format, generate a numbered name */
2515 gen_numname(dp->fn, sn, fs->lfnbuf, n); /* Generate a numbered name */
2521 dp->fn[NSFLAG] = sn[NSFLAG];
2525 n_ent = (sn[NSFLAG] & NS_LFN) ? (len + 12) / 13 + 1 : 1; /* Number of entries to allocate */

Completed in 30 milliseconds