/osnet-11/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)
|
/osnet-11/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;
|
H A D | rctlops.c | 145 rctlblk_set_local_action(rctlblk_t *rblk, uint_t action, int signal) argument 150 RCTL_LOCAL_ACTION_MASK) | (action & ~RCTL_LOCAL_ACTION_MASK);
|
/osnet-11/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) {
|
/osnet-11/usr/src/cmd/hal/hald/solaris/ |
H A D | hotplug.h | 38 HotplugActionType action; /**< Whether the event is add or remove */ member in struct:__anon42
|
H A D | devinfo.c | 175 devinfo_hotplug_enqueue(HalDevice *d, gchar *devfs_path, DevinfoDevHandler *handler, int action, int front) argument 180 hotplug_event->action = action;
|
/osnet-11/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 &&
|
/osnet-11/usr/src/lib/libsmbfs/common/ |
H A D | smbfs_ssp.c | 378 uint16_t action = 0; local 394 &ntstatus, &action); 411 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action);
|
H A D | smbfs_ssnsetup.c | 89 uint16_t action = 0; local 97 err = smbfs_ssnsetup(ctx, NULL, NULL, &ntstatus, &action); 101 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action); 121 uint16_t action = 0; local 170 err = smbfs_ssnsetup(ctx, &lm_mbc, &nt_mbc, &ntstatus, &action); 174 DPRINT("status 0x%x action 0x%x", ntstatus, (int)action); 196 uint16_t action = 0; local 251 err = smbfs_ssnsetup(ctx, &lm_mbc, &nt_mbc, &ntstatus, &action); [all...] |
/osnet-11/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) {
|
/osnet-11/usr/src/cmd/ntfsprogs/ |
H A D | ntfscluster.h | 30 enum action { enum 43 enum action action; /* What to do */ member in struct:options
|
/osnet-11/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...] |
/osnet-11/usr/src/lib/libresolv2/common/isc/ |
H A D | heap.c | 223 heap_for_each(heap_context ctx, heap_for_each_func action, void *uap) { argument 226 if (ctx == NULL || action == NULL) { 232 (action)(ctx->heap[i], uap);
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
H A D | trap.c | 22 * trap [-p] action sig... 68 char *action = arg; local 74 clear = (arg!=action && *arg==0); 78 if(*action=='-' && action[1]==0) 85 else if(*action=='+' && action[1]==0 && shp->st.self == &shp->global) 120 if(!clear && *action) 121 shp->st.trap[sig] = strdup(action); 154 shp->st.trapcom[sig] = (shp->sigflag[sig]&SH_SIGOFF) ? Empty : strdup(action); [all...] |
H A D | alarm.c | 42 Namval_t *action; member in struct:tevent 143 if(tp->action) 144 sh_fun(tp->action,tp->node,(char**)0); 162 static char *setdisc(Namval_t *np, const char *event, Namval_t* action, Namfun_t argument 167 return(action?"":(char*)ALARM); 171 return(nv_setdisc(np, event, action, fp)); 173 if(action==np) 174 action = tp->action; 176 tp->action [all...] |
/osnet-11/usr/src/lib/libshell/common/sh/ |
H A D | timers.c | 35 void (*action)(void*); member in struct:_timer 114 if(tp->action) 156 void (*action)(void*); 157 action = tp->action; 159 tp->action = 0; 162 (*action)(tp->handle); 181 void *sh_timeradd(unsigned long msec,int flags,void (*action)(void*),void *handle) argument 187 if(t<=0 || !action) 195 tp->action [all...] |
H A D | fault.c | 69 int action=0; local 201 action = (*shp->bltinfun)(-sig,(char**)0,(void*)0); 202 if(action>0) 215 if(action<0)
|
/osnet-11/usr/src/cmd/sendmail/libsmdb/ |
H A D | smdb.c | 89 int action; local 101 action = F_SETLK; 103 action = F_SETLKW; 105 while ((i = fcntl(fd, action, &lfd)) < 0 && errno == EINTR)
|
/osnet-11/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-threads.c | 658 struct sigaction action; local 673 (void) sigaction(SIGPIPE, NULL, &action); 689 (void) sigaction(SIGPIPE, &action, NULL);
|
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/ |
H A D | ext2.c | 364 int action) 377 switch (action) 396 if (action == EXT2_ACTION_ADD && !EXT2_INODE_BLOCK(*inode, i)) 405 if (action == EXT2_ACTION_DELETE) 422 (count >= EXT2_INODE_BLOCKS(*inode) && action != EXT2_ACTION_ADD)) 430 if (action == EXT2_ACTION_ADD && !udata[i]) { 439 if (action == EXT2_ACTION_DELETE) { 452 action != EXT2_ACTION_ADD) 460 (count >= EXT2_INODE_BLOCKS(*inode) && action != EXT2_ACTION_ADD)) 480 if (action 363 ext2_do_inode(struct ext2_fs *fs, struct ext2_inode *inode, blk_t block, int action) argument [all...] |
/osnet-11/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/ |
H A D | Error.java | 92 "enabledProbeID", "CPU", "action", "offset", 108 private final int action; field in class:Error 129 * action as the nth action (starting at one) in the error-inducing 131 * action 151 action = errorAction; 210 * Gets the error-inducing action as the <i>nth</i> action (starting 212 * the predicate rather than in an action. Note that some actions 217 * the <i>nth</i> action (< [all...] |
/osnet-11/usr/src/lib/libipadm/common/ |
H A D | ipadm_ngz.c | 67 i_ipadm_rtioctl4(int rtsock, int action, in_addr_t dst, in_addr_t gate, argument 90 w.w_rtm.rtm_type = action; 94 if (metric != 0 || action == RTM_CHANGE) { 125 if (errno == ESRCH && (action == RTM_CHANGE || 126 action == RTM_DELETE)) { 127 if (action == RTM_CHANGE) { 128 action = RTM_ADD; 132 } else if (errno == EEXIST && action == RTM_ADD) { 144 i_ipadm_rtioctl6(int rtsock, int action, in6_addr_t dst, in6_addr_t gate, argument 167 w.w_rtm.rtm_type = action; [all...] |
/osnet-11/usr/src/lib/efcode/engine/ |
H A D | actions.c | 166 run_action(fcode_env_t *env, acf_t acf, int action) argument 178 if (action >= p[1] || action < 0) { 179 log_message(MSG_WARN, "run_action: acf: %p action: %d" 180 " out of range: 0-%d\n", acf, action, (int)p[1]); 187 d = (fstack_t)p[action+2]; 192 log_message(MSG_WARN, "run_action: acf: %p/%p not default action\n", 279 system_message(env, "Bad Object action"); 396 FORTH(IMMEDIATE, "action:", action_colon); 397 FORTH(0, "perform-action", perform_actio [all...] |
/osnet-11/usr/src/cmd/sendmail/src/ |
H A D | savemail.c | 1125 char *action; local 1133 action = "failed"; 1140 action = "delivered (to mailing list)"; 1142 action = "delivered (to mailbox)"; 1145 action = "relayed (to non-DSN-aware mailer)"; 1147 action = "expanded (to multi-recipient alias)"; 1149 action = "delayed"; 1151 action = "relayed (Deliver-By trace mode)"; 1153 action = "delayed (Deliver-By notify mode)"; 1155 action [all...] |