Searched refs:sysparam_phys (Results 1 – 1 of 1) sorted by relevance
31 struct sysparam_phys { struct82 static inline size_t sysparam_len(const struct sysparam_phys *sp) { in sysparam_len()83 size_t len = sizeof(struct sysparam_phys); in sysparam_len()91 static inline uint32_t sysparam_crc32(const struct sysparam_phys *sp) { in sysparam_crc32()135 static struct sysparam *sysparam_read_phys(const struct sysparam_phys *sp) { in sysparam_read_phys()182 struct sysparam_phys *sp = (struct sysparam_phys *)(buf + pos); in sysparam_scan()309 total_len += sizeof(struct sysparam_phys); in sysparam_write()335 struct sysparam_phys phys; in sysparam_write()354 memcpy(buf + pos, &phys, sizeof(struct sysparam_phys)); in sysparam_write()355 pos += sizeof(struct sysparam_phys); in sysparam_write()
Completed in 3 milliseconds