Searched refs:nodeName (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/fs/hfsplus/ |
D | catalog.c | 109 hfsplus_asc2uni(&entry->thread.nodeName, str->name, str->len); in hfsplus_fill_cat_thread() 110 return 10 + be16_to_cpu(entry->thread.nodeName.length) * 2; in hfsplus_fill_cat_thread() 132 if (be16_to_cpu(tmp.thread.nodeName.length) > 255) { in hfsplus_find_cat() 138 &tmp.thread.nodeName); in hfsplus_find_cat() 209 off = fd.entryoffset + offsetof(hfsplus_cat_thread, nodeName); in hfsplus_delete_cat()
|
D | hfsplus_raw.h | 284 hfsplus_unistr nodeName; member
|
/linux-2.4.37.9/drivers/net/wireless/ |
D | airo.c | 611 u8 nodeName[16]; member 3910 memset( ai->config.nodeName, 0, 16 ); 3913 ai->config.nodeName[j] = line[j]; 4105 ai->config.nodeName, 4944 memset(local->config.nodeName, 0, sizeof(local->config.nodeName)); 4945 memcpy(local->config.nodeName, extra, dwrq->length); 4963 strncpy(extra, local->config.nodeName, 16);
|