Home
last modified time | relevance | path

Searched refs:backend (Results 1 – 25 of 37) sorted by relevance

12

/titanic_41/usr/src/uts/common/os/
H A Dtimer.c264 clock_add_backend(clockid_t clock, clock_backend_t *backend) in clock_add_backend() argument
269 clock_backend[clock] = backend; in clock_add_backend()
276 clock_backend_t *backend; in clock_settime() local
279 if ((backend = CLOCK_BACKEND(clock)) == NULL) in clock_settime()
300 error = backend->clk_clock_settime(&t); in clock_settime()
312 clock_backend_t *backend; in clock_gettime() local
315 if ((backend = CLOCK_BACKEND(clock)) == NULL) in clock_gettime()
318 error = backend->clk_clock_gettime(&t); in clock_gettime()
344 clock_backend_t *backend; in clock_getres() local
355 if ((backend = CLOCK_BACKEND(clock)) == NULL) in clock_getres()
[all …]
/titanic_41/usr/src/lib/libsqlite/test/
H A Dmain.test100 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
133 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
140 TRIGGER xyz AFTER DELETE backend BEGIN
147 TRIGGERX xyz AFTER DELETE backend BEGIN
153 CREATE/**/TRIGGER xyz AFTER DELETE backend BEGIN
160 CREATE/**/TRIGGER xyz AFTER DELETE backend BEGIN
167 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
174 CREATE TEMP TRIGGER xyz AFTER DELETE backend BEGIN
180 CREATE TEMP TRIGGER xyz AFTER DELETE backend BEGIN
186 CREATE TRIGGER xyz AFTER DELETE backend BEGIN
H A Dbtree3.test15 # focus of this script is btree database backend
18 # for the BTree backend. When a row is deleted from a table, the
H A Dbtree3rb.test15 # focus of this script is btree database backend
18 # for the BTree backend. When a row is deleted from a table, the
H A Dbtree4.test15 # focus of this script is btree database backend
H A Dbtree4rb.test15 # focus of this script is btree database backend
/titanic_41/usr/src/lib/gss_mechs/mech_dh/
H A DMakefile31 SUBDIRS= backend .WAIT dh192 dh640 dh1024
32 MSGSUBDIRS = backend
/titanic_41/usr/src/lib/gss_mechs/mech_dh/dh1024/
H A DMakefile.com43 CPPFLAGS += -I../../backend/mech -I../../backend/crypto
H A Dmapfile-vers24 # usr/src/lib/gss_mechs/mech_dh/backend/mech_dh.so.1
/titanic_41/usr/src/lib/gss_mechs/mech_dh/dh192/
H A DMakefile.com43 CPPFLAGS += -I../../backend/mech -I../../backend/crypto
H A Dmapfile-vers24 # usr/src/lib/gss_mechs/mech_dh/backend/mech_dh.so.1
/titanic_41/usr/src/lib/gss_mechs/mech_dh/dh640/
H A DMakefile.com43 CPPFLAGS += -I../../backend/mech -I../../backend/crypto
H A Dmapfile-vers24 # usr/src/lib/gss_mechs/mech_dh/backend/mech_dh.so.1
/titanic_41/usr/src/cmd/netfiles/
H A Dnsswitch.ad37 # If the AD backend is processed (based on the configuration) it will
64 # At present there isn't a 'files' backend for netgroup; the system will
H A Dnsswitch.files45 # At present there isn't a 'files' backend for netgroup; the system will
H A Dnsswitch.dns57 # At present there isn't a 'files' backend for netgroup; the system will
/titanic_41/usr/src/grub/grub-0.97/docs/
H A Dinternals.texi182 The variables which can be read by the filesystem backend are:
214 filesystem backend desires.
217 The variables which need to be written by a filesystem backend are:
225 it being the same for later calls into the backend code!
238 The functions expected to be used by the filesystem backend are:
246 If the backend uses the block list code, then @code{grub_read} can be
254 The functions expected to be defined by the filesystem backend are
H A Dgrub.info-3334 backend and installs GRUB into the device INSTALL_DEVICE. If
1261 The variables which can be read by the filesystem backend are:
1292 filesystem backend desires.
1294 The variables which need to be written by a filesystem backend are:
1301 being the same for later calls into the backend code!
1313 The functions expected to be used by the filesystem backend are:
1320 If the backend uses the block list code, then `grub_read' can be
1327 The functions expected to be defined by the filesystem backend are
/titanic_41/usr/src/cmd/svc/configd/
H A Dobject.c660 int backend = lp->rl_backend; in object_tx_commit() local
662 ret = backend_tx_begin(backend, &tx); in object_tx_commit()
668 data->txc_backend = backend; in object_tx_commit()
H A DMakefile28 backend.o \
/titanic_41/usr/src/uts/common/sys/
H A Dtimer.h90 extern void clock_add_backend(clockid_t clock, clock_backend_t *backend);
/titanic_41/usr/src/lib/libsqlite/tool/
H A Dreport1.txt59 backend for sqlite 2.0. Note in particular that 99% of all
/titanic_41/usr/src/lib/gss_mechs/mech_dh/backend/
H A Dmapfile-vers24 # usr/src/lib/gss_mechs/mech_dh/backend/mech_dh.so.1
/titanic_41/usr/src/uts/common/xen/os/
H A Dxvdi.c242 boolean_t backend; in xvdi_init_dev() local
256 backend = (domid != DOMID_SELF); in xvdi_init_dev()
293 if (!backend) in xvdi_init_dev()
310 pdp->xd_xsdev.frontend = (backend ? 0 : 1); in xvdi_init_dev()
312 pdp->xd_xsdev.otherend_id = (backend ? domid : -1); in xvdi_init_dev()
320 if (backend) in xvdi_init_dev()
735 boolean_t backend; in xvdi_create_dev() local
744 backend = (dom != DOMID_SELF); in xvdi_create_dev()
749 if (!backend) { in xvdi_create_dev()
/titanic_41/usr/src/tools/findunref/
H A Dexception_list.open161 ./usr/src/lib/gss_mechs/mech_dh/backend/mapfile-vers

12