Lines Matching refs:std
58 struct bootstd_priv *std; in bootflow_first_glob() local
61 ret = bootstd_get_priv(&std); in bootflow_first_glob()
65 if (!std->bootflows.count) in bootflow_first_glob()
68 *bflowp = alist_getw(&std->bootflows, 0, struct bootflow); in bootflow_first_glob()
75 struct bootstd_priv *std; in bootflow_next_glob() local
78 ret = bootstd_get_priv(&std); in bootflow_next_glob()
82 *bflowp = alist_nextw(&std->bootflows, *bflowp); in bootflow_next_glob()
658 struct bootstd_priv *std; in on_bootargs() local
662 ret = bootstd_get_priv(&std); in on_bootargs()
665 bflow = std->cur_bootflow; in on_bootargs()
1003 struct bootstd_priv *std; in bootflow_get_seq() local
1006 ret = bootstd_get_priv(&std); in bootflow_get_seq()
1010 return alist_calc_index(&std->bootflows, bflow); in bootflow_get_seq()