Home
last modified time | relevance | path

Searched refs:program (Results 1 – 25 of 322) sorted by path

12345678910>>...13

/illumos-gate/exception_lists/
H A Dpackaging601 # debug & test program for smbfs (private)
719 # debugging program for libadutils
/illumos-gate/usr/src/boot/forth/
H A Dcheck-password.4th44 \ This function blocks program flow (loops forever) until a key is pressed.
H A Dmenu.4th577 \ This function blocks program flow (loops forever) until a key is pressed.
/illumos-gate/usr/src/boot/i386/btx/btx/
H A Dbtx.S703 popl %fs # program
/illumos-gate/usr/src/boot/i386/cdboot/
H A Dcdboot.S30 # This program is a freestanding boot program to load an a.out binary
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s34 # A 512 byte PMBR boot manager to read a boot program and run it.
/illumos-gate/usr/src/cmd/auditrecord/
H A Daudit_record_attr.txt129 # program <= 20
2174 program=/usr/bin/at
2179 program=/usr/bin/at
2192 program=/usr/sbin/cron
2204 program=/usr/bin/crontab
2210 program=/usr/bin/crontab
2216 program=/usr/bin/crontab
2248 program=/usr/sbin/in.ftpd
2261 program=/usr/sbin/halt
2345 program=/usr/sbin/reboot
[all …]
H A Daudit_record_xml64 my $program = $event->getProgram;
65 if (defined $program && scalar @$program) {
67 print join(";", @$program);
/illumos-gate/usr/src/cmd/awk/
H A DDIVERGENCES2 - We allow an unlimited number of input program files
H A Dawk.g.y130 program:
H A Dawk.h400 extern Cell *program(Node **, int);
H A Drun.c195 program(Node **a, int n) in program() function
/illumos-gate/usr/src/cmd/bnu/
H A DREADME75 3- The uucico program no longer searches for a system to call, it
76 must be called with a -s option. A new program, uusched,
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A DREADME169 (/etc/svc/volatile/nwam/nwam_door). This door allows external program to send
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpagent/
H A DREADME444 The DHCP client supports user program invocations on DHCP events. The
447 INFORM6 for DHCPv6. The user program runs asynchronous to the DHCP
449 events, including events triggered by the user program (for example,
453 For example, if the user program is not enabled, the transaction of the
455 interface is configured successfully. If the user program is enabled,
457 transaction is considered over only when the user program exits. The
461 An upper bound of 58 seconds is imposed on how long the user program
462 can run. If the user program does not exit after 55 seconds, the signal
466 completion of the user program. Instead, the DHCP client creates a
467 child "helper" process to synchronously monitor the user program (this
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c39 usage(const char *program) in usage() argument
44 program, program); in usage()
/illumos-gate/usr/src/cmd/cmd-inet/sbin/netstrategy/
H A Dnetstrategy.c79 static char *program; variable
87 (void) fprintf(stderr, "%s: inet socket: %s\n", program, in open_sockets()
92 (void) fprintf(stderr, "%s: inet6 socket: %s\n", program, in open_sockets()
145 (void) fprintf(stderr, "%s: di_init: %s\n", program, in boot_properties_present()
178 (void) fprintf(stderr, "%s: SIOCGLIFNUM: %s\n", program, in get_first_interface()
189 (void) fprintf(stderr, "%s: SIOCGLIFCONF: %s\n", program, in get_first_interface()
208 program, strerror(errno)); in get_first_interface()
262 program = argv[0]; in main()
268 "%s: cannot get interface information\n", program); in main()
282 "%s: cannot identify root interface.\n", program); in main()
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dmain.c1887 device_script(program, in, out, dont_wait, optname) in device_script() argument
1888 char *program; in device_script()
1973 warn("unable to set %s for %s: %m", *script_env, program);
1977 (void) execl("/bin/sh", "sh", "-c", program, (char *)0);
1984 dbglog("%s option: '%s' started (pid %d)", optname, program, pid);
1986 record_child(pid, program, NULL, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/
H A DTHIRDPARTYLICENSE.minconnect1 * This program is free software; you can redistribute it and/or
H A DTHIRDPARTYLICENSE.passwd1 * This program is free software; you can redistribute it and/or
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A DTHIRDPARTYLICENSE10 This program is free software; you can redistribute it and/or modify
91 This program is free software; you can redistribute it and/or
127 For example, if you distribute copies of such a program, whether
144 Finally, any free program is threatened constantly by software
147 program proprietary. To prevent this, we have made it clear that any
156 0. This License applies to any program or other work which contains
197 c) If the modified program normally reads commands interactively
202 a warranty) and that users may redistribute the program under
395 This program is distributed in the hope that it will be useful,
401 along with this program; if not, write to the Free Software
[all …]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wpad/
H A DREADME77 Alternatively, an external program, e.g., Xsupplicant, can be used for EAP
248 wpa_supplicant is designed to be a "daemon" program that runs in the
586 wpa_cli is a text-based frontend program for interacting with
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java868 Program program; in main() local
873 program = dtrace.compile(req.s, compileArgs); in main()
877 program = dtrace.compile(file, compileArgs); in main()
884 programList.add(program); in main()
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/src/
H A DTestStateMachine.java36 static Program program; field in TestStateMachine
268 afterGo(Consumer consumer, Program program) in afterGo() argument
347 consumer.getProgramInfo(program); in afterGo()
365 afterStop(Consumer consumer, Program program) in afterStop() argument
391 consumer.getProgramInfo(program); in afterStop()
409 afterClose(Consumer consumer, Program program) in afterClose() argument
570 consumer.getProgramInfo(program); in afterClose()
588 afterGo(consumer, program); in main()
600 program = consumer.compile( in main()
617 afterStop(consumer, program); in main()
[all …]
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/java_api/
H A Dtst.Enable.ksh.out2 java.lang.IllegalStateException: program already enabled
3 java.lang.IllegalStateException: program already enabled
5 java.lang.IllegalStateException: program already enabled
6 java.lang.IllegalArgumentException: program not compiled by this consumer

12345678910>>...13