Searched refs:prot_flg (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libfru/libfruraw/
H A Dfruraw.c296 find_seg_in_sect(section_t *sect, const char *seg_name, int *prot_flg, argument
326 *prot_flg = (sect->protection ? 1 : 0);
338 find_segment(fru_treehdl_t handle, const char *seg_name, int *prot_flg, argument
366 if (find_seg_in_sect(&(sect[i]), seg_name, prot_flg, segment)
382 int prot_flg = 0; local
385 if ((err = find_segment(handle, seg_name, &prot_flg, &segment))
396 if (prot_flg == 0)

Completed in 125 milliseconds