Searched refs:name (Results 1 - 25 of 7867) sorted by last modified time

1234567891011>>

/freebsd-current/usr.sbin/bhyve/
H A Dtpm_ppi_qemu.c89 .name = "ppi-mmio",
469 .name = TPM_PPI_QEMU_NAME,
/freebsd-current/usr.bin/diff/tests/
H A Ddiff_test.sh365 atf_check -o empty -s exit:0 diff -u -r --ignore-file-name-case A B
/freebsd-current/sys/netinet/
H A Dtcp_var.h15 * 3. Neither the name of the University nor the names of its contributors
1108 #define TCPSTAT_ADD(name, val) \
1110 MIB_SDT_PROBE1(tcp, count, name, (val)); \
1111 VNET_PCPUSTAT_ADD(struct tcpstat, tcpstat, name, (val)); \
1113 #define TCPSTAT_INC(name) TCPSTAT_ADD(name, 1)
1119 #define KMOD_TCPSTAT_ADD(name, val) \
1121 MIB_SDT_PROBE1(tcp, count, name, (val)); \
1122 kmod_tcpstat_add(offsetof(struct tcpstat, name) / \
1126 #define KMOD_TCPSTAT_INC(name) KMOD_TCPSTAT_AD
[all...]
H A Dtcp_subr.c15 * 3. Neither the name of the University nor the names of its contributors
466 /* Matching function block with different name. */
930 * Exports one (struct tcp_function_info) for each alias/name.
1005 "List TCP function block name-to-ID mappings");
1159 * Register a TCP function block with the name provided in the names
1161 * blk->tfb_tcp_block_name as a stack name. Therefore, you should
1163 * you wish to register the stack with that name.)
1165 * Either all name registrations will succeed or all will fail. If
1166 * a name registration fails, the function will update the num_names
1167 * argument to point to the array index of the name tha
1260 register_tcp_functions_as_name(struct tcp_function_block *blk, const char *name, int wait) argument
[all...]
/freebsd-current/sys/netinet/tcp_stacks/
H A Dtcp_rack.h290 #define RACK_OPTS_ADD(name, amm) counter_u64_add(rack_opts_arry[(offsetof(struct rack_opts_stats, name)/sizeof(uint64_t))], (amm))
291 #define RACK_OPTS_INC(name) RACK_OPTS_ADD(name, 1)
708 * Note this only happens if the cc name is newreno (CCALGONAME_NEWRENO).
H A Drack.c646 if (strcmp(tp->t_cc->name, CCALGONAME_NEWRENO) != 0) {
660 opt.name = CC_NEWRENO_BETA;
667 opt.name = CC_NEWRENO_BETA_ECN;
677 opt.name = CC_NEWRENO_BETA;
684 opt.name = CC_NEWRENO_BETA_ECN;
24030 if (strcmp(tp->t_cc->name, CCALGONAME_NEWRENO) != 0) {
24042 opt.name = CC_NEWRENO_BETA_ECN;
25551 if (strcmp(tp->t_cc->name, CCALGONAME_NEWRENO) != 0)
25907 printf("Failed to register %s stack name for "
25945 .name
[all...]
/freebsd-current/sys/geom/eli/
H A Dg_eli.c218 .name = G_ELI_CLASS_NAME,
365 panic("Function %s() called for %s.", __func__, cp->geom->name);
411 pp->name, error);
423 pp->name, error);
431 pp->name, error);
446 G_ELI_DEBUG(0, "Device %s size changed from %jd to %jd.", epp->name,
466 bp->bio_to->error, bp->bio_to->name));
833 strlcpy(gpname, gp->name, sizeof(gpname));
1016 G_ELI_DEBUG(1, "Creating device %s%s.", bpp->name, G_ELI_SUFFIX);
1018 ("%s: unsupported crypto for %s", __func__, bpp->name));
1256 char *file, name[64]; local
1300 char name[64]; local
[all...]
/freebsd-current/sys/dev/cxgbe/tom/
H A Dt4_tom.c402 t4_ctloutput(struct toedev *tod, struct tcpcb *tp, int dir, int name) argument
410 CTR4(KTR_CXGBE, "%s: tp %p, dir %u, name %u", __func__, tp, dir, name);
412 switch (name) {
1249 if (strcasecmp(cc->name, "reno") == 0)
1251 else if (strcasecmp(cc->name, "tahoe") == 0)
1253 if (strcasecmp(cc->name, "newreno") == 0)
1255 if (strcasecmp(cc->name, "highspeed") == 0)
H A Dt4_ddp.c2106 const char *name)
2133 pr->pr_arena = vmem_create(name, 0, pr->pr_len, PPOD_SIZE, 0,
2105 t4_init_ppod_region(struct ppod_region *pr, struct t4_range *r, u_int psz, const char *name) argument
/freebsd-current/usr.sbin/ctladm/
H A Dctladm.c449 char *name, *value; local
452 name = strsep(&tmpstr, "=");
453 if (name == NULL) {
454 warnx("%s: option -O takes \"name=value\""
461 warnx("%s: option -O takes \"name=value\""
468 nvlist_add_string(option_list, name, value);
2424 char *name, *value; local
2427 name = strsep(&tmpstr, "=");
2428 if (name == NULL) {
2429 warnx("%s: option -o takes \"name
2581 char *name, *value; local
2684 char *name, *value; local
2806 cctl_islist_start_element(void *user_data, const char *name, const char **attr) argument
2852 cctl_islist_end_element(void *user_data, const char *name) argument
3208 char *name; member in struct:cctl_lun_nv
3236 cctl_start_element(void *user_data, const char *name, const char **attr) argument
3280 cctl_end_element(void *user_data, const char *name) argument
3480 char *name; member in struct:cctl_port
3499 cctl_start_pelement(void *user_data, const char *name, const char **attr) argument
3545 cctl_end_pelement(void *user_data, const char *name) argument
3843 cctl_nvlist_start_element(void *user_data, const char *name, const char **attr) argument
3889 cctl_nvlist_end_element(void *user_data, const char *name) argument
[all...]
/freebsd-current/usr.bin/netstat/
H A Droute.c15 * 3. Neither the name of the University nor the names of its contributors
102 static void p_rtentry_sysctl(const char *name, struct rt_msghdr *);
306 p_rtentry_sysctl(const char *name, struct rt_msghdr *rtm) argument
313 xo_open_instance(name);
351 xo_emit("{t:interface-name/%*s}", wid.iface, prettyname);
353 xo_emit("{t:interface-name/%*.*s}", wid.iface, wid.iface,
364 xo_close_instance(name);
369 p_sockaddr(const char *name, struct sockaddr *sa, struct sockaddr *mask, argument
379 snprintf(buf, sizeof(buf), "{:%s/%%s} ", name);
385 -width, name);
[all...]
H A Dnhops.c15 * 3. Neither the name of the University nor the names of its contributors
143 print_addr(const char *name, const char *addr, int width) argument
149 snprintf(buf, sizeof(buf), "{:%s/%%s} ", name);
155 -width, name);
162 -width, name);
238 print_nhop_entry_sysctl(const char *name, struct rt_msghdr *rtm, struct nhop_external *nh) argument
247 xo_open_instance(name);
295 xo_emit("{t:interface-name/%*s}", wid_if, iface_name);
297 xo_emit("{t:interface-name/%*.*s}", wid_if, wid_if, iface_name);
307 xo_emit("{t:address-interface-name/
[all...]
/freebsd-current/tools/build/mk/
H A DOptionalObsoleteFiles.inc1420 \! -type d \! -path "${DESTDIR}/usr/lib/debug/boot/*" \! -name "lib*.so*" \
1422 DEBUG_LIBS!=find ${DESTDIR}/usr/lib/debug \! -type d -name "lib*.so*" \
3657 \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
3659 -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
3669 \! -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
3671 -name "lib*.so*" | sed -e 's,^${DESTDIR}/,,'; echo
/freebsd-current/sys/sys/
H A Dlinker.h57 const char* name; member in struct:linker_symval
66 char* name; member in struct:common_symbol
79 char* pathname; /* file name with full path */
147 * references. Note that one should either provide a module name and
351 char name[MAXPATHLEN]; member in struct:kld_file_stat_1
361 char name[MAXPATHLEN]; member in struct:kld_file_stat
371 char *symname; /* Symbol name we are looking up */
/freebsd-current/sys/kern/
H A Dvfs_mount.c22 * 3. Neither the name of the University nor the names of its contributors
202 free(opt->name, M_MOUNT);
222 vfs_deleteopt(struct vfsoptlist *opts, const char *name) argument
229 if (strcmp(opt->name, name) == 0)
301 if (vfs_equalopts(opt->name, opt2->name)) {
344 opt->name = malloc(namelen, M_MOUNT, M_WAITOK);
357 bcopy(auio->uio_iov[i].iov_base, opt->name, namelen);
359 error = copyin(auio->uio_iov[i].iov_base, opt->name,
2520 vfs_getopt(struct vfsoptlist *opts, const char *name, void **buf, int *len) argument
2540 vfs_getopt_pos(struct vfsoptlist *opts, const char *name) argument
2557 vfs_getopt_size(struct vfsoptlist *opts, const char *name, off_t *value) argument
2598 vfs_getopts(struct vfsoptlist *opts, const char *name, int *error) argument
2619 vfs_flagopt(struct vfsoptlist *opts, const char *name, uint64_t *w, uint64_t val) argument
2638 vfs_scanopt(struct vfsoptlist *opts, const char *name, const char *fmt, ...) argument
2663 vfs_setopt(struct vfsoptlist *opts, const char *name, void *value, int len) argument
2684 vfs_setopt_part(struct vfsoptlist *opts, const char *name, void *value, int len) argument
2706 vfs_setopts(struct vfsoptlist *opts, const char *name, const char *value) argument
2732 vfs_copyopt(struct vfsoptlist *opts, const char *name, void *dest, int len) argument
2811 mount_argb(struct mntarg *ma, int flag, const char *name) argument
2824 mount_argf(struct mntarg *ma, const char *name, const char *fmt, ...) argument
2866 mount_argsu(struct mntarg *ma, const char *name, const void *val, int len) argument
2892 mount_arg(struct mntarg *ma, const char *name, const void *val, int len) argument
[all...]
H A Dkern_linker.c84 * static char *linker_search_path(const char *name, struct mod_depend
136 /* XXX wrong name; we're looking at version provision tags here, not modules */
141 const char *name; member in struct:modlist
150 const char* name, int deps);
154 static modlist_t modlist_lookup2(const char *name, const struct mod_depend *verinfo);
424 moddata->name, lf->filename));
428 moddata->name, error);
581 ("linker_release_module: no file or name"));
590 ("linker_release_module: both file and name"));
862 linker_file_lookup_set(linker_file_t file, const char *name, argument
881 linker_file_lookup_symbol(linker_file_t file, const char *name, int deps) argument
896 linker_file_lookup_symbol_internal(linker_file_t file, const char *name, int deps) argument
1570 modlist_lookup(const char *name, int ver) argument
1583 modlist_lookup2(const char *name, const struct mod_depend *verinfo) argument
1936 linker_lookup_file(const char *path, int pathlen, const char *name, int namelen, struct vattr *vap) argument
2148 linker_search_kld(const char *name) argument
2386 sysctl_kern_function_list_iterate(const char *name, void *opaque) argument
[all...]
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dspa.c17 * information: Portions Copyright [yyyy] [name of copyright owner]
226 * This (illegal) pool name is used when temporarily importing a spa_t in order
1145 char name[32]; local
1148 (void) snprintf(name, sizeof (name), "%s_%s_%u",
1151 (void) snprintf(name, sizeof (name), "%s_%s",
1157 tq = taskq_create_sysdc(name, value, 50, INT_MAX,
1184 tq = taskq_create_proc(name, value, pri, 50,
2867 spa_dir_prop(spa_t *spa, const char *name, uint64_ argument
5842 spa_open_rewind(const char *name, spa_t **spapp, const void *tag, nvlist_t *policy, nvlist_t **config) argument
5849 spa_open(const char *name, spa_t **spapp, const void *tag) argument
5859 spa_inject_addref(char *name) argument
6072 spa_get_stats(const char *name, nvlist_t **config, char *altroot, size_t buflen) argument
6833 char *name = kmem_alloc(MAXPATHLEN, KM_SLEEP); local
10210 spa_sync_tq_create(spa_t *spa, const char *name) argument
10787 spa_event_create(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl, const char *name) argument
10825 spa_event_notify(spa_t *spa, vdev_t *vd, nvlist_t *hist_nvl, const char *name) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/src/
H A Dlinux_compat.c345 class_create(struct module *owner, const char *name) argument
352 class->name = name;
2262 * character device structure to have a valid name
2265 if (ldev->kobj.name == NULL)
2495 linux_find_cdev(const char *name, unsigned major, unsigned minor) argument
2504 strcmp(kobject_name(&ldev->kobj), name) == 0) {
2515 unsigned int count, const char *name,
2525 kobject_set_name(&cdev->kobj, name);
2536 unsigned int count, const char *name,
2514 __register_chrdev(unsigned int major, unsigned int baseminor, unsigned int count, const char *name, const struct file_operations *fops) argument
2535 __register_chrdev_p(unsigned int major, unsigned int baseminor, unsigned int count, const char *name, const struct file_operations *fops, uid_t uid, gid_t gid, int mode) argument
2557 __unregister_chrdev(unsigned int major, unsigned int baseminor, unsigned int count, const char *name) argument
[all...]
/freebsd-current/sys/compat/linuxkpi/common/include/linux/
H A Dwait.h93 #define DEFINE_WAIT_FUNC(name, function) \
94 wait_queue_t name = { \
97 .task_list = LINUX_LIST_HEAD_INIT(name.task_list) \
100 #define DEFINE_WAIT(name) \
101 DEFINE_WAIT_FUNC(name, autoremove_wake_function)
103 #define DECLARE_WAITQUEUE(name, task) \
104 wait_queue_t name = { \
106 .task_list = LINUX_LIST_HEAD_INIT(name.task_list) \
109 #define DECLARE_WAIT_QUEUE_HEAD(name) \
110 wait_queue_head_t name
[all...]
H A Dspinlock.h132 /* NOTE: the maximum WITNESS name is 64 chars */
133 #define __spin_lock_name(name, file, line) \
134 (((const char *){file ":" #line "-" name}) + \
137 #define __spin_lock_name(name, file, line) name
140 #define spin_lock_name(name) _spin_lock_name(name, __FILE__, __LINE__)
H A Dmodule.h48 #define MODULE_AUTHOR(name)
49 #define MODULE_DESCRIPTION(name)
50 #define MODULE_LICENSE(name)
53 #define MODULE_SUPPORTED_DEVICE(name)
91 char name[1024]; local
96 if (linker_search_symbol_name(pc, name, sizeof(name), &offset) != 0)
99 printf("Running %s (%p)\n", name, pc);
/freebsd-current/sys/arm64/vmm/
H A Dvmm_hyp_exception.S143 .macro vector name
145 b handle_\name
/freebsd-current/sys/arm64/arm64/
H A Didentcpu.c352 const char *name; member in struct:mrs_field
364 .name = #_name, \
1852 #define USER_REG(name, field_name, _is64bit) \
1854 .reg = name, \
1855 .CRm = name##_CRm, \
1856 .Op2 = name##_op2, \
2449 fields[i].name, field);
/freebsd-current/sys/arm/arm/
H A Dgeneric_timer.c18 * 3. The name of the company nor the name of the author may be used to
120 const char *name; member in struct:arm_tmr_irq_defs
125 .name = "sec-phys",
130 .name = "phys",
135 .name = "virt",
140 .name = "hyp-phys",
145 .name = "hyp-virt",
418 "required", irq_def->name);
426 irq_def->name);
[all...]
/freebsd-current/libexec/rtld-elf/
H A Drtld.h82 unsigned long name; /* Offset of name in string table */ member in struct:Struct_Needed_Entry
87 char name[1]; member in struct:Struct_Name_Entry
110 const char *name; member in struct:Struct_Ver_Entry
345 const char *name; member in struct:Struct_SymLook

Completed in 291 milliseconds

1234567891011>>