Searched defs:action (Results 1 - 25 of 236) sorted by relevance

12345678910

/illumos-gate/usr/src/cmd/sgs/tsort/common/
H A Derraction.c45 erraction(int action) argument
47 switch (action) {
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dtcflow.c51 tcflow(int fildes, int action) argument
53 return (ioctl(fildes, TCXONC, action));
H A Dssignal.c50 ssignal(int sig, int (*action)(int)))(int) argument
56 sigs[sig-MINSIG] = action;
/illumos-gate/usr/src/cmd/sendmail/libsmutil/
H A Dlockfile.c46 int action; local
57 action = F_SETLK;
59 action = F_SETLKW;
61 if (fcntl(fd, action, &lfd) >= 0)
/illumos-gate/usr/src/lib/extendedFILE/common/
H A DextendedFILE.c51 int action = -1; /* default signal */ local
70 * user specified action
82 action = signal;
85 if ((closed_fd = enable_extended_FILE_stdio(closed_fd, action)) == -1) {
/illumos-gate/usr/src/uts/common/inet/nca/
H A Dncaconf.h52 uchar_t action; member in struct:nca_set_ioctl
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_session_setup_andx.c226 uint16_t action; local
299 action = SMB_USER_IS_GUEST(sr->uid_user) ? 1 : 0;
311 action,
325 action,
/illumos-gate/usr/src/lib/libtnfctl/
H A Dclose.c49 tnfctl_close(tnfctl_handle_t *hdl, tnfctl_targ_op_t action) argument
99 switch (action) {
/illumos-gate/usr/src/cmd/oamuser/lib/
H A Dvlogin.c55 char action; local
75 action = 'w';
86 action = let;
97 if (action == 'w')
99 else if (action == 'e')
/illumos-gate/usr/src/cmd/mesg/
H A Dmesg.c64 int action = 0; local
99 if (action > 0)
103 action++;
107 if (action > 0)
112 action++;
125 if (action > 0)
/illumos-gate/usr/src/cmd/dtrace/test/tst/common/json/
H A Dtst.usdt.c26 " \"action\": \"%s\"" \
46 char *odd, *even, *json, *action; local
51 action = idx == 7 ? "ignore" : "print";
53 asprintf(&json, FMT, size, idx, odd, even, action);
/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Dhotplug.h38 HotplugActionType action; /**< Whether the event is add or remove */ member in struct:__anon628
/illumos-gate/usr/src/cmd/volrmmount/
H A Dvolrmmount.c73 action_t action; local
86 action = REMOUNT;
90 action = UNMOUNT;
134 if (!rmm_action(hal_ctx, default_name, action,
141 if (rmm_action(hal_ctx, argv[optind], action,
/illumos-gate/usr/src/cmd/fm/modules/common/cpumem-retire/
H A Dcma_page.c91 const char *action = repair ? "unretire" : "retire"; local
158 action, (u_longlong_t)pageaddr);
167 "retry: %s\n", action, (u_longlong_t)pageaddr,
/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautod_lookup.c50 autofs_action_t *action,
64 * Default action is for no work to be done by kernel AUTOFS.
66 *action = AUTOFS_NONE;
124 if (mapents == NULL && *action == AUTOFS_NONE) {
155 if (mapents == NULL && *action == AUTOFS_NONE)
161 if (*action == AUTOFS_NONE && (iswildcard == TRUE)) {
162 *action = AUTOFS_MOUNT_RQ;
165 trace_prt(1, " do_lookup1: action=%d wildcard=%s error=%d\n",
166 *action, iswildcard ? "TRUE" : "FALSE", err);
42 do_lookup1( char *mapname, char *key, char *subdir, char *mapopts, char *path, uint_t isdirect, uid_t uid, autofs_action_t *action, struct linka *linkp) argument
/illumos-gate/usr/src/cmd/saf/
H A Dlog.c124 * action - action to be taken (EXIT or not)
129 error(int msgid, int action) argument
134 if (action == EXIT) {
/illumos-gate/usr/src/cmd/cmd-crypto/kmfcfg/
H A Dkmfcfg.c42 int (*action)(int, char *[]); member in struct:verbcmd_s
223 ret = (*cmds[found].action)(argc, argv);
/illumos-gate/usr/src/lib/libast/common/comp/
H A Dhsearch.c117 ENTRY* hsearch(ENTRY item, ACTION action) argument
119 ENTRY* hsearch(item, action)
121 ACTION action;
129 if(!(o = (Hash_t*)dtmatch(Hashtab,item.key)) && action == ENTER &&
/illumos-gate/usr/src/common/ficl/ficlplatform/
H A Dpager.c105 int action; local
120 action = 0;
121 while (action == 0) {
126 action = 1;
130 action = 1;
134 action = 2;
141 if (action == 2)
/illumos-gate/usr/src/boot/lib/libstand/
H A Dpager.c84 int action; local
99 action = 0;
100 while (action == 0) {
105 action = 1;
109 action = 1;
113 action = 2;
120 if (action == 2)
/illumos-gate/usr/src/lib/libtecla/common/
H A Dkeytab.h50 * repeating the action multiple times isn't
52 * data void * A pointer to action-specific data,
63 * Allow the association of arbitrary callback data with each action
93 /* action function, or -1 if none have. */
112 const char *keyseq, const char *action);
116 int _kt_set_action(KeyTab *kt, const char *action, KtKeyFn *fn, void *data);
119 * Lookup the function that implements a given action.
121 int _kt_lookup_action(KeyTab *kt, const char *action,
145 const char *action; /* The name of the action functio member in struct:__anon4094
[all...]
/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dposix_tty.c172 tcflow(int fd, int action) argument
174 switch (action) {
182 return (ioctl(fd, TCXONC, action));
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal-is-caller-privileged.c55 "usage : hal-is-caller-privileged --udi <udi> --action <action>\n"
61 " --action PolicyKit action to check for\n"
67 "privileged for a given PolicyKit action for a given device. If an error\n"
99 char *action = NULL; local
124 {"action", 1, NULL, 0},
149 } else if (strcmp (opt, "action") == 0) {
/illumos-gate/usr/src/test/os-tests/tests/sigqueue/
H A Dsigqueue_queue_size.c77 struct sigaction action; local
104 action.sa_flags = SA_SIGINFO;
105 action.sa_sigaction = maximum_test_handler;
107 error = sigemptyset(&action.sa_mask);
115 error = sigaction(SIGQUEUE_SIGNAL, &action, 0);
/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfpkrd.c40 ssize_t sfpkrd(int fd, Void_t* argbuf, size_t n, int rc, long tm, int action) argument
42 ssize_t sfpkrd(fd, argbuf, n, rc, tm, action)
48 int action; /* >0: peeking, if rc>=0, get action records,
49 <0: no peeking, if rc>=0, get -action records,
58 if(rc < 0 && tm < 0 && action <= 0)
61 t = (action > 0 || rc >= 0) ? (STREAM_PEEK|SOCKET_PEEK) : 0;
92 { if(action <= 0) /* read past eof */
108 while(tm >= 0 || action > 0 ||
193 { if(action <
[all...]

Completed in 83 milliseconds

12345678910