Home
last modified time | relevance | path

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

/openbsd/usr.sbin/ldomctl/
H A Dmdstore.c405 struct ds_conn_svc *dcs; in mdstore_select() local
411 dcs->svc_handle != 0) in mdstore_select()
413 assert(dcs != NULL); in mdstore_select()
418 mr->svc_handle = dcs->svc_handle; in mdstore_select()
434 struct ds_conn_svc *dcs; in mdstore_delete() local
440 dcs->svc_handle != 0) in mdstore_delete()
442 assert(dcs != NULL); in mdstore_delete()
447 mr->svc_handle = dcs->svc_handle; in mdstore_delete()
469 struct ds_conn_svc *dcs; in mdstore_download() local
480 dcs->svc_handle != 0) in mdstore_download()
[all …]
/openbsd/usr.sbin/ldomd/
H A Dds.c446 struct ds_conn_svc *dcs; in ds_rx_msg() local
454 dcs->svc_handle = dr->svc_handle; in ds_rx_msg()
455 dcs->ackid = lc->lc_tx_seqid; in ds_rx_msg()
456 ds_reg_ack(lc, dcs->svc_handle, in ds_rx_msg()
457 dcs->service->ds_minor_vers); in ds_rx_msg()
458 dcs->service->ds_start(lc, dcs->svc_handle); in ds_rx_msg()
466 major = dcs->service->ds_major_vers; in ds_rx_msg()
485 struct ds_conn_svc *dcs; in ds_rx_msg() local
694 struct ds_conn_svc *dcs; in ds_conn_register_service() local
696 dcs = xzalloc(sizeof(*dcs)); in ds_conn_register_service()
[all …]
/openbsd/usr.bin/file/magdir/
H A Drtf6 # Duncan P. Simpson, D.P.Simpson@dcs.warwick.ac.uk
/openbsd/regress/lib/libcrypto/x509/bettertls/certificates/
H A D3146.key18 phnNfSOPEKJVfSdi2i0DZCMTat7xGSNpgJklU+8CgYAR1Wa/ZV/DirujrePN+dcs
/openbsd/usr.bin/ssh/
H A Dssh-agent.c231 free_dest_constraints(struct dest_constraint *dcs, size_t ndcs) in free_dest_constraints() argument
236 free_dest_constraint_hop(&dcs[i].from); in free_dest_constraints()
237 free_dest_constraint_hop(&dcs[i].to); in free_dest_constraints()
239 free(dcs); in free_dest_constraints()
268 dup_dest_constraints(const struct dest_constraint *dcs, size_t ndcs) in dup_dest_constraints() argument
277 dup_dest_constraint_hop(&dcs[i].from, &ret[i].from); in dup_dest_constraints()
278 dup_dest_constraint_hop(&dcs[i].to, &ret[i].to); in dup_dest_constraints()
313 const struct dest_constraint *dcs, size_t ndcs) in dump_dest_constraints() argument
321 dump_dest_constraint_hop(&dcs[i].from); in dump_dest_constraints()
323 dump_dest_constraint_hop(&dcs[i].to); in dump_dest_constraints()
/openbsd/gnu/llvm/llvm/docs/HistoricalNotes/
H A D2003-06-26-Reoptimizer2.txt71 GXX=/usr/dcs/software/evaluation/bin/g++
/openbsd/gnu/gcc/gcc/config/rs6000/
H A Dsync.md49 "{dcs|sync}"
/openbsd/gnu/usr.bin/perl/
H A DAUTHORS362 Dave Schweisguth <dcs@neutron.chem.yale.edu>
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A DChangeLog-98994242 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
/openbsd/gnu/usr.bin/binutils/bfd/
H A DChangeLog-98994242 implmented. Patch submitted by Dr. R.J. Black <rjb@dcs.gla.ac.uk>
/openbsd/gnu/usr.bin/gcc/gcc/
H A DChangeLog.72058 * ssa-dcs.c (ssa_eliminate_dead_code): Likewise.