Searched defs:srec (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctprc1.c58 struct srec *ur_srec; /* ptr to first session */
67 struct srec { /* 1 for each distinct session */ struct
97 if ((sr = (struct srec *) calloc(a_ssize,
98 sizeof (struct srec))) == NULL) {
172 * read ctmp file, build up urec-srec data structures for
180 struct srec *sp;
219 if ((sr = (struct srec *) realloc(sr, a_ssize *
220 sizeof (struct srec))) == NULL) {
240 * using urec-srec data (if any), make best guess at login name
253 struct srec *s
[all...]
/illumos-gate/usr/src/uts/common/io/ib/mgt/ibcm/
H A Dibcm_ti.c2557 ibcm_rem_stale_srec(ibmf_saa_handle_t saa_handle, sa_service_record_t *srec) argument
2575 access_args.sq_template = srec;
2632 _NOTE(NOW_INVISIBLE_TO_OTHER_THREADS(srec->ServiceID))
2634 srec->ServiceID = srv_resp->ServiceID;
2636 _NOTE(NOW_VISIBLE_TO_OTHER_THREADS(srec->ServiceID))
2638 (void) ibcm_write_service_record(saa_handle, srec,

Completed in 61 milliseconds