Searched refs:system (Results 76 - 100 of 294) sorted by relevance

1234567891011>>

/freebsd-11.0-release/contrib/netbsd-tests/fs/common/
H A Dsnapshot.c42 if (system(NEWFS) == -1)
43 atf_tc_fail_errno("cannot create file system");
122 atf_tc_set_md_var(tc, "descr", "snapshot on active file system");
173 if (system(NEWFS) == -1)
174 atf_tc_fail_errno("cannot create file system");
191 /* Start file system activity. */
214 RL(system(FSCK " /dev/rfss0"));
H A Dfstest_ffs.c70 res = system(cmd);
H A Dfstest_udf.c73 res = system(cmd);
H A Dfstest_lfs.c75 res = system(cmd);
/freebsd-11.0-release/crypto/heimdal/appl/telnet/telnetd/
H A Ddefs.h83 #define settimer(x) (clocks.x = ++clocks.system)
98 /* system data structures */
H A Dext.h168 system, /* what the current time is */ member in struct:clocks_t
/freebsd-11.0-release/contrib/netbsd-tests/fs/ffs/
H A Dt_fifos.c110 if (system(newfs) == -1)
/freebsd-11.0-release/contrib/netbsd-tests/kernel/
H A Dt_kauth_pr_47598.c148 system("netstat -aA");
/freebsd-11.0-release/contrib/gdb/include/gdb/
H A Dcallback.h1 /* Remote target system call callback support.
26 /* There are various ways to handle system calls:
29 directly perform the system call on behalf of the target program.
30 This is the typical way of handling system calls for embedded targets.
31 [Handling system calls for embedded targets isn't that much of an
34 This method of system call handling is done when STATE_ENVIRONMENT
42 This method of system call handling is done when STATE_ENVIRONMENT
87 int (*system) PARAMS ((host_callback *, const char *));
134 /* Flags to the open system call. */
157 /* Canonical versions of system cal
86 int (*system) PARAMS ((host_callback *, const char *)); member in struct:host_callback_struct
[all...]
/freebsd-11.0-release/sys/net/
H A Dif_mib.c49 * net.link.generic .system - system-wide control variables
68 static SYSCTL_NODE(_net_link_generic, IFMIB_SYSTEM, system, CTLFLAG_RW, 0,
/freebsd-11.0-release/sys/tools/
H A Dfw_stub.awk226 if ((rc = system("mv -f " ctmpfilename " " cfilename))) {
/freebsd-11.0-release/contrib/ntp/ntpsnmpd/
H A Dnetsnmp_daemonize.c2 * system.c
154 #include <net-snmp/library/system.h> /* for "internal" definitions */
/freebsd-11.0-release/contrib/tcsh/
H A Dgethost.c41 # define system __system macro
48 # undef system macro
/freebsd-11.0-release/contrib/libreadline/examples/
H A Dfileman.c312 /* String to pass to system (). This is for the LIST, VIEW and RENAME
324 return (system (syscom));
339 return (system (syscom));
/freebsd-11.0-release/contrib/dialog/samples/
H A Ddialog.py84 rv = os.system('%s %s %s 2> %s' % (DIALOG, self.__bgTitle, cmd, fName))
94 return os.system(DIALOG + ' ' + cmd)
/freebsd-11.0-release/cddl/usr.sbin/dtrace/tests/common/funcs/
H A DMakefile103 tst.system.d \
104 tst.system.d.out \
/freebsd-11.0-release/share/dtrace/
H A Dhotopen31 * a paritcular user is thrashing a system with rapid calls to
/freebsd-11.0-release/tools/tools/portsinfo/
H A Dportsinfo.sh29 system, applies the patches, and compiles. If all goes well, simply
/freebsd-11.0-release/contrib/top/
H A Dtop.c251 ps.system = No;
305 case 'S': /* show system processes */
306 ps.system = !ps.system;
531 * On dumb terminals, infinity means every process in the system!
1051 ps.system = !ps.system;
1130 " %sisplaying system idle process.",
/freebsd-11.0-release/usr.sbin/kbdmap/
H A Dkbdmap.c270 system(cmd);
295 system(cmd);
314 system(kbd_cmd);
402 system(cmd);
834 x11 = system("kbdcontrol -d >/dev/null");
/freebsd-11.0-release/contrib/tcpdump/lbl/
H A Dos-sunos4.h178 int system(const char *);
/freebsd-11.0-release/contrib/wpa/hs20/client/
H A DMakefile51 OBJS += ../../src/utils/browser-system.o
/freebsd-11.0-release/contrib/telnet/telnetd/
H A Ddefs.h144 #define settimer(x) (clocks.x = ++clocks.system)
168 /* system data structures */
/freebsd-11.0-release/include/
H A Dstdlib.h114 int system(const char *);
/freebsd-11.0-release/contrib/netbsd-tests/net/fdpass/
H A Dfdpass.c224 system(buf);

Completed in 226 milliseconds

1234567891011>>