Lines Matching refs:ser

109 stackshot_entitlement_send_report(const struct stackshot_entitlement_report *ser)  in stackshot_entitlement_send_report()  argument
113 ser_event->sshot_count = ser->ser_count; in stackshot_entitlement_send_report()
116 ser_event->sshot_fromtest = ser->ser_test; in stackshot_entitlement_send_report()
120 ser_event->sshot_have_entitlement = ser->ser_have_entitlement; in stackshot_entitlement_send_report()
121 ser_event->sshot_progress[0] = ser->ser_progress; in stackshot_entitlement_send_report()
123 …static_assert(sizeof(ser_event->sshot_pcomm) == sizeof(ser->ser_pcomm), "correct sshot_pcomm/ser_p… in stackshot_entitlement_send_report()
124 strlcpy(ser_event->sshot_pcomm, ser->ser_pcomm, sizeof(ser->ser_pcomm)); in stackshot_entitlement_send_report()
125 …static_assert(sizeof(ser_event->sshot_pname) == sizeof(ser->ser_pname), "correct sshot_pcomm/ser_p… in stackshot_entitlement_send_report()
126 strlcpy(ser_event->sshot_pname, ser->ser_pname, sizeof(ser->ser_pname)); in stackshot_entitlement_send_report()
166 struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser), Z_WAITOK | Z_NOFAIL); in stackshot_entitlement_do_report() local
221 tofree = ser; in stackshot_entitlement_do_report()
229 bcopy(&myser, ser, sizeof(*cur)); in stackshot_entitlement_do_report()
230 cur = *tslot = ser; in stackshot_entitlement_do_report()
283 …struct stackshot_entitlement_report *ser = kalloc_data(sizeof(*ser) * SSHOT_ENTITLEMENT_RECENT, Z_… in sshot_entitlement_send_batch() local
294 sshot_entitlement_copy_for_send(cur, &ser[count]); in sshot_entitlement_send_batch()
301 stackshot_entitlement_send_report(&ser[i]); in sshot_entitlement_send_batch()