Searched defs:update_dt (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libdhcpsvc/modules/files/
H A Ddhcptab.c141 * update_dt(); same semantics as lookup_dt() except that the `partial'
313 update_dt(const dt_handle_t *dhp, const dt_rec_t *origp, dt_rec_t *newp) function
482 return (update_dt((dt_handle_t *)handle, delp, NULL));
488 return (update_dt((dt_handle_t *)handle, NULL, addp));
494 return (update_dt((dt_handle_t *)handle, origp, newp));
/osnet-11/usr/src/lib/libdhcpsvc/modules/files0/
H A Ddhcptab.c107 * update_dt(); same semantics as lookup_dt() except that the `partial'
278 update_dt(const dt_handle_t *dhp, const dt_rec_t *origp, dt_rec_t *newp) function
413 return (update_dt((dt_handle_t *)handle, delp, NULL));
419 return (update_dt((dt_handle_t *)handle, NULL, addp));
425 return (update_dt((dt_handle_t *)handle, origp, newp));

Completed in 16 milliseconds