Searched refs:prt (Results 1 – 7 of 7) sorted by relevance
/titanic_50/usr/src/cmd/sh/ |
H A D | bltin.c | 91 prt(tms.tms_cutime); in builtin() 93 prt(tms.tms_cstime); in builtin()
|
H A D | print.c | 102 prt(long t) in prt() function
|
/titanic_50/usr/src/cmd/svc/svccfg/ |
H A D | svccfg_libscf.c | 12894 print_template_value_details(scf_prop_tmpl_t *prt, const char *val_buf, in print_template_value_details() argument 12899 if (scf_tmpl_value_common_name(prt, NULL, val_buf, &buf) > 0) { in print_template_value_details() 12908 if (scf_tmpl_value_description(prt, NULL, val_buf, &buf) > 0) { in print_template_value_details() 12919 print_template_value(scf_prop_tmpl_t *prt, const char *val_buf) in print_template_value() argument 12925 print_template_value_details(prt, val_buf, 1); in print_template_value() 12929 print_template_constraints(scf_prop_tmpl_t *prt, int verbose) in print_template_constraints() argument 12938 if (scf_tmpl_value_name_constraints(prt, &values) == 0) { in print_template_constraints() 12946 print_template_value_details(prt, in print_template_constraints() 12953 if (scf_tmpl_value_count_range_constraints(prt, &c_ranges) == 0) { in print_template_constraints() 12964 scf_tmpl_value_int_range_constraints(prt, &i_ranges) == 0) { in print_template_constraints() [all …]
|
/titanic_50/usr/src/cmd/svc/svcs/ |
H A D | svcs.c | 2216 scf_prop_tmpl_t *prt; in print_application_properties() local 2232 (prt = scf_tmpl_prop_create(h)) == NULL || in print_application_properties() 2279 (scf_tmpl_get_by_prop(pt, prop_name_buf, prt, in print_application_properties() 2284 scf_tmpl_prop_visibility(prt, &vis) != -1 && in print_application_properties() 2318 if (tmpl == 1 && scf_tmpl_prop_description(prt, NULL, in print_application_properties() 2337 scf_tmpl_prop_destroy(prt); in print_application_properties()
|
/titanic_50/usr/src/uts/intel/os/ |
H A D | master | 65 # prt ... Parallel ports 119 PNP0400 lp prt all none "Standard LPT printer port" 120 PNP0401 lp prt all none "ECP printer port" 202 ISY0060 lp prt all lpt.bef "Parallel port"
|
/titanic_50/usr/src/uts/sun/io/scsi/adapters/ |
H A D | sf.c | 3931 struct scsi_inquiry *prt = (struct scsi_inquiry *)privp->data_buf; in sf_inq_callback() local 3999 prt->inq_dtype; in sf_inq_callback() 4000 bcopy(prt, &target->sft_inq, in sf_inq_callback() 4001 sizeof (*prt)); in sf_inq_callback()
|
/titanic_50/usr/src/uts/common/io/cxgbe/firmware/ |
H A D | t4fw_interface.h | 7246 } prt; member
|