OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:errinfo
(Results
1 - 9
of
9
) sorted by relevancy
/src/lib/libnpf/
npf.c
213
_npf_init_error(int error, npf_error_t *
errinfo
)
215
if (error &&
errinfo
) {
216
memset(
errinfo
, 0, sizeof(*
errinfo
));
217
errinfo
->error_msg = strerror(error);
227
_npf_extract_error(nvlist_t *resp, npf_error_t *
errinfo
)
232
if (error &&
errinfo
) {
233
memset(
errinfo
, 0, sizeof(npf_error_t));
235
errinfo
->id = dnvlist_get_number(resp, "id", 0);
236
errinfo
->error_msg
424
npf_error_t
errinfo
;
local
[
all
...]
/src/external/cddl/dtracetoolkit/dist/Bin/
errinfo
3
#
errinfo
- report on syscall failures and print errno error messages.
12
# $Id:
errinfo
,v 1.1.1.1 2015/09/30 22:01:07 christos Exp $
14
# USAGE:
errinfo
[-ch] [-p PID] [-n name]
20
#
errinfo
# default output - snoop event style
21
#
errinfo
-n ssh # examine "ssh" processes only
22
#
errinfo
-cn ssh # examine "ssh" using counts
170
print STDERR "USAGE:
errinfo
[-ch] [-p PID] [-n name]\n";
173
errinfo
# default output - snoop event style
/src/external/cddl/dtracetoolkit/dist/
errinfo
3
#
errinfo
- report on syscall failures and print errno error messages.
12
# $Id:
errinfo
,v 1.2 2016/12/12 16:30:03 christos Exp $
14
# USAGE:
errinfo
[-ch] [-p PID] [-n name]
20
#
errinfo
# default output - snoop event style
21
#
errinfo
-n ssh # examine "ssh" processes only
22
#
errinfo
-cn ssh # examine "ssh" using counts
170
print STDERR "USAGE:
errinfo
[-ch] [-p PID] [-n name]\n";
173
errinfo
# default output - snoop event style
/src/external/public-domain/sqlite/dist/autosetup/
pkg-config.tcl
56
if {[catch {exec-with-stderr {*}[get-define CC] -print-sysroot} result
errinfo
] == 0} {
cc.tcl
570
set err [catch {exec-with-stderr {*}$cmdline} result
errinfo
]
/src/usr.sbin/npf/npfctl/
npfctl.c
333
npf_error_t
errinfo
;
local
342
if ((errno = npf_config_submit(ncf, fd, &
errinfo
)) != 0) {
343
npfctl_print_error(&
errinfo
);
npf_build.c
128
npf_error_t
errinfo
;
local
132
error = npf_config_submit(npf_conf, fd, &
errinfo
);
134
npfctl_print_error(&
errinfo
);
/src/sys/dev/apm/
apm.c
193
apm_perror(const char *str, int
errinfo
, ...) /* XXX cgd */
199
va_start(ap,
errinfo
);
203
printf(": %s\n", apm_strerror(
errinfo
));
/src/sys/dev/hpc/apm/
apmdev.c
201
apm_perror(const char *str, int
errinfo
, ...) /* XXX cgd */
207
va_start(ap,
errinfo
);
211
printf(": %s\n", apm_strerror(
errinfo
));
Completed in 30 milliseconds
Indexes created Wed Sep 16 00:24:39 UTC 2026