Searched refs:show (Results 76 - 100 of 196) sorted by relevance

12345678

/freebsd-12-stable/contrib/gdb/gdb/
H A Dlanguage.c139 buffers. This is to make them work as set/show commands. The
1240 int show, int level)
1393 struct cmd_list_element *set, *show;
1401 show = add_show_from_set (set, &showlist);
1403 set_cmd_cfunc (show, show_language_command);
1413 &showchecklist, "show check ", 0, &showlist);
1421 show = add_show_from_set (set, &showchecklist);
1423 set_cmd_cfunc (show, show_type_command);
1429 show = add_show_from_set (set, &showchecklist);
1431 set_cmd_cfunc (show, show_range_comman
1229 unk_lang_print_type(struct type *type, char *varstring, struct ui_file *stream, int show, int level) argument
1382 struct cmd_list_element *set, *show; local
[all...]
H A Dlanguage.h350 #define LA_PRINT_TYPE(type,varstring,stream,show,level) \
351 (current_language->la_print_type(type,varstring,stream,show,level))
/freebsd-12-stable/sys/ofed/drivers/infiniband/core/
H A Dib_sysfs.c73 ssize_t (*show)(struct ib_port *, struct port_attribute *, char *buf); member in struct:port_attribute
93 ssize_t (*show)(struct kobject *kobj, member in struct:hw_stats_attribute
110 if (!port_attr->show)
113 return port_attr->show(p, port_attr, buf);
117 .show = port_attr_show
128 if (!port_attr->show)
131 return port_attr->show(p, port_attr, buf);
135 .show = gid_attr_show
699 alloc_group_attrs(ssize_t (*show)(struct ib_port *,
725 element->attr.show
[all...]
/freebsd-12-stable/usr.sbin/mptutil/
H A Dmpt_show.c46 MPT_TABLE(top, show);
87 warnx("show adapter: extra arguments");
195 MPT_COMMAND(show, adapter, show_adapter);
296 warnx("show config: extra arguments");
390 MPT_COMMAND(show, config, show_config);
402 warnx("show volumes: extra arguments");
480 MPT_COMMAND(show, volumes, show_volumes);
490 warnx("show drives: extra arguments");
545 MPT_COMMAND(show, drives, show_drives);
556 warnx("show drive
[all...]
H A Dmpt_evt.c167 MPT_COMMAND(show, events, show_events);
/freebsd-12-stable/tools/regression/ipfw/fwd/
H A Dvimage-fwd.sh61 jexec ${ljid} /sbin/ipfw show
63 jexec ${mjid} /sbin/ipfw show
65 jexec ${rjid} /sbin/ipfw show
/freebsd-12-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in91 -h show help notice
/freebsd-12-stable/bin/sh/
H A DMakefile15 mystring.c options.c output.c parser.c printf.c redir.c show.c \
/freebsd-12-stable/sys/compat/linuxkpi/common/include/linux/
H A Dkobject.h71 ssize_t (*show)(struct kobject *kobj, struct kobj_attribute *attr, member in struct:kobj_attribute
/freebsd-12-stable/tests/sys/net/
H A Dstp.py55 print(packet.show())
/freebsd-12-stable/tests/sys/netpfil/pf/
H A Dfrag-overindex.py67 a.show()
/freebsd-12-stable/usr.bin/systat/
H A Dextern.h182 void show ## name(void)
/freebsd-12-stable/usr.sbin/mfiutil/
H A Dmfi_show.c47 MFI_TABLE(top, show);
65 warnx("show adapter: extra arguments");
140 MFI_COMMAND(show, adapter, show_adapter);
154 warnx("show battery: extra arguments");
296 MFI_COMMAND(show, battery, show_battery);
356 warnx("show config: extra arguments");
446 MFI_COMMAND(show, config, show_config);
457 warnx("show volumes: extra arguments");
529 MFI_COMMAND(show, volumes, show_volumes);
540 warnx("show drive
[all...]
/freebsd-12-stable/contrib/libucl/
H A DMakefile.am62 --legend --show-details \
/freebsd-12-stable/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_fs.c134 .show = ipoib_mcg_seq_show,
240 .show = ipoib_path_seq_show,
/freebsd-12-stable/share/mk/
H A Dlocal.sys.env.mk44 # error spam and show a proper error.
/freebsd-12-stable/share/dtrace/
H A Dretval29 * retval - show the return value of any probe named by the user
/freebsd-12-stable/share/examples/ppp/
H A Dchap-auth86 entry .k.value -show "*" -width $vwidth;
/freebsd-12-stable/contrib/bmake/filemon/
H A Dfilemon_ktrace.c126 void (*show)(struct filemon *, const struct filemon_state *, member in struct:filemon_state
299 * until closing. For hysterical raisins, we show the parent
476 * invoke the syscall-specific logic to show a filemon
481 (*S->show)(F, S, ret);
588 void (*show)(struct filemon *, const struct filemon_state *,
598 S->show = show;
/freebsd-12-stable/contrib/ncurses/ncurses/tinfo/
H A Dtinfo_driver.c1035 char show[ACS_LEN * 2 + 1]; local
1038 show[m++] = (char) n;
1039 show[m++] = (char) ChCharOf(real_map[n]);
1042 show[m] = 0;
1043 if (acs_chars == NULL || strcmp(acs_chars, show))
1050 : (strcmp(acs_chars, show)
1053 _nc_visbuf(show));
/freebsd-12-stable/contrib/netbsd-tests/net/mcast/
H A Dmcast.c180 show(const char *prefix, const struct message *msg) function
294 show("sending", &msg);
335 show("got", &msg);
/freebsd-12-stable/usr.sbin/ac/
H A Dac.c262 show(const char *user, struct timeval secs) function
275 show(lp->user, lp->time);
509 show("total", Total);
/freebsd-12-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c229 * Note that a file in transit may show up in either queue.
452 * in and counted before calling show()
460 show(savedname, file, copycnt);
473 show(savedname, file, copycnt);
508 show(const char *nfile, const char *datafile, int copies) function
/freebsd-12-stable/contrib/cortex-strings/scripts/
H A Dplot-sizes.py117 pylab.show()
/freebsd-12-stable/tools/build/
H A Dbeinstall.sh172 commit_time=$(git show --format='%ct' 2>/dev/null | head -1)
183 commit_ts="$( "$svn" info --show-item last-changed-date | sed -e 's/\..*//' -e 's/T/./' -e 's/-//g' -e s'/://g' )"

Completed in 292 milliseconds

12345678