/illumos-gate/usr/src/cmd/sgs/tsort/common/ |
H A D | erraction.c | 45 erraction(int action) argument 47 switch (action) {
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | tcflow.c | 51 tcflow(int fildes, int action) argument 53 return (ioctl(fildes, TCXONC, action));
|
H A D | ssignal.c | 50 ssignal(int sig, int (*action)(int)))(int) argument 56 sigs[sig-MINSIG] = action;
|
/illumos-gate/usr/src/cmd/sendmail/libsmutil/ |
H A D | lockfile.c | 46 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 D | extendedFILE.c | 51 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 D | ncaconf.h | 52 uchar_t action; member in struct:nca_set_ioctl
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_session_setup_andx.c | 226 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 D | close.c | 49 tnfctl_close(tnfctl_handle_t *hdl, tnfctl_targ_op_t action) argument 99 switch (action) {
|
/illumos-gate/usr/src/cmd/oamuser/lib/ |
H A D | vlogin.c | 55 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 D | mesg.c | 64 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 D | tst.usdt.c | 26 " \"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 D | hotplug.h | 38 HotplugActionType action; /**< Whether the event is add or remove */ member in struct:__anon628
|
/illumos-gate/usr/src/cmd/volrmmount/ |
H A D | volrmmount.c | 73 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 D | cma_page.c | 91 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 D | autod_lookup.c | 50 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 D | log.c | 124 * 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 D | kmfcfg.c | 42 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 D | hsearch.c | 117 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 D | pager.c | 105 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 D | pager.c | 84 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 D | keytab.h | 50 * 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 D | posix_tty.c | 172 tcflow(int fd, int action) argument 174 switch (action) { 182 return (ioctl(fd, TCXONC, action));
|
/illumos-gate/usr/src/cmd/hal/tools/ |
H A D | hal-is-caller-privileged.c | 55 "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 D | sigqueue_queue_size.c | 77 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 D | sfpkrd.c | 40 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...] |