Lines Matching refs:ser
124 stackshot_entitlement_send_report(const struct stackshot_entitlement_report *ser) in stackshot_entitlement_send_report() argument
128 ser_event->sshot_count = ser->ser_count; in stackshot_entitlement_send_report()
131 ser_event->sshot_fromtest = ser->ser_test; in stackshot_entitlement_send_report()
135 ser_event->sshot_have_entitlement = ser->ser_have_entitlement; in stackshot_entitlement_send_report()
136 ser_event->sshot_progress[0] = ser->ser_progress; in stackshot_entitlement_send_report()
138 …static_assert(sizeof(ser_event->sshot_pcomm) == sizeof(ser->ser_pcomm), "correct sshot_pcomm/ser_p… in stackshot_entitlement_send_report()
139 strlcpy(ser_event->sshot_pcomm, ser->ser_pcomm, sizeof(ser->ser_pcomm)); in stackshot_entitlement_send_report()
140 …static_assert(sizeof(ser_event->sshot_pname) == sizeof(ser->ser_pname), "correct sshot_pcomm/ser_p… in stackshot_entitlement_send_report()
141 strlcpy(ser_event->sshot_pname, ser->ser_pname, sizeof(ser->ser_pname)); in stackshot_entitlement_send_report()
181 struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser), Z_WAITOK | Z_NOFAIL); in stackshot_entitlement_do_report() local
236 tofree = ser; in stackshot_entitlement_do_report()
244 bcopy(&myser, ser, sizeof(*cur)); in stackshot_entitlement_do_report()
245 cur = *tslot = ser; in stackshot_entitlement_do_report()
298 …struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser) * SSHOT_ENTITLEMENT_RECENT, Z_… in sshot_entitlement_send_batch() local
309 sshot_entitlement_copy_for_send(cur, &ser[count]); in sshot_entitlement_send_batch()
316 stackshot_entitlement_send_report(&ser[i]); in sshot_entitlement_send_batch()