Lines Matching refs:out

498  * was queued.  ctx.out.sf_sequence, if not -1, is the sequence number
531 initial_ctx.out.sf_eventid = 0;
532 initial_ctx.out.sf_reclen = 0;
533 initial_ctx.out.sf_pass = 0;
534 initial_ctx.out.sf_asid = 0;
535 initial_ctx.out.sf_auid = (uid_t)-2;
536 initial_ctx.out.sf_euid = (uid_t)-2;
537 initial_ctx.out.sf_egid = (gid_t)-2;
538 initial_ctx.out.sf_tid.at_type = 0;
539 initial_ctx.out.sf_pauid = (uid_t)-2;
540 initial_ctx.out.sf_peuid = (uid_t)-2;
541 initial_ctx.out.sf_uauthlen = 0;
542 initial_ctx.out.sf_uauth = NULL;
543 initial_ctx.out.sf_pathlen = 0;
544 initial_ctx.out.sf_path = NULL;
545 initial_ctx.out.sf_atpathlen = 0;
546 initial_ctx.out.sf_atpath = NULL;
547 initial_ctx.out.sf_textlen = 0;
548 initial_ctx.out.sf_text = NULL;
549 initial_ctx.out.sf_sequence = -1;
550 initial_ctx.out.sf_zonelen = 0;
551 initial_ctx.out.sf_zonename = NULL;
571 if (cacheauevent(&event, ctx.out.sf_eventid) < 0)
573 "%hu", ctx.out.sf_eventid);
582 if (ctx.out.sf_sequence != -1)
584 " (seq=%u) ", ctx.out.sf_sequence);
605 if (tossit(ctx.out.sf_eventid, ctx.out.sf_pass)) {
607 if (ctx.out.sf_sequence != -1)
611 ctx.out.sf_eventid, ctx.out.sf_sequence,
616 ctx.out.sf_eventid, sequence);
627 if (ctx.out.sf_uauthlen > 0) {
628 free(ctx.out.sf_uauth);
629 ctx.out.sf_uauth = NULL;
630 ctx.out.sf_uauthlen = 0;
632 if (ctx.out.sf_pathlen > 0) {
633 free(ctx.out.sf_path);
634 ctx.out.sf_path = NULL;
635 ctx.out.sf_pathlen = 0;
637 if (ctx.out.sf_atpathlen > 0) {
638 free(ctx.out.sf_atpath);
639 ctx.out.sf_atpath = NULL;
640 ctx.out.sf_atpathlen = 0;
642 if (ctx.out.sf_textlen > 0) {
643 free(ctx.out.sf_text);
644 ctx.out.sf_text = NULL;
645 ctx.out.sf_textlen = 0;
647 if (ctx.out.sf_zonelen > 0) {
648 free(ctx.out.sf_zonename);
649 ctx.out.sf_zonename = NULL;
650 ctx.out.sf_zonelen = 0;
658 if (ctx.out.sf_eventid != 0) {
661 if (cacheauevent(&event, ctx.out.sf_eventid) < 0)
663 ctx.out.sf_eventid);
669 if (ctx.out.sf_pass != 0) {
670 if (ctx.out.sf_pass < 0)
677 if (ctx.out.sf_asid != 0) {
679 ctx.out.sf_asid);
683 if (ctx.out.sf_auid != (uid_t)-2) {
684 used = getuname(ctx.out.sf_auid, -2, bp, remaining,
689 if (ctx.out.sf_euid != (uid_t)-2) {
691 used = getuname(ctx.out.sf_euid, ctx.out.sf_egid, bp,
696 if (ctx.out.sf_zonename != NULL) {
699 ctx.out.sf_zonename, ctx.out.sf_zonelen);
700 free(ctx.out.sf_zonename);
704 if (ctx.out.sf_tid.at_type != 0) {
706 used = gethname(&(ctx.out.sf_tid), bp, remaining,
711 if (ctx.out.sf_pauid != (uid_t)-2) {
713 used = getuname(ctx.out.sf_pauid, -2, bp, remaining,
718 if (ctx.out.sf_peuid != (uid_t)-2) {
719 used = getuname(ctx.out.sf_peuid, -2, bp, remaining,
733 if (ctx.out.sf_sequence != -1) {
736 ctx.out.sf_sequence, sequence);
738 ctx.out.sf_sequence, sequence);
750 if (ctx.out.sf_path != NULL) {
752 ctx.out.sf_path, ctx.out.sf_pathlen);
753 free(ctx.out.sf_path);
757 if (ctx.out.sf_atpath != NULL) {
760 ctx.out.sf_atpath, ctx.out.sf_atpathlen);
761 free(ctx.out.sf_atpath);
765 if (ctx.out.sf_uauth != NULL) {
767 ctx.out.sf_uauth, ctx.out.sf_uauthlen);
768 free(ctx.out.sf_path);
772 if (ctx.out.sf_text != NULL) {
775 ctx.out.sf_text, ctx.out.sf_textlen);
776 free(ctx.out.sf_text);
813 DPRINT((dbfp, "syslog: out of memory; seq=%llu\n",