Searched refs:dom (Results 51 - 57 of 57) sorted by relevance

123

/freebsd-11-stable/sys/dev/xen/xenstore/
H A Dxenstore.c1185 alloc_unbound.dom = DOMID_SELF;
/freebsd-11-stable/sys/dev/oce/
H A Doce_mbox.c229 * @param dom domain
238 uint8_t dom, uint8_t port,
246 hdr->u0.req.domain = dom;
237 mbx_common_req_hdr_init(struct mbx_hdr *hdr, uint8_t dom, uint8_t port, uint8_t subsys, uint8_t opcode, uint32_t timeout, uint32_t pyld_len, uint8_t version) argument
H A Doce_if.h1081 uint8_t dom,
/freebsd-11-stable/sys/x86/xen/
H A Dxen_intr.c1229 alloc_unbound.dom = DOMID_SELF;
/freebsd-11-stable/sys/dev/xen/netback/
H A Dnetback.c715 gnt.dom = xnb->otherend_id;
/freebsd-11-stable/contrib/gcc/
H A DMakefile.in989 tree-ssa-dom.o domwalk.o tree-tailcall.o gimple-low.o tree-iterator.o \
1894 tree-ssa-dom.o : tree-ssa-dom.c $(TREE_FLOW_H) $(CONFIG_H) $(SYSTEM_H) \
/freebsd-11-stable/contrib/groff/
H A Dconfigure9764 dom=`awk '($1 == "dom" || $1 == "search") { print $2; exit}' \
9766 if test -z "$dom"; then
9767 dom=`(domainname) 2>/dev/null | tr -d '+'`
9768 if test -z "$dom" \
9769 || test "$dom" = '(none)'; then
9770 dom=`(hostname) 2>/dev/null | grep '\.'`
9775 case "$dom" in

Completed in 272 milliseconds

123