/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 | tsearch.c | 132 void (*action)(const void *, VISIT, int)) 136 if (root != NULL && action != NULL) 137 __twalk(root, action, 0); 144 void (*action)(const void *, VISIT, int), 148 (*action)(root, leaf, level); 150 (*action)(root, preorder, level); 152 __twalk(root->llink, action, level + 1); 153 (*action)(root, postorder, level); 155 __twalk(root->rlink, action, level + 1); 156 (*action)(roo [all...] |
H A D | ssignal.c | 50 ssignal(int sig, int (*action)(int)))(int) argument 56 sigs[sig-MINSIG] = action;
|
/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
|
H A D | ntfscluster.c | 140 opts.action = act_none; 156 if ((opts.action == act_none) && 158 opts.action = act_cluster; 160 opts.action = act_error; 163 if (opts.action == act_none) { 164 opts.action = act_file; 167 opts.action = act_error; 183 if (opts.action == act_none) { 184 opts.action = act_inode; 189 opts.action [all...] |
/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/tools/onbld/Checks/ |
H A D | pkglint.py | 36 name = "osnet.action" 40 "checks OS Net packages for common action errors") 43 def varmigrate(self, action, manifest, engine, pkglint_id="001"): 60 if "path" not in action.attrs: 62 path = action.attrs["path"] 67 if action.name != "dir": 73 seen_salvage_from = action.attrs.get("salvage-from") 74 seen_actuator = action.attrs.get("reboot-needed") 79 engine.error(_("/var/.migrate action %(path)s must " 88 def varshare(self, action, manifes [all...] |
/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/libslp/clib/ |
H A D | slp_search.c | 38 * cookies into the action function (prohibiting thread-safe usage). 59 void (*action)(void *, VISIT, int, void *), 63 (*action)(root, leaf, level, cookie); 65 (*action)(root, preorder, level, cookie); 67 slp_twalk(root->llink, action, level + 1, cookie); 68 (*action)(root, postorder, level, cookie); 70 slp_twalk(root->rlink, action, level + 1, cookie); 71 (*action)(root, endorder, level, cookie);
|
/osnet-11/usr/src/lib/libnisdb/ |
H A D | db_log_entry.cc | 46 action = a; 65 switch (action) { 73 printf("action(%d): ", action);
|
H A D | db_log_entry_c.x | 36 %/* A log entry that describes an action to be performed and its parameters. */ 56 db_action action; /* action to be invoked */ 57 db_query *query; /* query supplied with action (if any) */ 58 entry_object *object; /* object involved in action (if any) */ 70 % db_action action; /* action to be invoked */ 71 % db_query *query; /* query supplied with action (if any) */ 72 % entry_object *object; /* object involved in action (if any) */ 92 %/* Accessor: return pointer to action o [all...] |
/osnet-11/usr/src/lib/libparted/common/include/parted/ |
H A D | debug.h | 44 #define PED_ASSERT(cond, action) \ 67 #define PED_ASSERT(cond, action) \ 82 #define PED_ASSERT(cond, action) do {} while (0)
|
/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
|
/osnet-11/usr/src/lib/libshell/common/include/ |
H A D | terminal.h | 75 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 107 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 126 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 129 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libast/amd64/include/ast/ |
H A D | ast_tty.h | 70 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 92 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 111 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 114 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libast/amd64/src/lib/libast/ |
H A D | ast_tty.h | 49 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 71 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 90 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 93 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libast/i386/include/ast/ |
H A D | ast_tty.h | 70 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 92 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 111 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 114 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libast/i386/src/lib/libast/ |
H A D | ast_tty.h | 49 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 71 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 90 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 93 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libast/sparc/include/ast/ |
H A D | ast_tty.h | 70 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 92 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 111 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 114 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libast/sparc/src/lib/libast/ |
H A D | ast_tty.h | 49 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 71 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 90 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 93 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libast/sparcv9/include/ast/ |
H A D | ast_tty.h | 70 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 92 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 111 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 114 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libast/sparcv9/src/lib/libast/ |
H A D | ast_tty.h | 49 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 71 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 90 # define tcsetattr(fd,action,tty) ioctl(fd, action, tty) 93 # define tcsetattr(fd,action,tty) stty(fd, tty)
|
/osnet-11/usr/src/lib/libshell/common/bltins/ |
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...] |