Searched defs:backend (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtimer.c101 * backend to complete the deletion.
132 * the clock backend to delete the timer; it is up to the backend to
264 clock_add_backend(clockid_t clock, clock_backend_t *backend) argument
269 clock_backend[clock] = backend;
285 clock_backend_t *backend; local
288 if ((backend = CLOCK_BACKEND(clock)) == NULL)
309 error = backend->clk_clock_settime(&t);
321 clock_backend_t *backend; local
324 if ((backend
353 clock_backend_t *backend; local
474 clock_backend_t *backend; local
[all...]
/illumos-gate/usr/src/cmd/svc/configd/
H A Dobject.c305 * Update values in backend, imposing
660 int backend = lp->rl_backend; local
662 ret = backend_tx_begin(backend, &tx);
668 data->txc_backend = backend;
H A Dfile_object.c29 * file_object.c - enter objects into and load them from the backend
755 * backend is writable (and upgrade is possible).
1161 backend_type_t backend = np->rn_id.rl_backend; local
1166 res = backend_tx_begin_ro(backend, &tx);
1169 * If the backend didn't exist, we wouldn't have got this
1456 * the appropriate <type>_fill_children() which runs backend queries that
2171 * _BACKEND_READONLY - persistent backend is read-only
2274 * _BACKEND_READONLY - persistent backend is read-only
2332 * _BACKEND_READONLY - persistent backend is read-only
2389 dip.di_np_tx = NULL; /* no need for non-persistant backend */
[all...]
H A Drc_node.c621 uint32_t backend = lp->rl_backend; local
630 assert(backend == BACKEND_TYPE_NORMAL ||
631 backend == BACKEND_TYPE_NONPERSIST);
639 hash = type * 7 + mainid * 5 + backend;
/illumos-gate/usr/src/uts/common/xen/os/
H A Dxvdi.c152 { XEN_VNET, "vif", "device/vif", "backend/vif", "xnf", "xnb",
155 { XEN_VBLK, "vbd", "device/vbd", "backend/vbd", "xdf", "xdb",
158 { XEN_BLKTAP, "tap", NULL, "backend/tap", NULL, "xpvtap",
242 boolean_t backend; local
256 backend = (domid != DOMID_SELF);
293 if (!backend)
310 pdp->xd_xsdev.frontend = (backend ? 0 : 1);
312 pdp->xd_xsdev.otherend_id = (backend ? domid : -1);
320 if (backend)
510 * This is used by backend driver
735 boolean_t backend; local
[all...]

Completed in 180 milliseconds