Searched refs:info (Results 1 - 25 of 1698) sorted by path

1234567891011>>

/freebsd-11-stable/bin/cp/
H A Dcp.c88 volatile sig_atomic_t info; variable
500 info = 1;
H A Dextern.h41 extern volatile sig_atomic_t info;
H A Dutils.c175 if (info) {
176 info = 0;
220 if (info) {
221 info = 0;
/freebsd-11-stable/bin/rm/
H A Drm.c65 static volatile sig_atomic_t info; variable
280 if (rval == 0 && info) {
281 info = 0;
295 if (info) {
296 info = 0;
327 if (rval == 0 && info) {
328 info = 0;
404 if (info && rval == 0) {
405 info = 0;
643 info
[all...]
/freebsd-11-stable/bin/stty/
H A Dcchar.c96 csearch(char ***argvp, struct info *ip)
H A Dextern.h35 int csearch(char ***, struct info *);
39 int ksearch(char ***, struct info *);
40 int msearch(char ***, struct info *);
H A Dkey.c51 void f_all(struct info *);
52 void f_cbreak(struct info *);
53 void f_columns(struct info *);
54 void f_dec(struct info *);
55 void f_ek(struct info *);
56 void f_everything(struct info *);
57 void f_extproc(struct info *);
58 void f_ispeed(struct info *);
59 void f_nl(struct info *);
60 void f_ospeed(struct info *);
[all...]
H A Dmodes.c43 int msearch(char ***, struct info *);
210 msearch(char ***argvp, struct info *ip)
H A Dstty.c62 struct info i;
H A Dstty.h36 struct info { struct
43 struct termios t; /* terminal info */
44 struct winsize win; /* window info */
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java557 ProgramInfo info)
565 a = info.getMinimumProbeAttributes();
573 a = info.getMinimumStatementAttributes();
928 ProgramInfo info;
945 info = p.getInfo();
949 info.getMatchingProbeCount(),
950 info.getMatchingProbeCount() == 1 ? "" : "s");
954 programDescription, info);
556 printProgramStability(String programType, String programDescription, ProgramInfo info) argument
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/java_api/src/
H A DTestBean.java448 ProgramInfo info = new ProgramInfo(getInterfaceAttributes(),
450 return info;
456 ProbeInfo info = new ProbeInfo(getInterfaceAttributes(),
458 return info;
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/uctf/
H A Derr.user64mode.ksh44 typedef struct info {
H A Dtst.userlandkey.ksh42 typedef struct info {
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/lockstat/
H A Dlockstat.c696 ls_event_info_t *info = &g_event_info[event]; local
705 if (info->ev_name[0] == '\0')
708 if (info->ev_type == 'I') {
746 if (info->ev_acquire != NULL) {
752 dprog_add("%s\n", info->ev_acquire);
753 predicate_add(&pred, info->ev_predicate, NULL, 0);
761 if (info->ev_type == 'H') {
776 if (info->ev_type == 'E') {
784 dprog_add("%s\n", info->ev_name);
790 if (info
847 dtrace_proginfo_t info; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/plockstat/
H A Dplockstat.c460 dtrace_proginfo_t info; local
472 if (dtrace_program_exec(g_dtp, prog, &info) == -1)
509 prsyminfo_t info; local
512 int info; /* XXX unused */ local
517 &sym, &info) != 0) {
522 if (info.prs_object == NULL)
523 info.prs_object = "<unknown>";
525 if (info.prs_lmid != LM_ID_BASE) {
526 len = snprintf(buf, size, "LM%lu`", info.prs_lmid);
531 len = snprintf(buf, size, "%s`%s", info
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/common/ctf/
H A Dctf_impl.h219 #define LCTF_INFO_KIND(fp, info) ((fp)->ctf_fileops->ctfo_get_kind(info))
220 #define LCTF_INFO_ROOT(fp, info) ((fp)->ctf_fileops->ctfo_get_root(info))
221 #define LCTF_INFO_VLEN(fp, info) ((fp)->ctf_fileops->ctfo_get_vlen(info))
262 ECTF_NOFUNCDAT, /* no func info available for function */
264 ECTF_NOTYPEDAT, /* no type info available for object */
H A Dctf_lookup.c237 * Given a symbol table index, return the info for the function described
245 ushort_t info, kind, n; local
268 info = *dp++;
269 kind = LCTF_INFO_KIND(fp, info);
270 n = LCTF_INFO_VLEN(fp, info);
305 * offset: one for the function info, and one for the return type.
H A Dctf_open.c48 get_kind_v1(ushort_t info) argument
50 return (CTF_INFO_KIND_V1(info));
54 get_kind_v2(ushort_t info) argument
56 return (CTF_INFO_KIND(info));
60 get_root_v1(ushort_t info) argument
62 return (CTF_INFO_ISROOT_V1(info));
66 get_root_v2(ushort_t info) argument
68 return (CTF_INFO_ISROOT(info));
72 get_vlen_v1(ushort_t info) argument
74 return (CTF_INFO_VLEN_V1(info));
78 get_vlen_v2(ushort_t info) argument
121 ushort_t info, vlen; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_program.c537 dt_header_info_t info; local
552 info.dthi_dtp = dtp;
553 info.dthi_out = out;
554 info.dthi_empty = 0;
556 info.dthi_pmname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1);
557 dt_header_fmt_macro(info.dthi_pmname, pvp->pv_desc.dtvd_name);
559 info.dthi_pfname = alloca(strlen(pvp->pv_desc.dtvd_name) + 1 + i);
560 dt_header_fmt_func(info.dthi_pfname, pvp->pv_desc.dtvd_name);
569 if (dt_idhash_iter(pvp->pv_probes, dt_header_probe, &info) != 0)
573 if (dt_idhash_iter(pvp->pv_probes, dt_header_decl, &info) !
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libuutil/common/
H A Duu_avl.c195 struct uu_avl_node_compare_info *info = local
198 int res = info->ac_compare(r, info->ac_right, info->ac_private);
201 if (info->ac_found == NULL)
202 info->ac_found = (void *)r;
475 struct uu_avl_node_compare_info info; local
478 info.ac_compare = ap->ua_pool->uap_cmp;
479 info.ac_private = private;
480 info
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/cvt/
H A Dctf.c946 ushort_t info; local
954 info = *((ushort_t *)v);
957 if (!(sym = symit_next(si, STT_FUNC)) && info != 0)
960 if (info == 0) {
980 ii->ii_nargs = CTF_INFO_VLEN(info);
/freebsd-11-stable/cddl/contrib/opensolaris/tools/ctf/dump/
H A Ddump.c335 ushort_t info = *fp++; local
336 ushort_t kind = CTF_INFO_KIND(info);
337 ushort_t n = CTF_INFO_VLEN(info);
/freebsd-11-stable/cddl/usr.sbin/dwatch/
H A Ddwatch132 info() { [ "$QUIET" ] || ansi 35 "INFO" 39 "$@" >&2; } function
598 info "Sourcing $profile profile [found in %s]" "$dir"
905 [ "$DEBUG$EXIT_AFTER_COMPILE" ] || info "Watching '$PROBE' ..."
1017 info "$msg"
1104 info "$msg"
/freebsd-11-stable/contrib/amd/amd/
H A Damfs_generic.c355 char *info; /* Mount info - where to get the file system */ local
356 char **ivecs, **cur_ivec; /* Split version of info */
387 dlog("will search map info in %s to find %s", mf->mf_info, pfname);
390 * info is malloc'ed and belongs to this routine.
396 error = mapc_search((mnt_map *) mf->mf_private, pfname, &info);
404 dlog("mount info is %s", info);
407 * Split info into an argument vector.
411 * Note: the vector pointers point into info, s
[all...]

Completed in 188 milliseconds

1234567891011>>