Searched refs:init (Results 276 - 300 of 1564) sorted by relevance

<<11121314151617181920>>

/freebsd-11-stable/sys/dev/le/
H A Dam79900.c187 struct leinit init; local
196 init.init_mode = LE_HTOLE32(LE_MODE_NORMAL | LE_MODE_PROM);
198 init.init_mode = LE_HTOLE32(LE_MODE_NORMAL);
200 init.init_mode |= LE_HTOLE32(((ffs(sc->sc_ntbuf) - 1) << 28) |
203 init.init_padr[0] = LE_HTOLE32(sc->sc_enaddr[0] |
206 init.init_padr[1] = LE_HTOLE32(sc->sc_enaddr[4] |
208 lance_setladrf(sc, init.init_ladrf);
214 init.init_rdra = LE_HTOLE32(a);
217 init.init_tdra = LE_HTOLE32(a);
219 (*sc->sc_copytodesc)(sc, &init, LE_INITADD
[all...]
/freebsd-11-stable/sys/dev/drm/
H A Dmach64_dma.c962 static int mach64_do_dma_init(struct drm_device * dev, drm_mach64_init_t * init) argument
976 dev_priv->is_pci = init->is_pci;
978 dev_priv->fb_bpp = init->fb_bpp;
979 dev_priv->front_offset = init->front_offset;
980 dev_priv->front_pitch = init->front_pitch;
981 dev_priv->back_offset = init->back_offset;
982 dev_priv->back_pitch = init->back_pitch;
984 dev_priv->depth_bpp = init->depth_bpp;
985 dev_priv->depth_offset = init->depth_offset;
986 dev_priv->depth_pitch = init
1369 drm_mach64_init_t *init = data; local
[all...]
/freebsd-11-stable/usr.sbin/traceroute6/
H A Dtraceroute6.c1070 struct sctp_init_chunk *init; local
1119 init = (struct sctp_init_chunk *)(sctp + 1);
1120 init->ch.chunk_type = SCTP_INITIATION;
1121 init->ch.chunk_flags = 0;
1122 init->ch.chunk_length = htons((u_int16_t)(datalen -
1124 init->init.initiate_tag = (sctp->src_port << 16) |
1126 init->init.a_rwnd = htonl(1500);
1127 init
1355 struct sctp_init_chunk *init; local
[all...]
/freebsd-11-stable/contrib/gcc/cp/
H A Ddecl2.c713 tree init, bool init_const_expr_p,
731 if (init != NULL_TREE && TYPE_NEEDS_CONSTRUCTING (TREE_TYPE (decl)))
741 init = NULL_TREE;
745 if (CP_TYPE_CONST_P (TREE_TYPE (decl)) && init == 0)
747 DECL_INITIAL (decl) = init;
750 cp_finish_decl (decl, init, init_const_expr_p, asmspec_tree, flags);
760 tree init, bool init_const_expr_p,
768 if (init
769 && TREE_CODE (init) == TREE_LIST
770 && TREE_VALUE (init)
711 finish_static_data_member_decl(tree decl, tree init, bool init_const_expr_p, tree asmspec_tree, int flags) argument
757 grokfield(const cp_declarator *declarator, cp_decl_specifier_seq *declspecs, tree init, bool init_const_expr_p, tree asmspec_tree, tree attrlist) argument
2612 one_static_initialization_or_destruction(tree decl, tree init, bool initp) argument
2813 tree init = TREE_PURPOSE (t); local
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddebug.h28 void (* init) (const char *main_filename); member in struct:gcc_debug_hooks
/freebsd-11-stable/contrib/apr-util/include/private/
H A Dapu_internal.h32 * of apu_dso_load must lock first, and not unlock until any init
49 int (*init)(apr_pool_t *pool, LDAP **ldap, const char *hostname, member in struct:apr__ldap_dso_fntable
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_filter_grzip.c78 reader->init = grzip_bidder_init;
H A Darchive_read_support_filter_lrzip.c78 reader->init = lrzip_bidder_init;
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/common/
H A Dutils.c41 #pragma init(getpname)
/freebsd-11-stable/contrib/amd/scripts/
H A Dredhat-ctl-amd.in17 . /etc/init.d/functions
/freebsd-11-stable/contrib/apr/include/
H A Dapr_random.h49 apr_crypto_hash_init_t *init; member in struct:apr_crypto_hash_t
/freebsd-11-stable/sys/contrib/octeon-sdk/
H A Docteon-feature.c48 #include <linux/init.h>
/freebsd-11-stable/sys/dev/drm2/i915/
H A Ddvo.h56 bool (*init)(struct intel_dvo_device *dvo, member in struct:intel_dvo_dev_ops
/freebsd-11-stable/contrib/wpa/src/utils/
H A Dext_password_test.c87 .init = ext_password_test_init,
/freebsd-11-stable/contrib/wpa/wpa_supplicant/
H A Dautoscan_exponential.c101 .init = autoscan_exponential_init,
/freebsd-11-stable/lib/libc/resolv/
H A Dmtctxres.c26 #pragma init (_mtctxres_init)
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dsshd.init16 . /etc/rc.d/init.d/functions
/freebsd-11-stable/crypto/openssh/
H A Dmd-sha256.c75 ssh_sha256.init = ssh_sha256_init;
/freebsd-11-stable/crypto/openssl/crypto/bio/
H A Dbss_null.c91 bi->init = 1;
/freebsd-11-stable/crypto/openssl/crypto/dh/
H A Ddh_lib.c112 if (meth->init)
113 meth->init(dh);
170 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
/freebsd-11-stable/crypto/openssl/crypto/dsa/
H A Ddsa_lib.c123 if (meth->init)
124 meth->init(dsa);
176 if ((ret->meth->init != NULL) && !ret->meth->init(ret)) {
/freebsd-11-stable/lib/csu/mips/
H A Dcrti.S4 .section .init,"ax",%progbits
/freebsd-11-stable/lib/csu/powerpc64/
H A Dcrti.S33 .section .init,"ax",@progbits
/freebsd-11-stable/sys/netpfil/ipfw/
H A Ddn_aqm.h88 * init initialise AQM status variables of queue 'q'
89 * This function is used to allocate space and init AQM status for a
108 int (*init)(struct dn_queue *); member in struct:dn_aqm
/freebsd-11-stable/sys/mips/cavium/octe/
H A Dwrapper-cvmx-includes.h44 #include <contrib/octeon-sdk/cvmx-app-init.h>

Completed in 171 milliseconds

<<11121314151617181920>>