Home
last modified time | relevance | path

Searched refs:aobuf (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_rules.c511 char *aobuf = NULL; /* algo:topo */ in ilbd_audit_rule_event() local
567 if (((aobuf = malloc(scf_val_len)) == NULL) || in ilbd_audit_rule_event()
614 (void) snprintf(aobuf, scf_val_len, "%s:%s", in ilbd_audit_rule_event()
616 event->adt_ilb_create_rule.algo_optype = aobuf; in ilbd_audit_rule_event()
726 free(aobuf); in ilbd_audit_rule_event()