Lines Matching defs:label
20 * aa_getprocattr - Return the label information for @label
21 * @label: the label to print label info about (NOT NULL)
22 * @string: Returns - string containing the label info (NOT NULL)
24 * Requires: label != NULL && string != NULL
26 * Creates a string containing the label information for @label.
30 int aa_getprocattr(struct aa_label *label, char **string)
32 struct aa_ns *ns = labels_ns(label);
41 len = aa_label_snxprint(NULL, 0, current_ns, label,
52 len = aa_label_snxprint(*string, len + 2, current_ns, label,