Searched refs:type (Results 76 - 100 of 6116) sorted by last modified time

1234567891011>>

/freebsd-11-stable/sys/vm/
H A Dvm_fault.c593 * object suffices, allowing multiple page faults of a similar type to
600 (fs.first_object->type != OBJT_VNODE &&
605 (fs.first_object->type != OBJT_VNODE &&
650 dead = fs.object->type == OBJT_DEAD;
734 if (fs.object->type != OBJT_DEFAULT ||
780 if (fs.object->type != OBJT_VNODE &&
811 if (fs.object->type != OBJT_DEFAULT && nera == -1 &&
869 if (fs.object->type != OBJT_DEFAULT) {
878 if (fs.object->type == OBJT_VNODE &&
1098 ((fs.object->type
[all...]
/freebsd-11-stable/sys/kern/
H A Dvfs_mount.c705 * Be ultra-paranoid about making sure the type and fspath
753 char *type; member in struct:mount_args
788 error = copyinstr(uap->type, fstype, MFSNAMELEN, NULL);
802 ma = mount_argsu(ma, "fstype", uap->type, MFSNAMELEN);
818 struct vfsconf *vfsp, /* File system type. */
1095 const char *fstype, /* Filesystem type. */
1108 * Be ultra-paranoid about making sure the type and fspath
H A Dkern_descrip.c1191 * We need to notify mqueue if the object is of type mqueue.
2449 * The ops are set with release semantics to be certain that the flags, type,
2454 finit(struct file *fp, u_int flag, short type, void *data, struct fileops *ops) argument
2458 fp->f_type = type;
2878 * Just attempt to get a record lock of the requested type on the entire file
3394 /* Set a default type to allow for empty fill_kinfo() methods. */
3650 export_vnode_for_osysctl(struct vnode *vp, int type, struct kinfo_file *kif, argument
3657 export_vnode_to_kinfo(vp, type, 0, kif, KERN_FILEDESC_PACK_KINFO);
3825 * file type.
3828 file_type_to_name(short type) argument
4139 fdopen(struct cdev *dev, int mode, int type, struct thread *td) argument
[all...]
/freebsd-11-stable/sys/compat/linuxkpi/common/src/
H A Dlinux_rcu.c77 int type; member in struct:linux_epoch_record
133 record->type = j;
192 linux_rcu_read_lock(unsigned type) argument
197 MPASS(type < RCU_TYPE_MAX);
205 MPASS(ts->rcu_recurse[type] != INT_MAX);
207 if (++(ts->rcu_recurse[type]) != 1)
216 record = &DPCPU_GET(linux_epoch_record[type]);
224 (ck_epoch_section_t *)&ts->rcu_section[type]);
225 TAILQ_INSERT_TAIL(&record->ts_head, ts, rcu_entry[type]);
230 linux_rcu_read_unlock(unsigned type) argument
320 linux_synchronize_rcu(unsigned type) argument
376 linux_rcu_barrier(unsigned type) argument
391 linux_call_rcu(unsigned type, struct rcu_head *context, rcu_callback_t func) argument
[all...]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_nat6.c1013 * to make them unique. This is indepedent of the ICMP type
1392 int flags = 0, type, minlen; local
1402 type = icmp6->icmp6_type;
1407 * header. Also, if it's not an error type, then return.
4051 /* Parameters: icmptype(I) - ICMP type number */
4053 /* Tests to see if the ICMP type number passed is a query/response type or */
H A Dip_nat.c2263 /* logtype(I) - type of LOG record to create before deleting */
3145 * to make them unique. This is indepedent of the ICMP type
3617 int flags = 0, type, minlen; local
3627 type = icmp->icmp_type;
3632 * header. Also, if it's not an error type, then return.
6086 /* Parameters: icmptype(I) - ICMP type number */
6088 /* Tests to see if the ICMP type number passed is a query/response type or */
H A Dmlfk_ipl.c171 ipfilter_modevent(module_t mod, int type, void *unused) argument
175 switch (type)
/freebsd-11-stable/sys/dev/sound/usb/
H A Duaudio.c185 uint8_t type; member in struct:uaudio_mixer_node
574 .type = UE_ISOCHRONOUS,
584 .type = UE_ISOCHRONOUS,
594 .type = UE_ISOCHRONOUS,
607 .type = UE_ISOCHRONOUS,
617 .type = UE_ISOCHRONOUS,
627 .type = UE_ISOCHRONOUS,
640 .type = UE_CONTROL,
672 .type = UE_BULK,
681 .type
5352 uaudio_mixer_signext(uint8_t type, int val) argument
5475 uaudio_mixer_set(struct uaudio_softc *sc, struct snd_mixer *m, unsigned type, unsigned left, unsigned right) argument
[all...]
/freebsd-11-stable/usr.sbin/rtsold/
H A Drtsol.c312 "invalid icmp type(%d) from %s on %s", icp->icmp6_type,
772 find_raopt(struct rainfo *rai, int type, void *msg, size_t len) argument
777 if (rao->rao_type == type &&
929 "%s is an invalid file type 0x%o\n",
/freebsd-11-stable/sys/dev/netmap/
H A Dnetmap_freebsd.c1194 long type; member in struct:nm_kctx_ctx
1256 nmk->worker_ctx.type = cfg->type;
1290 nmk->worker_ctx.type))) {
H A Dnetmap.c160 * in steps 5 and 6 below). The callbacks depend on the type of adapter.
1533 * 0 NULL type doesn't match
1534 * !0 NULL type matches, but na creation/lookup failed
1535 * 0 !NULL type matches and na created/found
1861 nm_prerr("invalid regif type %d", nr_mode);
2621 hdr->nr_reqtype = NETMAP_REQ_PORT_INFO_GET; /* reset type */
2777 hdr->nr_reqtype = NETMAP_REQ_POOLS_INFO_GET; /* reset type */
3194 uint16_t type = opt->nro_reqtype; local
3198 type))) {
/freebsd-11-stable/contrib/libcxxrt/
H A Dexception.cc131 * The type of a handler that has been found.
743 fprintf(stderr, " of type %s\n",
784 * pointer returned by __cxa_allocate_exception()), the type info for the
931 * Checks the type signature found in a handler against the type of the thrown
936 const std::type_info *type,
951 if (0 == type)
963 if (*type == *ex_type)
970 if (type->__do_catch(ex_type, &exception_ptr, 1))
979 * Checks whether the exception matches the type specifier
935 check_type_signature(__cxa_exception *ex, const std::type_info *type, void *&adjustedPtr) argument
[all...]
H A Dlibelftc_dem_gnu3.c111 bool is_functype; /* function type */
113 enum type_qualifier ref_qualifier_type; /* ref qualifier type */
548 // Try demangling as a type for short encodings
584 * The first type is a return type if we just demangled template
604 /* Read return type */
608 /* Read function arg type */
614 /* Push return type to the beginning */
762 * is_tmpl is used to check if the type (function arg) is right next
1654 /* Return type */
1775 char *name, *type, *num_str; local
3360 char *type; local
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dtables.c67 char *arg, uint8_t type, uint32_t vmask);
318 ntlv->head.type = IPFW_TLV_TBL_NAME;
334 { "type", TOK_TYPE },
359 /* Parse type options */
376 table_print_type(char *tbuf, size_t size, uint8_t type, uint8_t tflags) argument
381 if ((tname = match_value(tabletypes, type)) == NULL)
388 switch(type) {
402 * ipfw table NAME create [ type { addr | iface | number | flow } ]
427 NEED1("table type required");
439 xi.type
954 uint8_t type; local
1125 uint8_t type; local
1186 tentry_fill_key_type(char *arg, ipfw_obj_tentry *tentry, uint8_t type, uint8_t tflags) argument
1439 uint8_t type, tflags; local
1513 tentry_fill_value(ipfw_obj_header *oh, ipfw_obj_tentry *tent, char *arg, uint8_t type, uint32_t vmask) argument
[all...]
/freebsd-11-stable/sys/netinet/libalias/
H A Dalias_db.c68 Fixed data type error in StartPoint().
84 port type = ALIAS_PORT_UNKNOWN_DEST_ALL (ee)
252 port and link type. On output, the lookup table indexes on
254 port and link type.
350 alias_mod_handler(module_t mod, int type, void *data) argument
353 switch (type) {
688 fprintf(stderr, "incorrect link type\n");
886 /* Link-type dependent cleanup */
993 /* Link-type dependent initialization */
/freebsd-11-stable/sys/netgraph/
H A Dng_nat.c65 /* Parse type for struct ng_nat_mode. */
73 /* Parse type for 'description' field in structs. */
81 /* Parse type for struct ng_nat_redirect_port. */
89 /* Parse type for struct ng_nat_redirect_addr. */
97 /* Parse type for struct ng_nat_redirect_proto. */
105 /* Parse type for struct ng_nat_add_server. */
113 /* Parse type for one struct ng_nat_listrdrs_entry. */
121 /* Parse type for 'redirects' array in struct ng_nat_list_redirects. */
123 ng_nat_listrdrs_ary_getLength(const struct ng_parse_type *type, argument
143 /* Parse type fo
[all...]
/freebsd-11-stable/sys/dev/ena/
H A Dena.h489 #define clamp_t(type, _x, min, max) min_t(type, max_t(type, _x, min), max)
/freebsd-11-stable/sys/sys/
H A Djail.h338 #define SYSCTL_JAIL_PARAM(module, param, type, fmt, descr) \
340 (type) | CTLFLAG_MPSAFE, NULL, 0, sysctl_jail_param, fmt, descr)
/freebsd-11-stable/crypto/openssl/ssl/
H A Ds3_lib.c3035 return (s->s3->rrec.type ==
/freebsd-11-stable/crypto/openssl/crypto/x509/
H A Dx509_cmp.c369 if (pkey && pkey->type == EVP_PKEY_EC)
/freebsd-11-stable/crypto/openssl/crypto/evp/
H A Devp_enc.c667 int EVP_CIPHER_CTX_ctrl(EVP_CIPHER_CTX *ctx, int type, int arg, void *ptr) argument
680 ret = ctx->cipher->ctrl(ctx, type, arg, ptr);
H A Devp.h126 * Type needs to be a bit field Sub-type needs to be for variations on the
130 int type; member in struct:evp_pkey_st
161 int type; member in struct:env_md_st
171 int (*sign) (int type, const unsigned char *m, unsigned int m_length,
173 int (*verify) (int type, const unsigned char *m, unsigned int m_length,
183 typedef int evp_sign_method(int type, const unsigned char *m,
186 typedef int evp_verify_method(int type, const unsigned char *m,
197 * one for a specific public key type.
331 int (*ctrl) (EVP_CIPHER_CTX *, int type, int arg, void *ptr);
594 int EVP_DigestInit_ex(EVP_MD_CTX *ctx, const EVP_MD *type, ENGIN
[all...]
/freebsd-11-stable/contrib/subversion/subversion/libsvn_wc/
H A Dwc-metadata.sql26 * (documented in the corresponding C type #svn_kind_t):
33 * (see also the C type #svn_wc__db_status_t):
91 /* Enumerated values specifying type of compression. The only value
/freebsd-11-stable/contrib/subversion/subversion/libsvn_fs_fs/
H A Dindex.c50 * We also assume that the type is always signed meaning we only have an
74 * of this type to describe position and size of a given page.
126 /* All of the log-to-phys proto index file consist of entries of this type.
613 * in the target type. */
646 * target type. */
1240 /* page table entries (of type l2p_page_table_entry_t).
1864 SVN_ERR(write_uint64_to_proto_index(proto_index, entry->type,
1893 SVN_ERR(read_uint32_from_proto_index(proto_index, &entry->type,
1921 * target type. Also, cast to 'long' instead of 'svn_revnum_t' here
2029 entry.type
[all...]
/freebsd-11-stable/contrib/subversion/subversion/include/
H A Dsvn_types.h160 /* Declaration of a unique type, never defined, for the SVN_VA_NULL macro.
171 * automatically to the expected type.)
248 #define APR_ARRAY_IDX(ary,i,type) (((type *)(ary)->elts)[i])
253 #define APR_ARRAY_PUSH(ary,type) (*((type *)apr_array_push(ary)))
263 * without type casts or temporary variables.
369 * property set. The file contents contain: a platform-specific type
385 * support a specific special file type, the file is copied into the
396 * 3. Handling the translation/detranslation case for the new type i
[all...]

Completed in 238 milliseconds

1234567891011>>