Home
last modified time | relevance | path

Searched refs:imp (Results 1 – 13 of 13) sorted by relevance

/titanic_50/usr/src/uts/common/ipp/
H A Dippconf.c356 ipp_mod_t *imp; in ipp_mod_name() local
366 if ((imp = hold_mod(mid)) == NULL) in ipp_mod_name()
369 LOCK_MOD(imp, RW_READER); in ipp_mod_name()
370 modname = imp->ippm_name; in ipp_mod_name()
377 UNLOCK_MOD(imp); in ipp_mod_name()
378 rele_mod(imp); in ipp_mod_name()
387 UNLOCK_MOD(imp); in ipp_mod_name()
391 rele_mod(imp); in ipp_mod_name()
403 ipp_mod_t *imp; in ipp_mod_register() local
422 imp = hold_mod(mid); in ipp_mod_register()
[all …]
/titanic_50/usr/src/cmd/pools/poold/com/sun/solaris/domain/pools/
H A DExpression.java47 private long imp = -1; field in Expression
57 protected Expression(long imp, String name) in Expression() argument
59 this.imp = imp; in Expression()
76 return (imp); in getImportance()
122 long imp; in validateImportance() local
125 imp = Long.parseLong(imps); in validateImportance()
131 if (imp < 0) in validateImportance()
134 return (imp); in validateImportance()
231 private KVOpExpression(long imp, String name, String op, int val) in KVOpExpression() argument
233 super(imp, name); in KVOpExpression()
[all …]
H A DSystemSolver.java487 Long imp = (Long) resImp. in solve() local
489 if (newImp > imp.longValue()) in solve()
/titanic_50/usr/src/cmd/mdb/common/modules/ipp/
H A Dipp.c253 ipp_mod_t *imp; in action_summary() local
260 imp = mdb_alloc(sizeof (ipp_mod_t), UM_SLEEP); in action_summary()
262 if (mdb_vread(imp, sizeof (ipp_mod_t), ptr) == -1) { in action_summary()
264 mdb_free(imp, sizeof (ipp_mod_t)); in action_summary()
269 imp->ippm_name); in action_summary()
271 mdb_free(imp, sizeof (ipp_mod_t)); in action_summary()
358 ipp_mod_t *imp; in mod_format() local
361 imp = mdb_alloc(sizeof (ipp_mod_t), UM_SLEEP); in mod_format()
362 if (mdb_vread(imp, sizeof (ipp_mod_t), addr) == -1) { in mod_format()
369 rc = mod_dump(addr, imp, mfp->mf_banner); in mod_format()
[all …]
/titanic_50/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_method.c133 topo_imethod_t *imp; in topo_method_register() local
153 imp = topo_mod_zalloc(mod, sizeof (topo_imethod_t)); in topo_method_register()
154 if (imp == NULL) in topo_method_register()
155 return (set_methregister_error(mod, node, imp, in topo_method_register()
158 if ((imp->tim_name = topo_mod_strdup(mod, meth->tm_name)) in topo_method_register()
160 return (set_methregister_error(mod, node, imp, in topo_method_register()
163 if ((imp->tim_desc = topo_mod_strdup(mod, meth->tm_desc)) in topo_method_register()
165 return (set_methregister_error(mod, node, imp, in topo_method_register()
169 imp->tim_stability = meth->tm_stability; in topo_method_register()
170 imp->tim_version = meth->tm_version; in topo_method_register()
[all …]
/titanic_50/usr/src/lib/libctf/common/
H A Dctf_diff.c322 const ctf_member_t *imp, *omp; in ctf_diff_struct() local
346 imp = (const ctf_member_t *)((uintptr_t)itp + iincr); in ctf_diff_struct()
349 imp = NULL; in ctf_diff_struct()
380 if (imp != NULL) { in ctf_diff_struct()
381 iname = ctf_strptr(ifp, imp->ctm_name); in ctf_diff_struct()
382 ioff = imp->ctm_offset; in ctf_diff_struct()
383 itype = imp->ctm_type; in ctf_diff_struct()
412 if (imp != NULL) in ctf_diff_struct()
413 imp++; in ctf_diff_struct()
/titanic_50/usr/src/uts/sun/io/
H A Dms.c911 register mblk_t *imp; local
983 if ((imp = mkiocb(TCSETSF)) == NULL) {
988 freemsg(imp);
992 iocb = (struct iocblk *)imp->b_rptr;
1004 imp->b_cont = datap;
1010 putnext(WR(q), imp);
/titanic_50/usr/src/uts/common/inet/ip/
H A Dkeysock.c1965 mblk_t *imp; in keysock_out_err() local
1968 imp = allocb(sizeof (ipsec_info_t), BPRI_HI); in keysock_out_err()
1969 if (imp == NULL) { in keysock_out_err()
1974 imp->b_datap->db_type = M_CTL; in keysock_out_err()
1975 imp->b_wptr += sizeof (ipsec_info_t); in keysock_out_err()
1977 kse = (keysock_out_err_t *)imp->b_rptr; in keysock_out_err()
1978 imp->b_cont = mp; in keysock_out_err()
1995 putnext(kc->kc_wq, imp); in keysock_out_err()
H A Dip.c15181 mblk_t *imp; in ipobs_hook() local
15183 imp = allocb(sizeof (*hdr), BPRI_HI); in ipobs_hook()
15184 if (imp == NULL) in ipobs_hook()
15187 hdr = (hook_pkt_observe_t *)imp->b_rptr; in ipobs_hook()
15192 imp->b_wptr = imp->b_rptr + sizeof (dl_ipnetinfo_t); in ipobs_hook()
15193 imp->b_cont = mp; in ipobs_hook()
15209 hdr->hpo_pkt = imp; in ipobs_hook()
15222 imp->b_cont = NULL; in ipobs_hook()
15223 freemsg(imp); in ipobs_hook()
/titanic_50/usr/src/uts/common/io/
H A Dldterm.c3386 ldterm_output_msg(queue_t *q, mblk_t *imp, mblk_t **omp, in ldterm_output_msg() argument
3421 ibp = imp; in ldterm_output_msg()
/titanic_50/usr/src/uts/common/io/usb/
H A Dusbdevs5 /* $NetBSD: usbdevs,v 1.392 2004/12/29 08:38:44 imp Exp $ */
/titanic_50/usr/src/cmd/look/
H A Dwords11517 imp
/titanic_50/usr/src/cmd/spell/
H A Dlist11515 imp