Searched refs:db_wfunc_t (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/cmd-inet/lib/ipmgmtd/ |
H A D | ipmgmt_impl.h | 58 extern db_wfunc_t ipmgmt_db_getprop, ipmgmt_db_resetprop; 61 extern db_wfunc_t ipmgmt_db_add, ipmgmt_db_update; 67 extern db_wfunc_t ipmgmt_db_getif; 75 extern db_wfunc_t ipmgmt_db_getaddr; 81 extern db_wfunc_t ipmgmt_db_setif, ipmgmt_db_resetif; 86 extern db_wfunc_t ipmgmt_db_resetaddr; 94 extern db_wfunc_t ipmgmt_db_initif; 174 extern int ipmgmt_db_walk(db_wfunc_t *, void *, ipadm_db_op_t);
|
H A D | ipmgmt_persist.c | 28 * Contains DB walker functions, which are of type `db_wfunc_t'; 30 * typedef boolean_t db_wfunc_t(void *cbarg, nvlist_t *db_nvl, char *buf, 418 ipmgmt_db_walk(db_wfunc_t *db_walk_func, void *db_warg, ipadm_db_op_t db_op)
|
/illumos-gate/usr/src/lib/libipadm/common/ |
H A D | ipadm_ipmgmt.h | 93 * callback arg used by db_wfunc_t that writes to DB. The contents to be 267 typedef boolean_t db_wfunc_t(void *, nvlist_t *, char *, size_t, int *); typedef 268 extern int ipadm_rw_db(db_wfunc_t *, void *, const char *, mode_t,
|
H A D | ipadm_persist.c | 85 static int ipadm_process_db_line(db_wfunc_t *, void *, FILE *fp, FILE *nfp, 685 ipadm_rw_db(db_wfunc_t *db_walk_func, void *arg, const char *db_file, 762 ipadm_process_db_line(db_wfunc_t *db_walk_func, void *arg, FILE *fp, FILE *nfp,
|
Completed in 58 milliseconds