/titanic_53/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 86 def __init__(self): argument 97 def name(self): argument 111 def checkmodes(self, modechecks): argument 161 def __ne__(self, other): argument 245 def __str__(self): argument 259 def protostr(self): argument 294 def __init__(self, action): argument 339 def __init__(self, path, mode): argument 344 def __str__(self): argument 358 def __init__(self, root=None, path=None): argument [all …]
|
H A D | cddlchk.py | 43 def __init__(self): argument 48 def load(self, exfile): argument 69 def match(self, filename): argument 80 def __contains__(self, elt): argument
|
H A D | mapfilechk.py | 43 def __init__(self): argument 48 def load(self, exfile): argument 69 def match(self, filename): argument 80 def __contains__(self, elt): argument
|
/titanic_53/usr/src/lib/libc/port/threads/ |
H A D | cancel.c | 38 ulwp_t *self = curthread; in pthread_cancel() local 94 ulwp_t *self = curthread; in pthread_setcancelstate() local 151 ulwp_t *self = curthread; in pthread_setcanceltype() local 205 ulwp_t *self = curthread; in pthread_testcancel() local 219 ulwp_t *self = curthread; in _cancelon() local 237 ulwp_t *self = curthread; in _canceloff() local 255 ulwp_t *self = curthread; in _canceloff_nocancel() local 274 ulwp_t *self = curthread; in __pthread_cleanup_push() local 293 ulwp_t *self = curthread; in __pthread_cleanup_pop() local 312 set_cancel_pending_flag(ulwp_t *self, int clear_flags) in set_cancel_pending_flag() [all …]
|
H A D | rwlock.c | 51 ulwp_t *self = curthread; in rwl_entry() local 140 ulwp_t *self = curthread; in rw_read_held() local 183 ulwp_t *self = curthread; in rw_write_held() local 204 ulwp_t *self = curthread; in rwlock_init() local 241 ulwp_t *self = curthread; in rwlock_destroy() local 288 ulwp_t *self = curthread; in read_lock_try() local 309 ulwp_t *self = curthread; in read_unlock_try() local 332 ulwp_t *self = curthread; in write_lock_try() local 355 ulwp_t *self = curthread; in write_unlock_try() local 479 ulwp_t *self = curthread; in rw_queue_release() local [all …]
|
H A D | synch.c | 214 ulwp_t *self = curthread; in _ceil_mylist_del() local 237 ulwp_t *self = curthread; in _ceil_mylist_add() local 252 set_rt_priority(ulwp_t *self, int prio) in set_rt_priority() 269 ulwp_t *self = curthread; in _ceil_prio_inherit() local 283 ulwp_t *self = curthread; in _ceil_prio_waive() local 416 ulwp_t *self = curthread; in spin_lock_set() local 453 ulwp_t *self = curthread; in spin_lock_clear() local 469 ulwp_t *self = curthread; in queue_alloc() local 505 ulwp_t *self = curthread; in QVERIFY() local 915 ulwp_t *self = curthread; in dequeue_self() local [all …]
|
H A D | sigaction.c | 73 ulwp_t *self = curthread; in call_user_handler() local 241 ulwp_t *self = curthread; in take_deferred_signal() local 291 ulwp_t *self = curthread; in sigacthandler() local 365 ulwp_t *self = curthread; in sigaction() local 467 ulwp_t *self = curthread; in setsigacthandler() local 488 block_all_signals(ulwp_t *self) in block_all_signals() 524 ulwp_t *self = curthread; in setcontext() local 596 ulwp_t *self = curthread; in thr_sigsetmask() local 726 ulwp_t *self = curthread; in do_sigcancel() local
|
H A D | thr.c | 275 ulwp_t *self = curthread; in trim_stack_cache() local 425 ulwp_t *self = curthread; in ulwp_alloc() local 526 ulwp_t *self = curthread; in ulwp_broadcast() local 540 ulwp_t *self = curthread; in find_lwp() local 564 ulwp_t *self = curthread; in _thrp_create() local 751 ulwp_t *self = curthread; in _thrp_exit() local 916 ulwp_t *self = curthread; in _thrp_exit_common() local 1257 ulwp_t *self; in libc_init() local 1565 ulwp_t *self = curthread; in finish_init() local 1651 ulwp_t *self = curthread; in postfork1_child() local [all …]
|
H A D | assfail.c | 65 ulwp_t *self; in Abort() local 102 ulwp_t *self; in common_panic() local 178 ulwp_t *self; in lock_error() local 269 ulwp_t *self; in rwlock_error() local 356 ulwp_t *self; in thread_error() local 405 ulwp_t *self; in __assfail() local
|
H A D | tsd.c | 269 ulwp_t *self = curthread; in thr_setspecific_slow() local 326 ulwp_t *self = curthread; in thr_setspecific() local 388 ulwp_t *self = curthread; in tsd_exit() local 447 ulwp_t *self = curthread; in tsd_free() local
|
H A D | tls.c | 218 ulwp_t *self = curthread; in slow_tls_get_addr() local 299 ulwp_t *self = curthread; in __tls_get_addr() local 319 ulwp_t *self = curthread; in tls_setup() local 374 ulwp_t *self = curthread; in tls_exit() local
|
H A D | sema.c | 86 ulwp_t *self = curthread; in sema_wait_impl() local 233 ulwp_t *self = curthread; in sema_trywait() local 300 ulwp_t *self = curthread; in sema_post() local
|
/titanic_53/usr/src/lib/pyzfs/common/ |
H A D | dataset.py | 47 def __init__(self, t): argument 67 def delegatable(self): argument 101 def __init__(self, name, props=None, argument 136 def getprop(self, propname): argument 152 def parent(self): argument 156 def descendents(self): argument 170 def userspace(self, prop): argument 184 def userspace_upgrade(self): argument 189 def set_fsacl(self, un, d): argument 200 def get_fsacl(self): argument [all …]
|
H A D | table.py | 32 def __init__(self, fields, rjustfields=()): argument 39 def __updatemax(self, k, v): argument 42 def addline(self, sortkey, values): argument 54 def printme(self, headers=True): argument
|
H A D | util.py | 47 def default_repr(self): argument 68 def __init__(self, eno, task=None, why=None): argument 79 def __str__(self): argument 112 def strerror(self): argument
|
H A D | ioctl.c | 244 py_next_dataset(PyObject *self, PyObject *args) in py_next_dataset() 282 py_dataset_props(PyObject *self, PyObject *args) in py_dataset_props() 304 py_get_fsacl(PyObject *self, PyObject *args) in py_get_fsacl() 323 py_set_fsacl(PyObject *self, PyObject *args) in py_set_fsacl() 363 py_get_holds(PyObject *self, PyObject *args) in py_get_holds() 382 py_userspace_many(PyObject *self, PyObject *args) in py_userspace_many() 447 py_userspace_upgrade(PyObject *self, PyObject *args) in py_userspace_upgrade() 469 py_set_cmdstr(PyObject *self, PyObject *args) in py_set_cmdstr() 482 py_get_proptable(PyObject *self, PyObject *args) in py_get_proptable()
|
/titanic_53/usr/src/tools/onbld/Checks/ |
H A D | DbLookups.py | 51 def __str__(self): argument 55 def __str__(self): argument 71 def __init__(self, priority = ["illumos"]): argument 83 def __illbug(self, cr): argument 103 def lookup(self, crs): argument
|
H A D | HdrChk.py | 74 def __init__(self, fh, filename=None, lenient=False): argument 86 def getline(self): argument 106 def skipcomments(self, curline=None): argument
|
/titanic_53/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 98 beCreateSnapshot(PyObject *self, PyObject *args) in beCreateSnapshot() 164 beCopy(PyObject *self, PyObject *args) 290 beList(PyObject *self, PyObject *args, PyObject *keywds) 426 beActivate(PyObject *self, PyObject *args) 466 beDestroy(PyObject *self, PyObject *args) 525 beDestroySnapshot(PyObject *self, PyObject *args) 569 beRename(PyObject *self, PyObject *args) 614 beMount(PyObject *self, PyObject *args) 657 beUnmount(PyObject *self, PyObject *args) 712 beRollback(PyObject *self, PyObject *args) [all …]
|
/titanic_53/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 192 save_cpu_stat(HV *self, kstat_t *kp, int strip_str) in save_cpu_stat() 310 save_var(HV *self, kstat_t *kp, int strip_str) in save_var() 340 save_ncstats(HV *self, kstat_t *kp, int strip_str) in save_ncstats() 363 save_sysinfo(HV *self, kstat_t *kp, int strip_str) in save_sysinfo() 384 save_vminfo(HV *self, kstat_t *kp, int strip_str) in save_vminfo() 405 save_nfs(HV *self, kstat_t *kp, int strip_str) in save_nfs() 460 save_sfmmu_global_stat(HV *self, kstat_t *kp, int strip_str) in save_sfmmu_global_stat() 538 save_sfmmu_tsbsize_stat(HV *self, kstat_t *kp, int strip_str) in save_sfmmu_tsbsize_stat() 565 save_simmstat(HV *self, kstat_t *kp, int strip_str) in save_simmstat() 608 save_temperature(HV *self, kstat_t *kp, int strip_str) in save_temperature() [all …]
|
/titanic_53/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 481 scsi_hba_log(int level, const char *func, dev_info_t *self, dev_info_t *child, in scsi_hba_log() 646 scsi_hba_devi_enter(dev_info_t *self, int *circp) in scsi_hba_devi_enter() 655 scsi_hba_devi_tryenter(dev_info_t *self, int *circp) in scsi_hba_devi_tryenter() 664 scsi_hba_devi_exit(dev_info_t *self, int circ) in scsi_hba_devi_exit() 673 scsi_hba_devi_enter_phci(dev_info_t *self, int *circp) in scsi_hba_devi_enter_phci() 680 scsi_hba_devi_exit_phci(dev_info_t *self, int circ) in scsi_hba_devi_exit_phci() 897 dev_info_t *self, in scsi_hba_tran_alloc() 980 scsa_nexus_teardown(dev_info_t *self, scsi_hba_tran_t *tran) in scsa_nexus_teardown() 996 scsa_nexus_setup(dev_info_t *self, scsi_hba_tran_t *tran) in scsa_nexus_setup() 1078 scsa_tran_teardown(dev_info_t *self, scsi_hba_tran_t *tran) in scsa_tran_teardown() [all …]
|
/titanic_53/usr/src/lib/pysolaris/common/ |
H A D | misc.c | 36 py_sid_to_id(PyObject *self, PyObject *args) in py_sid_to_id() 59 py_sid_to_name(PyObject *self, PyObject *args) in py_sid_to_name() 95 py_isglobalzone(PyObject *self, PyObject *args) in py_isglobalzone() 101 py_gettext(PyObject *self, PyObject *args) in py_gettext()
|
/titanic_53/usr/src/uts/common/disp/ |
H A D | cmt_policy.c | 67 int self) in cmt_should_migrate() 123 int self = 0; in cmt_balance() local
|
/titanic_53/usr/src/lib/libc/sparc/threads/ |
H A D | machdep.c | 94 _thrp_setup(ulwp_t *self) in _thrp_setup() 184 ulwp_t *self = curthread; in __csigsetjmp() local
|
/titanic_53/usr/src/lib/libc/port/gen/ |
H A D | atexit.c | 103 ulwp_t *self; in __cxa_atexit() local 240 ulwp_t *self = curthread; in _preexec_atfork_unload() local 393 ulwp_t *self; in at_quick_exit() local
|