Lines Matching refs:op_unit_mask
34 static void free_unit_mask(struct op_unit_mask * um);
110 static void parse_um(struct op_unit_mask * um, char const * line) in parse_um()
201 static struct op_unit_mask * new_unit_mask(void) in new_unit_mask()
203 struct op_unit_mask * um = xmalloc(sizeof(struct op_unit_mask)); in new_unit_mask()
204 memset(um, '\0', sizeof(struct op_unit_mask)); in new_unit_mask()
210 static void free_unit_mask(struct op_unit_mask * um) in free_unit_mask()
222 struct op_unit_mask * um = NULL; in read_unit_masks()
284 static struct op_unit_mask * try_find_um(char const * value) in try_find_um()
289 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next); in try_find_um()
298 static struct op_unit_mask * find_um(char const * value) in find_um()
300 struct op_unit_mask * um = try_find_um(value); in find_um()
308 static struct op_unit_mask * merge_um(char * value) in merge_um()
312 struct op_unit_mask *new, *um; in merge_um()
537 static int check_unit_mask(struct op_unit_mask const * um, in check_unit_mask()
620 struct op_unit_mask * um = list_entry(pos, struct op_unit_mask, um_next); in load_events()
635 static void delete_unit_mask(struct op_unit_mask * unit) in delete_unit_mask()
672 struct op_unit_mask * unit = list_entry(pos, struct op_unit_mask, um_next); in op_free_events()