Home
last modified time | relevance | path

Searched defs:self (Results 1 – 25 of 98) sorted by relevance

1234

/titanic_41/usr/src/tools/onbld/Scm/
H A DBackup.py95 def __init__(self, msg, name): argument
117 def __init__(self, *args, **kwargs): argument
121 def members_match_fs(self, rootpath): argument
161 def addfilectx(self, filectx, path=None): argument
211 def __init__(self, backup, ws): argument
216 def _outgoing_nodes(self, parent): argument
226 def backup(self): argument
257 def restore(self): argument
281 def need_backup(self): argument
311 def cleanup(self): argument
[all …]
H A DWorkSpace.py81 def __init__(self, name, change): argument
92 def __cmp__(self, other): argument
95 def is_added(self): argument
99 def is_modified(self): argument
103 def is_removed(self): argument
107 def is_renamed(self): argument
111 def is_copied(self): argument
122 def __init__(self, ws, parenttip, revs=None): argument
144 def _status(self): argument
168 def _build(self): argument
[all …]
/titanic_41/usr/src/tools/scripts/
H A Dvalidate_pkg.py84 def __init__(self): argument
95 def name(self): argument
109 def checkmodes(self, modechecks): argument
159 def __ne__(self, other): argument
243 def __str__(self): argument
257 def protostr(self): argument
292 def __init__(self, action): argument
337 def __init__(self, path, mode): argument
342 def __str__(self): argument
356 def __init__(self, root=None, path=None): argument
[all …]
H A Dcddlchk.py42 def __init__(self): argument
47 def load(self, exfile): argument
68 def match(self, filename): argument
79 def __contains__(self, elt): argument
H A Dmapfilechk.py42 def __init__(self): argument
47 def load(self, exfile): argument
68 def match(self, filename): argument
79 def __contains__(self, elt): argument
/titanic_41/usr/src/test/test-runner/cmd/
H A Drun.py43 def __init__(self): argument
51 def done(self, proc, killed): argument
75 def __init__(self, stream): argument
80 def fileno(self): argument
83 def read(self, drain=0): argument
91 def _read(self): argument
117 def __init__(self, pathname, outputdir=None, timeout=None, user=None): argument
125 def __str__(self): argument
129 def kill_cmd(self, proc): argument
148 def update_cmd_privs(self, cmd, user): argument
[all …]
/titanic_41/usr/src/lib/libc/port/threads/
H A Dcancel.c38 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 Drwlock.c51 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 Dsigaction.c73 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 Dsynch.c213 ulwp_t *self = curthread; in _ceil_mylist_del() local
236 ulwp_t *self = curthread; in _ceil_mylist_add() local
251 set_rt_priority(ulwp_t *self, int prio) in set_rt_priority()
268 ulwp_t *self = curthread; in _ceil_prio_inherit() local
282 ulwp_t *self = curthread; in _ceil_prio_waive() local
415 ulwp_t *self = curthread; in spin_lock_set() local
452 ulwp_t *self = curthread; in spin_lock_clear() local
468 ulwp_t *self = curthread; in queue_alloc() local
504 ulwp_t *self = curthread; in QVERIFY() local
914 ulwp_t *self = curthread; in dequeue_self() local
[all …]
H A Dthr.c274 ulwp_t *self = curthread; in trim_stack_cache() local
424 ulwp_t *self = curthread; in ulwp_alloc() local
525 ulwp_t *self = curthread; in ulwp_broadcast() local
539 ulwp_t *self = curthread; in find_lwp() local
563 ulwp_t *self = curthread; in _thrp_create() local
750 ulwp_t *self = curthread; in _thrp_exit() local
915 ulwp_t *self = curthread; in _thrp_exit_common() local
1256 ulwp_t *self; in libc_init() local
1564 ulwp_t *self = curthread; in finish_init() local
1650 ulwp_t *self = curthread; in postfork1_child() local
[all …]
H A Dassfail.c62 ulwp_t *self; in Abort() local
99 ulwp_t *self; in common_panic() local
168 ulwp_t *self; in lock_error() local
259 ulwp_t *self; in rwlock_error() local
346 ulwp_t *self; in thread_error() local
395 ulwp_t *self; in __assfail() local
H A Dtsd.c269 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 Dtls.c218 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
/titanic_41/usr/src/lib/pyzfs/common/
H A Ddataset.py46 def __init__(self, t): argument
66 def delegatable(self): argument
100 def __init__(self, name, props=None, argument
135 def getprop(self, propname): argument
151 def parent(self): argument
155 def descendents(self): argument
169 def userspace(self, prop): argument
183 def userspace_upgrade(self): argument
188 def set_fsacl(self, un, d): argument
199 def get_fsacl(self): argument
[all …]
H A Dtable.py31 def __init__(self, fields, rjustfields=()): argument
38 def __updatemax(self, k, v): argument
41 def addline(self, sortkey, values): argument
51 def printme(self, headers=True): argument
H A Dutil.py46 def default_repr(self): argument
67 def __init__(self, eno, task=None, why=None): argument
78 def __str__(self): argument
111 def strerror(self): argument
H A Dioctl.c229 py_next_dataset(PyObject *self, PyObject *args) in py_next_dataset()
267 py_dataset_props(PyObject *self, PyObject *args) in py_dataset_props()
289 py_get_fsacl(PyObject *self, PyObject *args) in py_get_fsacl()
308 py_set_fsacl(PyObject *self, PyObject *args) in py_set_fsacl()
348 py_get_holds(PyObject *self, PyObject *args) in py_get_holds()
367 py_userspace_many(PyObject *self, PyObject *args) in py_userspace_many()
432 py_userspace_upgrade(PyObject *self, PyObject *args) in py_userspace_upgrade()
454 py_set_cmdstr(PyObject *self, PyObject *args) in py_set_cmdstr()
467 py_get_proptable(PyObject *self, PyObject *args) in py_get_proptable()
/titanic_41/usr/src/tools/onbld/Checks/
H A DDbLookups.py47 def __str__(self): argument
51 def __str__(self): argument
67 def __init__(self, priority = ["illumos"]): argument
79 def __illbug(self, cr): argument
99 def lookup(self, crs): argument
H A DHdrChk.py74 def __init__(self, fh, filename=None, lenient=False): argument
86 def getline(self): argument
106 def skipcomments(self, curline=None): argument
/titanic_41/usr/src/lib/pylibbe/common/
H A Dlibbe_py.c98 beCreateSnapshot(PyObject *self, PyObject *args) in beCreateSnapshot()
164 beCopy(PyObject *self, PyObject *args) in beCopy()
283 beList(PyObject *self, PyObject *args) in beList()
411 beActivate(PyObject *self, PyObject *args) in beActivate()
451 beDestroy(PyObject *self, PyObject *args) in beDestroy()
510 beDestroySnapshot(PyObject *self, PyObject *args) in beDestroySnapshot()
554 beRename(PyObject *self, PyObject *args) in beRename()
599 beMount(PyObject *self, PyObject *args) in beMount()
642 beUnmount(PyObject *self, PyObject *args) in beUnmount()
697 beRollback(PyObject *self, PyObject *args) in beRollback()
[all …]
/titanic_41/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/
H A DKstat.xs182 save_cpu_stat(HV *self, kstat_t *kp, int strip_str) in save_cpu_stat()
300 save_var(HV *self, kstat_t *kp, int strip_str) in save_var()
330 save_ncstats(HV *self, kstat_t *kp, int strip_str) in save_ncstats()
353 save_sysinfo(HV *self, kstat_t *kp, int strip_str) in save_sysinfo()
374 save_vminfo(HV *self, kstat_t *kp, int strip_str) in save_vminfo()
395 save_nfs(HV *self, kstat_t *kp, int strip_str) in save_nfs()
450 save_sfmmu_global_stat(HV *self, kstat_t *kp, int strip_str) in save_sfmmu_global_stat()
528 save_sfmmu_tsbsize_stat(HV *self, kstat_t *kp, int strip_str) in save_sfmmu_tsbsize_stat()
555 save_simmstat(HV *self, kstat_t *kp, int strip_str) in save_simmstat()
598 save_temperature(HV *self, kstat_t *kp, int strip_str) in save_temperature()
[all …]
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c481 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_41/usr/src/lib/pysolaris/common/
H A Dmisc.c41 py_sid_to_id(PyObject *self, PyObject *args) in py_sid_to_id()
64 py_sid_to_name(PyObject *self, PyObject *args) in py_sid_to_name()
100 py_isglobalzone(PyObject *self, PyObject *args) in py_isglobalzone()
106 py_gettext(PyObject *self, PyObject *args) in py_gettext()
/titanic_41/usr/src/uts/common/disp/
H A Dcmt_policy.c67 int self) in cmt_should_migrate()
123 int self = 0; in cmt_balance() local

1234