Searched refs:tip (Results 26 - 39 of 39) sorted by relevance

12

/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_isns.c666 isns_tpgt_addr_t *tip; local
708 tip = kmem_zalloc(sizeof (isns_tpgt_addr_t),
710 bcopy(&tp->portal_addr, &tip->portal_addr,
711 sizeof (tip->portal_addr));
712 list_insert_tail(&tig->ti_portal_list, tip);
731 isns_tpgt_addr_t *tip; local
734 while ((tip = list_remove_head(&tig->ti_portal_list)) != NULL) {
735 kmem_free(tip, sizeof (isns_tpgt_addr_t));
1986 isns_tpgt_addr_t *tip; local
1999 tip
[all...]
/illumos-gate/usr/src/lib/scsi/plugins/ses/ses2/common/
H A Dses2_element.c136 ses2_temp_status_impl_t *tip = (ses2_temp_status_impl_t *)esip; local
139 SES_NV_ADD(boolean_value, nverr, nvl, SES_PROP_IDENT, tip->stsi_ident);
140 SES_NV_ADD(boolean_value, nverr, nvl, SES_PROP_FAIL, tip->stsi_fail);
142 SES2_ES_TEMP_ST_TEMPERATURE(tip));
144 tip->stsi_ut_warn);
146 tip->stsi_ut_fail);
148 tip->stsi_ot_warn);
150 tip->stsi_ot_fail);
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_config.c686 ndmp_device_info_v3 *tip, *tip_save = NULL; /* tape info pointer */ local
698 tip_save = tip = ndmp_malloc(sizeof (ndmp_device_info_v3) * max);
732 tip->model = sd->sd_id; /* like "DLT7000 " */
733 tip->caplist.caplist_len = 1;
734 tip->caplist.caplist_val = dcp;
739 tip++;
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_crypto_openssl.h224 CK_TOKEN_INFO *tip);
H A Dpkinit_crypto_openssl.c3447 CK_TOKEN_INFO *tip)
3454 if (tip->flags & CKF_PROTECTED_AUTHENTICATION_PATH) {
3468 char tmplabel[sizeof (tip->label) + 1];
3478 prompt_len = sizeof (tip->label) + 256;
3483 trim_token_label(tip, tmplabel, sizeof (tmplabel));
3487 if (tip->flags & CKF_USER_PIN_LOCKED)
3489 else if (tip->flags & CKF_USER_PIN_FINAL_TRY)
3491 else if (tip->flags & CKF_USER_PIN_COUNT_LOW)
3493 rdat.data = malloc(tip->ulMaxPinLen + 2);
3494 rdat.length = tip
3445 pkinit_login(krb5_context context, pkinit_identity_crypto_context id_cryptoctx, CK_TOKEN_INFO *tip) argument
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dtrap.c2275 panic_showtrap(struct panic_trap_info *tip) argument
2277 showregs(tip->trap_type, tip->trap_regs, tip->trap_addr);
2284 if (tip->trap_type == T_DBLFLT)
2290 panic_savetrap(panic_data_t *pdp, struct panic_trap_info *tip) argument
2292 panic_saveregs(pdp, tip->trap_regs);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_inode.c1169 struct inode tip; local
1400 tip = *oip; /* structure copy */
1401 ip = &tip;
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_parser.c191 dt_type_lookup(const char *s, dtrace_typeinfo_t *tip) argument
241 return (dtrace_lookup_by_type(dtp, object, type, tip));
250 return (dtrace_lookup_by_type(dtp, obj, s, tip));
263 dt_type_pointer(dtrace_typeinfo_t *tip) argument
266 ctf_file_t *ctfp = tip->dtt_ctfp;
267 ctf_id_t type = tip->dtt_type;
269 uint_t bflags = tip->dtt_flags;
276 tip->dtt_type = ptr;
298 tip->dtt_object = dmp->dm_name;
299 tip
[all...]
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_ctf.c787 type_iter_t *tip = data; local
790 set_ctf_id(&id, tip->ti_fp, type);
792 return (tip->ti_cb(id, tip->ti_arg));
/illumos-gate/usr/src/cmd/
H A DMakefile415 tip \
/illumos-gate/usr/src/man/man1/
H A DMakefile377 tip.1 \
/illumos-gate/usr/src/tools/onbld/Scm/
H A DWorkSpace.py30 # as such the 'parent tip' is actually nothing of the sort, but instead a
316 current name and the name which they had in the parent tip.
422 cstr.write('parent tip: %s:%s\n' % (self.parenttip.rev(),
426 cstr.write('local tip: %s:%s\n' %
429 cstr.write('local tip: None\n')
648 common ancestor of the chosen local tip and the parent
654 not in outnodes and is closest to the tip.
855 destination = self.repo.changelog.tip()
862 wsstate = "tip"
934 '''Bring workspace up to REV (or tip) forcefull
[all...]
/illumos-gate/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_xml.c2125 tf_info_t *tip; local
2132 tip = txml_file_parse(tmp, fd, path, escheme);
2134 return (tip);
/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_vnops.c917 struct ud_inode *tip; /* target inode */ local
982 if (ud_dirlook(tdp, tnm, &tip, cr, 0) == 0) {
983 vnevent_pre_rename_dest(ITOV(tip), tdvp, tnm, ct);
984 VN_RELE(ITOV(tip));

Completed in 94 milliseconds

12