Lines Matching refs:statusp
67 prop_db_info_t *listp, dladm_status_t *statusp) in generate_prop_line() argument
99 *statusp = DLADM_STATUS_TOOSMALL; in generate_prop_line()
120 prop_db_info_t *listp, dladm_status_t *statusp) in process_prop_set() argument
188 generate_prop_line(lsp->ls_name, buf, listp, statusp); in process_prop_set()
190 generate_prop_line(lsp->ls_name, buf, nlip, statusp); in process_prop_set()
196 *statusp = status; in process_prop_set()
213 prop_db_info_t *listp, dladm_status_t *statusp) in process_prop_get() argument
227 *statusp = DLADM_STATUS_NOTFOUND; in process_prop_get()
236 *statusp = DLADM_STATUS_TOOSMALL; in process_prop_get()
259 prop_db_info_t *listp, dladm_status_t *statusp) in process_prop_init() argument
278 *statusp = DLADM_STATUS_NOMEM; in process_prop_init()
294 *statusp = status; in process_prop_init()
395 dladm_status_t *statusp) in process_prop_line() argument
451 cont = (*lsp->ls_op)(handle, lsp, buf, lip, statusp); in process_prop_line()