Home
last modified time | relevance | path

Searched refs:sbuf_cat (Results 26 – 50 of 97) sorted by relevance

1234

/freebsd/sys/geom/eli/
H A Dg_eli.c1520 sbuf_cat(sb, "NONE"); in g_eli_dumpconf()
1527 sbuf_cat(sb, ", "); \ in g_eli_dumpconf()
1530 sbuf_cat(sb, name); \ in g_eli_dumpconf()
1550 sbuf_cat(sb, "</Flags>\n"); in g_eli_dumpconf()
1560 sbuf_cat(sb, "hardware"); in g_eli_dumpconf()
1563 sbuf_cat(sb, "software"); in g_eli_dumpconf()
1566 sbuf_cat(sb, "accelerated software"); in g_eli_dumpconf()
1569 sbuf_cat(sb, "UNKNOWN"); in g_eli_dumpconf()
1572 sbuf_cat(sb, "</Crypto>\n"); in g_eli_dumpconf()
/freebsd/sys/cam/
H A Dcam_periph.c387 sbuf_cat(&local_sb, ","); in cam_periph_list()
404 sbuf_cat(sb, ","); in cam_periph_list()
405 sbuf_cat(sb, sbuf_data(&local_sb)); in cam_periph_list()
2147 sbuf_cat(&sb, "serial=\""); in cam_periph_devctl_notify()
2158 sbuf_cat(&sb, "\" "); in cam_periph_devctl_notify()
2174 sbuf_cat(&sb, "RES=\""); in cam_periph_devctl_notify()
2176 sbuf_cat(&sb, "\" "); in cam_periph_devctl_notify()
2197 sbuf_cat(&sb, "CDB=\""); in cam_periph_devctl_notify()
2199 sbuf_cat(&sb, "\" "); in cam_periph_devctl_notify()
2202 sbuf_cat(&sb, "ACB=\""); in cam_periph_devctl_notify()
[all …]
/freebsd/sys/geom/concat/
H A Dg_concat.c1246 sbuf_cat(sb, "AUTOMATIC"); in g_concat_dumpconf()
1249 sbuf_cat(sb, "MANUAL"); in g_concat_dumpconf()
1252 sbuf_cat(sb, "UNKNOWN"); in g_concat_dumpconf()
1255 sbuf_cat(sb, "</Type>\n"); in g_concat_dumpconf()
1260 sbuf_cat(sb, "UP"); in g_concat_dumpconf()
1262 sbuf_cat(sb, "DOWN"); in g_concat_dumpconf()
1263 sbuf_cat(sb, "</State>\n"); in g_concat_dumpconf()
/freebsd/sys/geom/stripe/
H A Dg_stripe.c1256 sbuf_cat(sb, "AUTOMATIC"); in g_stripe_dumpconf()
1259 sbuf_cat(sb, "MANUAL"); in g_stripe_dumpconf()
1262 sbuf_cat(sb, "UNKNOWN"); in g_stripe_dumpconf()
1265 sbuf_cat(sb, "</Type>\n"); in g_stripe_dumpconf()
1270 sbuf_cat(sb, "UP"); in g_stripe_dumpconf()
1272 sbuf_cat(sb, "DOWN"); in g_stripe_dumpconf()
1273 sbuf_cat(sb, "</State>\n"); in g_stripe_dumpconf()
/freebsd/sys/kern/
H A Dsubr_stats.c1712 sbuf_cat(buf, fmtstr);
1738 sbuf_cat(buf, fmtstr);
1741 sbuf_cat(buf, qstr);
1769 sbuf_cat(buf, "]");
1934 sbuf_cat(buf, "]");
1989 sbuf_cat(buf, qstr);
1996 sbuf_cat(buf, qstr);
2003 sbuf_cat(buf, qstr);
2010 sbuf_cat(buf, qstr);
2198 sbuf_cat(buf, "}}");
[all …]
H A Dkern_ffclock.c181 sbuf_cat(s, sysclocks[clk]); in sysctl_kern_sysclock_available()
183 sbuf_cat(s, " "); in sysctl_kern_sysclock_available()
H A Dsched_ule.c3225 sbuf_cat(sb, ", "); in sysctl_kern_sched_topology_spec_internal()
3231 sbuf_cat(sb, "</cpu>\n"); in sysctl_kern_sched_topology_spec_internal()
3236 sbuf_cat(sb, "<flag name=\"HTT\">HTT group</flag>"); in sysctl_kern_sched_topology_spec_internal()
3238 sbuf_cat(sb, "<flag name=\"THREAD\">THREAD group</flag>"); in sysctl_kern_sched_topology_spec_internal()
3240 sbuf_cat(sb, "<flag name=\"SMT\">SMT group</flag>"); in sysctl_kern_sched_topology_spec_internal()
3242 sbuf_cat(sb, "<flag name=\"NODE\">NUMA node</flag>"); in sysctl_kern_sched_topology_spec_internal()
3243 sbuf_cat(sb, "</flags>\n"); in sysctl_kern_sched_topology_spec_internal()
3273 sbuf_cat(topo, "<groups>\n"); in sysctl_kern_sched_topology_spec()
3275 sbuf_cat(topo, "</groups>\n"); in sysctl_kern_sched_topology_spec()
/freebsd/sys/security/audit/
H A Daudit_bsm_klib.c467 (void) sbuf_cat(&sbf, rbuf); in audit_canon_path_vp()
480 (void) sbuf_cat(&sbf, copy); in audit_canon_path_vp()
/freebsd/sys/geom/part/
H A Dg_part_bsd64.c386 sbuf_cat(sb, "</type_uuid>\n"); in g_part_bsd64_dumpconf()
390 sbuf_cat(sb, "</stor_uuid>\n"); in g_part_bsd64_dumpconf()
401 sbuf_cat(sb, "</stor_uuid>\n"); in g_part_bsd64_dumpconf()
406 sbuf_cat(sb, "</label>\n"); in g_part_bsd64_dumpconf()
/freebsd/sys/sys/
H A Dsbuf.h87 int sbuf_cat(struct sbuf *, const char *);
/freebsd/usr.bin/top/
H A Dmachine.c416 sbuf_cat(header, "THR "); in format_header()
418 sbuf_cat(header, "PRI NICE SIZE RES "); in format_header()
422 sbuf_cat(header, "STATE "); in format_header()
424 sbuf_cat(header, "C "); in format_header()
426 sbuf_cat(header, "TIME "); in format_header()
428 sbuf_cat(header, "COMMAND"); in format_header()
437 sbuf_cat(header, " VCSW IVCSW READ WRITE FAULT TOTAL PERCENT COMMAND"); in format_header()
/freebsd/sys/dev/nvdimm/
H A Dnvdimm_e820.c78 sbuf_cat(&sb, "Found BIOS PRAM regions: "); in nvdimm_e820_dump_prams()
97 sbuf_cat(&sb, "<none>"); in nvdimm_e820_dump_prams()
/freebsd/sys/dev/ixl/
H A Dixl_pf_main.c3808 sbuf_cat(buf, "\n"); in ixl_sysctl_hw_res_alloc()
3859 sbuf_cat(s, "EMP"); in ixl_switch_element_string()
3880 sbuf_cat(s, "BMC"); in ixl_switch_element_string()
3883 sbuf_cat(s, "PV"); in ixl_switch_element_string()
3886 sbuf_cat(s, "VEB"); in ixl_switch_element_string()
3889 sbuf_cat(s, "PA"); in ixl_switch_element_string()
3895 sbuf_cat(s, "?"); in ixl_switch_element_string()
3963 sbuf_cat(buf, "\n"); in ixl_sysctl_switch_config()
3978 sbuf_cat(buf, " "); in ixl_sysctl_switch_config()
3983 sbuf_cat(buf, " "); in ixl_sysctl_switch_config()
[all …]
/freebsd/contrib/lib9p/sbuf/
H A Dsbuf.c55 sbuf_cat(struct sbuf *s, const char *str) in sbuf_cat() function
/freebsd/sys/dev/acpica/
H A Dacpi_cpu.c1423 sbuf_cat(&sb, "mwait"); in acpi_cpu_method_sysctl()
1425 sbuf_cat(&sb, "/hwc"); in acpi_cpu_method_sysctl()
1427 sbuf_cat(&sb, "/bma"); in acpi_cpu_method_sysctl()
1429 sbuf_cat(&sb, "hlt"); in acpi_cpu_method_sysctl()
1431 sbuf_cat(&sb, "io"); in acpi_cpu_method_sysctl()
1434 sbuf_cat(&sb, "/iohlt"); in acpi_cpu_method_sysctl()
/freebsd/sys/geom/mirror/
H A Dg_mirror.c3442 sbuf_cat(sb, "0%"); in g_mirror_dumpconf()
3459 sbuf_cat(sb, "NONE"); in g_mirror_dumpconf()
3466 sbuf_cat(sb, ", "); \ in g_mirror_dumpconf()
3469 sbuf_cat(sb, name); \ in g_mirror_dumpconf()
3481 sbuf_cat(sb, "</Flags>\n"); in g_mirror_dumpconf()
3493 sbuf_cat(sb, "MANUAL"); in g_mirror_dumpconf()
3496 sbuf_cat(sb, "UNKNOWN"); in g_mirror_dumpconf()
3499 sbuf_cat(sb, "</Type>\n"); in g_mirror_dumpconf()
3505 sbuf_cat(sb, "NONE"); in g_mirror_dumpconf()
3512 sbuf_cat(sb, ", "); \ in g_mirror_dumpconf()
[all …]
/freebsd/sys/cam/scsi/
H A Dscsi_all.c4594 sbuf_cat(sb, "ILI"); in scsi_block_sbuf()
4948 sbuf_cat(sb, path_str); in scsi_sense_only_sbuf()
4992 sbuf_cat(sb, path_str); in scsi_sense_only_sbuf()
4997 sbuf_cat(sb, path_str); in scsi_sense_only_sbuf()
5007 sbuf_cat(sb, path_str); in scsi_sense_only_sbuf()
5163 sbuf_cat(sb, path_str); in scsi_sense_sbuf()
5544 sbuf_cat(sb, "SCSI "); in scsi_print_inquiry_sbuf()
5575 sbuf_cat(sb, "> "); in scsi_print_inquiry_short_sbuf()
7140 sbuf_cat(sb, "LTFS\n"); in scsi_attrib_volcoh_sbuf()
7528 sbuf_cat(sb, desc); in scsi_attrib_prefix_sbuf()
[all …]
H A Dscsi_enc_ses.c1135 sbuf_cat(&sb, "/elmdesc@"); in ses_set_physpath()
2271 sbuf_cat(sbp, " SMP"); \
2273 sbuf_cat(sbp, " STP"); \
2275 sbuf_cat(sbp, " SSP"); \
2276 sbuf_cat(sbp, " )"); \
2313 sbuf_cat(sbp, " SATA device\n"); in ses_print_addl_data_sas_type0()
2349 sbuf_cat(sbp, ", SAS "); in ses_print_addl_data_sas_type1()
2422 sbuf_cat(&name, "(none)"); in ses_print_addl_data()
2432 sbuf_cat(&out, elm_type_names[obj->elm_type]); in ses_print_addl_data()
2465 sbuf_cat(&out, "\n"); in ses_print_addl_data()
/freebsd/sys/cam/ctl/
H A Dctl_scsi_all.c136 sbuf_cat(sb, path_str); in ctl_scsi_sense_sbuf()
/freebsd/sys/contrib/openzfs/module/os/freebsd/spl/
H A Dspl_kstat.c254 sbuf_cat(&sb, "\n"); in kstat_sysctl_raw()
255 sbuf_cat(&sb, ksp->ks_raw_buf); in kstat_sysctl_raw()
267 sbuf_cat(&sb, ksp->ks_raw_buf); in kstat_sysctl_raw()
/freebsd/sys/geom/raid/
H A Dg_raid.c2376 sbuf_cat(sb, "NONE "); in g_raid_dumpconf()
2386 sbuf_cat(sb, ")"); in g_raid_dumpconf()
2388 sbuf_cat(sb, ", "); in g_raid_dumpconf()
2390 sbuf_cat(sb, "</Subdisks>\n"); in g_raid_dumpconf()
2402 sbuf_cat(sb, " ("); in g_raid_dumpconf()
2413 sbuf_cat(sb, ", "); in g_raid_dumpconf()
2415 sbuf_cat(sb, ")"); in g_raid_dumpconf()
2417 sbuf_cat(sb, "</State>\n"); in g_raid_dumpconf()
2425 sbuf_cat(sb, ", "); in g_raid_dumpconf()
2427 sbuf_cat(sb, "</Subdisks>\n"); in g_raid_dumpconf()
/freebsd/sys/fs/procfs/
H A Dprocfs.c76 sbuf_cat(sb, fullpath); in procfs_doprocfile()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_rng.c235 sbuf_cat(sbp, " RNG_RBG2X: RNG 2X SPEED enabled\n"); in bcm2835_rng_dump_registers()
238 sbuf_cat(sbp, " RNG_RBGEN_BIT: RBG enabled\n"); in bcm2835_rng_dump_registers()
/freebsd/sys/geom/raid3/
H A Dg_raid3.c3458 sbuf_cat(sb, "PARITY"); in g_raid3_dumpconf()
3460 sbuf_cat(sb, "DATA"); in g_raid3_dumpconf()
3461 sbuf_cat(sb, "</Type>\n"); in g_raid3_dumpconf()
3467 sbuf_cat(sb, "0%"); in g_raid3_dumpconf()
3485 sbuf_cat(sb, "NONE"); in g_raid3_dumpconf()
3492 sbuf_cat(sb, ", "); \ in g_raid3_dumpconf()
3495 sbuf_cat(sb, name); \ in g_raid3_dumpconf()
3506 sbuf_cat(sb, "</Flags>\n"); in g_raid3_dumpconf()
3539 sbuf_cat(sb, "NONE"); in g_raid3_dumpconf()
3546 sbuf_cat(sb, ", "); \ in g_raid3_dumpconf()
[all …]
/freebsd/sys/x86/x86/
H A Dvmware_guestrpc.c333 sbuf_cat(sbufp, buf + 2); in vmware_guestrpc_get_guestinfo()

1234