| /onnv/onnv-gate/usr/src/lib/libc/port/gen/ |
| abort.c | 48 sigset_t set; local 61 if (!sigprocmask(SIG_SETMASK, NULL, &set) && 62 sigismember(&set, SIGABRT)) { 63 if (!sigpending(&set) && !sigismember(&set, SIGABRT))
|
| sigsend.c | 42 procset_t set; local 43 setprocset(&set, POP_AND, idtype, id, P_ALL, P_MYID); 44 return (sigsendset(&set, sig));
|
| /onnv/onnv-gate/usr/src/uts/common/syscall/ |
| sigpending.c | 47 sigset_t set; local 68 sigktou(&kset, &set); 69 if (copyout((caddr_t)&set, (caddr_t)setp, sizeof (sigset_t)))
|
| sigsendset.c | 50 procset_t set; local 62 if (copyin((caddr_t)psp, (caddr_t)&set, sizeof (procset_t))) 64 if (error = sigsendset(&set, &v))
|
| sigsuspend.c | 48 sigset_t set; local 52 if (copyin((caddr_t)setp, (caddr_t)&set, sizeof (sigset_t))) 54 sigutok(&set, &kset);
|
| sigprocmask.c | 90 sigset_t set; local 95 * User's oset and set might be the same address, so copyin first and 107 if (copyin((caddr_t)setp, (caddr_t)&set, sizeof (sigset_t))) 109 sigutok(&set, &kset); 121 sigktou(&kset, &set); 122 if (copyout((caddr_t)&set, (caddr_t)osetp, sizeof (sigset_t)))
|
| /onnv/onnv-gate/usr/src/lib/libshell/common/tests/ |
| timetype.sh | 41 set() function
|
| /onnv/onnv-gate/usr/src/cmd/man/src/util/nsgmls.src/lib/ |
| EquivClass.h | 18 ISet<Char> set; member in struct:SP_NAMESPACE::EquivClass
|
| UnivCharsetDesc.cxx | 25 set(p, n); 28 void UnivCharsetDesc::set(const Range *p, size_t n) function in class:SP_NAMESPACE::UnivCharsetDesc
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Encode/t/ |
| Mod_EUCJP.pm | 11 $self->set($str); 14 sub set { subroutine
|
| /onnv/onnv-gate/usr/src/cmd/dtrace/test/tst/common/proc/ |
| tst.sigwait.c | 41 sigset_t set; local 54 (void) sigemptyset(&set); 55 (void) sigaddset(&set, SIGUSR1); 56 (void) sigprocmask(SIG_BLOCK, &set, NULL); 70 (void) sigwait(&set);
|
| /onnv/onnv-gate/usr/src/cmd/fs.d/nfs/lib/ |
| daemon.c | 58 sigset_t set, oset; local 67 (void) sigfillset(&set); 68 (void) sigdelset(&set, SIGABRT); 69 (void) sigprocmask(SIG_BLOCK, &set, &oset);
|
| /onnv/onnv-gate/usr/src/cmd/tnf/prex/ |
| set.h | 49 typedef struct set { struct 61 set_t *set(char *name, expr_t * exprlist_p);
|
| set.c | 36 #include "set.h" 58 * set() - creates a set 62 set(char *setname_p, expr_t * exprlist_p) function 72 /* create a new set */ 78 /* append the new set to the global list */ 83 } /* end set */ 87 * set_destroy() - destroys a set and related resources 131 * set_print() - pretty prints a set 147 * set_match() - discerns whether a probe is in a set [all...] |
| /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/gui/visualrt/sunsoft/jws/visual/rt/base/ |
| NVGroup.java | 54 public void set(String key, Object value) { method in class:NVGroup 58 super.set(key, value);
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/db/os/ |
| os_open.c | 39 sigset_t set, oset; local 50 * with O_CREAT and O_EXCL set will return failure in at least one. 87 (void)sigfillset(&set); 88 (void)sigprocmask(SIG_BLOCK, &set, &oset);
|
| /onnv/onnv-gate/usr/src/cmd/syseventd/daemons/syseventd/ |
| sysevent_signal.c | 72 sigset_t set; local 74 (void) sigemptyset(&set); 75 (void) sigaddset(&set, sig); 77 return (thr_sigsetmask(SIG_UNBLOCK, &set, NULL)); 83 sigset_t set; local 85 (void) sigfillset(&set); 86 return (thr_sigsetmask(SIG_BLOCK, &set, NULL)); 92 sigset_t set; local 94 (void) sigfillset(&set); 95 return (thr_sigsetmask(SIG_UNBLOCK, &set, NULL)) [all...] |
| /onnv/onnv-gate/usr/src/cmd/wbem/provider/com/sun/wbem/solarisprovider/srm/ |
| SetReal32Prop.java | 50 * Set the property value. Depending of the action flag perform 53 * FLASH: format the value in vs variable and set it in ci instance 55 * the property in ci instance, if so set a new property value. 60 public void set(CIMInstance ci, byte action, String val) method in class:SetReal32Prop
|
| SetReal64Prop.java | 50 * Set the property value. Depending of the action flag perform 53 * FLASH: format the value in vs variable and set it in ci instance 55 * the property in ci instance, if so set a new property value. 60 public void set(CIMInstance ci, byte action, String val) method in class:SetReal64Prop
|
| SetStringProp.java | 48 * Set the property value. Depending of the action flag perform 51 * FLASH: format the value in vs variable and set it in ci instance 53 * the property in ci instance, if so set a new property value. 58 public void set(CIMInstance ci, byte action, String val) { method in class:SetStringProp
|
| SetUI32Prop.java | 49 * Set the property value. Depending of the action flag perform 52 * FLASH: format the value in vs variable and set it in ci instance 54 * the property in ci instance, if so set a new property value. 59 public void set(CIMInstance ci, byte action, String val) method in class:SetUI32Prop 74 } // end set
|
| SetUI64Prop.java | 49 * Set the property value. Depending of the action flag perform 52 * FLASH: format the value in vs variable and set it in ci instance 54 * the property in ci instance, if so set a new property value. 59 public void set(CIMInstance ci, byte action, String val) method in class:SetUI64Prop
|
| /onnv/onnv-gate/usr/src/ucbcmd/stty/ |
| stty.h | 45 long set; member in struct:mds
|
| /onnv/onnv-gate/usr/src/lib/gss_mechs/mech_krb5/mech/ |
| util_buffer_set.c | 43 gss_buffer_set_t set; local 45 set = (gss_buffer_set_desc *) malloc(sizeof(*set)); 46 if (set == GSS_C_NO_BUFFER_SET) { 51 set->count = 0; 52 set->elements = NULL; 54 *buffer_set = set; 65 gss_buffer_set_t set; local 77 set = *buffer_set; 78 set->elements = (gss_buffer_desc *)realloc(set->elements [all...] |
| /onnv/onnv-gate/usr/src/cmd/mdb/common/mdb/ |
| mdb_signal.c | 103 sigset_t set; local 105 (void) sigemptyset(&set); 106 (void) sigaddset(&set, sig); 108 return (sigprocmask(SIG_BLOCK, &set, NULL)); 114 sigset_t set; local 116 (void) sigemptyset(&set); 117 (void) sigaddset(&set, sig); 119 return (sigprocmask(SIG_UNBLOCK, &set, NULL)); 125 sigset_t set; local 127 (void) sigfillset(&set); 134 sigset_t set; local [all...] |