/illumos-gate/usr/src/tools/scripts/ |
H A D | validate_pkg.py | 86 def __init__(self): argument 97 def name(self): argument 161 def __ne__(self, other): argument 245 def __str__(self): argument 259 def protostr(self): argument 294 def __init__(self, action): argument 344 def __str__(self): argument 403 def __init__(self, name): argument 407 def compare(self, other): argument 449 def __str__(self): 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
|
/illumos-gate/usr/src/tools/smatch/src/smatch_scripts/implicit_dependencies/ |
H A D | parser.py | 19 self, argument 50 def _sanitize_syscall(self, syscall): argument 56 def _deref_to_tuple(self, deref): argument 63 def _split_field(self, field): argument 72 def _sanitize_line(self, line): argument 89 def _construct_implicit_deps(self): argument 106 def parse(self): argument 116 def _listify_verbose_reason(self, reason): argument 125 def _get_json_dependencies(self): argument 137 def write(self): argument [all …]
|
/illumos-gate/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 338 set_cancel_eintr_flag(ulwp_t *self) in set_cancel_eintr_flag() [all …]
|
H A D | rwlock.c | 52 ulwp_t *self = curthread; in rwl_entry() local 141 ulwp_t *self = curthread; in rw_read_held() local 184 ulwp_t *self = curthread; in rw_write_held() local 205 ulwp_t *self = curthread; in rwlock_init() local 242 ulwp_t *self = curthread; in rwlock_destroy() local 289 ulwp_t *self = curthread; in read_lock_try() local 310 ulwp_t *self = curthread; in read_unlock_try() local 333 ulwp_t *self = curthread; in write_lock_try() local 356 ulwp_t *self = curthread; in write_unlock_try() local 584 ulwp_t *self = curthread; in rwlock_lock() local [all …]
|
H A D | synch.c | 215 ulwp_t *self = curthread; in _ceil_mylist_del() local 238 ulwp_t *self = curthread; in _ceil_mylist_add() local 270 ulwp_t *self = curthread; in _ceil_prio_inherit() local 284 ulwp_t *self = curthread; in _ceil_prio_waive() local 417 ulwp_t *self = curthread; in spin_lock_set() local 454 ulwp_t *self = curthread; in spin_lock_clear() local 470 ulwp_t *self = curthread; in queue_alloc() local 506 ulwp_t *self = curthread; in QVERIFY() local 916 ulwp_t *self = curthread; in dequeue_self() local 1169 no_preempt(ulwp_t *self) in no_preempt() [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 | 276 ulwp_t *self = curthread; in trim_stack_cache() local 426 ulwp_t *self = curthread; in ulwp_alloc() local 527 ulwp_t *self = curthread; in ulwp_broadcast() local 541 ulwp_t *self = curthread; in find_lwp() local 565 ulwp_t *self = curthread; in _thrp_create() local 756 ulwp_t *self = curthread; in _thrp_exit() local 921 ulwp_t *self = curthread; in _thrp_exit_common() local 1262 ulwp_t *self; in libc_init() local 1576 ulwp_t *self = curthread; in finish_init() local 1662 ulwp_t *self = curthread; in postfork1_child() local [all …]
|
H A D | assfail.c | 67 ulwp_t *self; in Abort() local 88 ulwp_t *self; in common_panic() local 164 ulwp_t *self; in lock_error() local 255 ulwp_t *self; in rwlock_error() local 342 ulwp_t *self; in thread_error() local 391 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
|
/illumos-gate/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()
|
/illumos-gate/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
|
/illumos-gate/usr/src/tools/smatch/src/Documentation/sphinx/ |
H A D | cdoc.py | 54 def __init__(self, lines): argument 61 def __iter__(self): argument 65 def memo(self): argument 69 def __next__(self): argument 77 def next(self): argument 80 def undo(self): argument 282 def run(self): argument
|
/illumos-gate/usr/src/lib/pylibbe/common/ |
H A D | libbe_py.c | 97 beCreateSnapshot(PyObject *self, PyObject *args) in beCreateSnapshot() 162 beCopy(PyObject *self, PyObject *args) 473 beDestroy(PyObject *self, PyObject *args) 531 beDestroySnapshot(PyObject *self, PyObject *args) 574 beRename(PyObject *self, PyObject *args) 618 beMount(PyObject *self, PyObject *args) 660 beUnmount(PyObject *self, PyObject *args) 714 beRollback(PyObject *self, PyObject *args) 759 bePrintErrors(PyObject *self, PyObject *args) 783 beGetErrDesc(PyObject *self, PyObject *args) [all …]
|
/illumos-gate/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 899 dev_info_t *self, in scsi_hba_tran_alloc() 1234 dev_info_t *self, in scsi_hba_attach_setup() 1454 dev_info_t *self, in smp_hba_attach_setup() 2423 dev_info_t *self, in scsi_hba_bus_ctl() 2591 dev_info_t *self, in scsi_hba_pkt_alloc() 2880 dev_info_t *self, in scsi_hba_map_fault() 2895 dev_info_t *self, in scsi_hba_get_eventcookie() 2914 dev_info_t *self, in scsi_hba_add_eventcall() 2955 dev_info_t *self, in scsi_hba_post_event() 2999 dev_info_t *self; in scsi_hba_open() local [all …]
|
/illumos-gate/usr/src/cmd/perl/contrib/Sun/Solaris/Kstat/ |
H A D | Kstat.xs | 299 save_var(HV *self, kstat_t *kp, int strip_str) in save_var() 373 save_vminfo(HV *self, kstat_t *kp, int strip_str) in save_vminfo() 394 save_nfs(HV *self, kstat_t *kp, int strip_str) in save_nfs() 725 apply_to_ties(SV *self, ATTCb_t cb, void *arg) in apply_to_ties() 777 set_valid(HV *self, void *arg) in set_valid() 796 prune_invalid(SV *self, AV *del) in prune_invalid() 884 save_named(HV *self, kstat_t *kp, int strip_str) in save_named() 928 save_intr(HV *self, kstat_t *kp, int strip_str) in save_intr() 950 save_io(HV *self, kstat_t *kp, int strip_str) in save_io() 1003 read_kstats(HV *self, int refresh) in read_kstats() [all …]
|
/illumos-gate/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()
|
/illumos-gate/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
|