Home
last modified time | relevance | path

Searched refs:short_len (Results 1 – 2 of 2) sorted by relevance

/netbsd/src/usr.sbin/makefs/
Dudf.c502 const int short_len = sizeof(struct short_ad); in udf_append_file_mapping() local
551 pos += l_ad - short_len; in udf_append_file_mapping()
596 memset(&new_short, 0, short_len); in udf_append_file_mapping()
599 memcpy(pos, &new_short, short_len); in udf_append_file_mapping()
600 l_ad += short_len; in udf_append_file_mapping()
601 crclen += short_len; in udf_append_file_mapping()
/netbsd/src/sys/dev/pci/
Dif_iwnreg.h1389 uint32_t short_len; member