Searched refs:init (Results 51 - 75 of 994) sorted by relevance

1234567891011>>

/freebsd-10.0-release/sys/dev/drm2/radeon/
H A Dradeon_ioc32.c67 drm_radeon_init_t __user *init; local
72 init = compat_alloc_user_space(sizeof(*init));
73 if (!access_ok(VERIFY_WRITE, init, sizeof(*init))
74 || __put_user(init32.func, &init->func)
75 || __put_user(init32.sarea_priv_offset, &init->sarea_priv_offset)
76 || __put_user(init32.is_pci, &init->is_pci)
77 || __put_user(init32.cp_mode, &init->cp_mode)
78 || __put_user(init32.gart_size, &init
[all...]
/freebsd-10.0-release/contrib/gcc/cp/
H A Drtti.c804 tree init = NULL_TREE;
868 init = tree_cons (NULL_TREE, vtable_ptr, init);
870 init = tree_cons (NULL_TREE, decay_conversion (name_decl), init);
872 init = build_constructor_from_list (NULL_TREE, nreverse (init));
873 TREE_CONSTANT (init) = 1;
874 TREE_INVARIANT (init) = 1;
875 TREE_STATIC (init)
801 tree init = NULL_TREE; local
885 tree init = tinfo_base_init (ti, target); local
901 tree init = tinfo_base_init (ti, target); local
928 tree init = tinfo_base_init (ti, target); local
960 tree init = tinfo_base_init (ti, target); local
1481 tree init; local
[all...]
/freebsd-10.0-release/sbin/adjkerntz/
H A Dadjkerntz.c91 init = Unknown; local
97 if (init != Unknown)
99 init = True;
102 if (init != Unknown)
104 init = False;
112 if (init == Unknown)
118 if (init)
129 if (init && daemon(0,
150 if (init && !sleep_mode) {
151 init
[all...]
/freebsd-10.0-release/crypto/heimdal/base/
H A Dheimbasepriv.h64 heim_type_init init; member in struct:heim_type_data
75 heim_type_init init,
/freebsd-10.0-release/crypto/openssl/crypto/ecdsa/
H A Decs_locl.h78 int (*init)(EC_KEY *eckey);
95 int (*init)(EC_KEY *); member in struct:ecdsa_data_st
/freebsd-10.0-release/crypto/openssl/crypto/evp/
H A Dm_dss.c71 static int init(EVP_MD_CTX *ctx) function
86 init,
H A Dm_dss1.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_md2.c72 static int init(EVP_MD_CTX *ctx) function
87 init,
H A Dm_md4.c74 static int init(EVP_MD_CTX *ctx) function
89 init,
H A Dm_md5.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_mdc2.c74 static int init(EVP_MD_CTX *ctx) function
89 init,
H A Dm_ripemd.c73 static int init(EVP_MD_CTX *ctx) function
88 init,
H A Dm_sha.c72 static int init(EVP_MD_CTX *ctx) function
87 init,
/freebsd-10.0-release/lib/csu/ia64/
H A Dcrtn.S34 .section .init,"ax",@progbits
/freebsd-10.0-release/usr.sbin/crunch/examples/
H A Dkcopy.conf16 progs mount mount_cd9660 fsck init reboot umount
/freebsd-10.0-release/contrib/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMMCAsmInfo.cpp22 cl::init(false));
/freebsd-10.0-release/contrib/llvm/lib/Transforms/ObjCARC/
H A DObjCARC.cpp35 cl::init(true));
/freebsd-10.0-release/contrib/wpa/wpa_supplicant/
H A Dautoscan.h17 void * (*init)(struct wpa_supplicant *wpa_s, const char *params); member in struct:autoscan_ops
/freebsd-10.0-release/lib/csu/powerpc/
H A Dcrti.S29 .section .init,"ax",@progbits
/freebsd-10.0-release/sys/dev/drm/
H A Dr128_cce.c352 static int r128_do_init_cce(struct drm_device * dev, drm_r128_init_t * init) argument
364 dev_priv->is_pci = init->is_pci;
373 dev_priv->usec_timeout = init->usec_timeout;
382 dev_priv->cce_mode = init->cce_mode;
392 if ((init->cce_mode != R128_PM4_192BM) &&
393 (init->cce_mode != R128_PM4_128BM_64INDBM) &&
394 (init->cce_mode != R128_PM4_64BM_128INDBM) &&
395 (init->cce_mode != R128_PM4_64BM_64VCBM_64INDBM)) {
402 switch (init->cce_mode) {
423 switch (init
632 drm_r128_init_t *init = data; local
[all...]
/freebsd-10.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp32 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(true),
39 cl::Hidden, cl::ZeroOrMore, cl::ValueDisallowed, cl::init(false),
46 cl::Hidden, cl::ZeroOrMore, cl::init(false),
/freebsd-10.0-release/crypto/openssl/crypto/des/
H A Decb_enc.c69 static int init=1; local
72 if (init)
102 init=0;
/freebsd-10.0-release/sys/mips/nlm/dev/net/ucore/
H A Dcrt0_basic.S55 .ent init
56 init: label
65 .end init
/freebsd-10.0-release/bin/sh/
H A Dmksyntax.c109 static void init(const char *);
171 init("basesyntax");
184 init("dqsyntax");
197 init("sqsyntax");
207 init("arisyntax");
220 init("is_type");
237 init(const char *name) function
/freebsd-10.0-release/contrib/gcc/
H A Dc-omp.c207 c_finish_omp_for (location_t locus, tree decl, tree init, tree cond, argument
213 if (EXPR_HAS_LOCATION (init))
214 elocus = EXPR_LOCATION (init);
225 /* In the case of "for (int i = 0...)", init will be a decl. It should
227 if (init == decl)
231 init = DECL_INITIAL (decl);
232 if (init == NULL)
235 init = integer_zero_node;
239 init = build_modify_expr (decl, NOP_EXPR, init);
[all...]

Completed in 327 milliseconds

1234567891011>>