Home
last modified time | relevance | path

Searched refs:dlmgmt_db_req_t (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/dlmgmtd/
H A Ddlmgmt_db.c62 } dlmgmt_db_req_t; typedef
67 static dlmgmt_db_req_t *dlmgmt_db_req_head = NULL;
68 static dlmgmt_db_req_t *dlmgmt_db_req_tail = NULL;
79 static int dlmgmt_process_db_req(dlmgmt_db_req_t *);
80 static int dlmgmt_process_db_onereq(dlmgmt_db_req_t *, boolean_t);
83 static int process_db_write(dlmgmt_db_req_t *, FILE *, FILE *);
84 static int process_db_read(dlmgmt_db_req_t *, FILE *);
519 static dlmgmt_db_req_t *
523 dlmgmt_db_req_t *req; in dlmgmt_db_req_alloc()
525 if ((req = calloc(1, sizeof (dlmgmt_db_req_t))) == NULL) { in dlmgmt_db_req_alloc()
[all …]