Searched refs:sbuf (Results 276 - 300 of 333) sorted by relevance

<<11121314

/freebsd-9.3-release/sys/kern/
H A Dsched_ule.c65 #include <sys/sbuf.h>
323 static int sysctl_kern_sched_topology_spec_internal(struct sbuf *sb,
2715 sysctl_kern_sched_topology_spec_internal(struct sbuf *sb, struct cpu_group *cg,
2766 struct sbuf *topo;
H A Dvfs_mount.c54 #include <sys/sbuf.h>
1836 struct sbuf *sb;
H A Dkern_descrip.c75 #include <sys/sbuf.h>
3274 struct sbuf *sb;
3389 * Store a process file descriptor information to sbuf.
3394 kern_proc_filedesc_out(struct proc *p, struct sbuf *sb, ssize_t maxlen)
3577 struct sbuf sb;
H A Dkern_mutex.c59 #include <sys/sbuf.h>
H A Dkern_racct.c51 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/security/mac_biba/
H A Dmac_biba.c60 #include <sys/sbuf.h>
541 * biba_element_to_string() accepts an sbuf and Biba element. It converts
542 * the Biba element to a string and stores the result in the sbuf; if there
543 * isn't space in the sbuf, -1 is returned.
546 biba_element_to_string(struct sbuf *sb, struct mac_biba_element *element)
589 * in the passed sbuf. It returns 0 on success, or EINVAL if there isn't
590 * room in the sbuf. Note: the sbuf will be modified even in a failure case,
591 * so the caller may need to revert the sbuf by restoring the offset if
595 biba_to_string(struct sbuf *s
[all...]
/freebsd-9.3-release/sys/security/mac_mls/
H A Dmac_mls.c61 #include <sys/sbuf.h>
502 * mls_element_to_string() accepts an sbuf and MLS element. It converts the
503 * MLS element to a string and stores the result in the sbuf; if there isn't
504 * space in the sbuf, -1 is returned.
507 mls_element_to_string(struct sbuf *sb, struct mac_mls_element *element)
550 * in the passed sbuf. It returns 0 on success, or EINVAL if there isn't
551 * room in the sbuf. Note: the sbuf will be modified even in a failure case,
552 * so the caller may need to revert the sbuf by restoring the offset if
556 mls_to_string(struct sbuf *s
[all...]
/freebsd-9.3-release/sys/compat/ndis/
H A Dkern_ndis.c199 ndis_status_func(adapter, status, sbuf, slen)
202 void *sbuf;
H A Dsubr_ndis.c3006 NdisMIndicateStatus(adapter, status, sbuf, slen)
3009 void *sbuf;
3018 MSCALL4(statusfunc, adapter, status, sbuf, slen);
/freebsd-9.3-release/sys/dev/drm2/i915/
H A Di915_drv.h1285 extern void intel_overlay_print_error_state(struct sbuf *m,
1289 extern void intel_display_print_error_state(struct sbuf *m,
/freebsd-9.3-release/sys/geom/eli/
H A Dg_eli.c39 #include <sys/sbuf.h>
1155 g_eli_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/sys/dev/sound/pci/
H A Demu10kx.c36 #include <sys/sbuf.h>
323 struct sbuf emu10kx_sbuf;
389 static int emu10kx_prepare(struct emu_sc_info *sc, struct sbuf *s);
2266 emu10kx_prepare(struct emu_sc_info *sc, struct sbuf *s)
3008 struct sbuf *s;
/freebsd-9.3-release/sys/geom/raid/
H A Dg_raid.c38 #include <sys/sbuf.h>
141 static void g_raid_dumpconf(struct sbuf *sb, const char *indent,
2361 g_raid_dumpconf(struct sbuf *sb, const char *indent, struct g_geom *gp,
/freebsd-9.3-release/contrib/less/
H A Dscreen.c1125 static char sbuf[TERMSBUF_SIZE];
1196 sp = sbuf;
/freebsd-9.3-release/sys/dev/usb/
H A Dusb_device.c54 #include <sys/sbuf.h>
2490 struct sbuf *sb;
/freebsd-9.3-release/sys/dev/virtio/scsi/
H A Dvirtio_scsi.c44 #include <sys/sbuf.h>
2284 struct sbuf sb;
/freebsd-9.3-release/contrib/file/src/
H A Dcdf.c1378 char tbuf[64], sbuf[256]; local
1385 cdf_u16tos8(sbuf, ce[i].ce_namlen, ce[i].ce_name),
/freebsd-9.3-release/contrib/lukemftpd/src/
H A Dftpd.c2512 static char hbuf[NI_MAXHOST], sbuf[NI_MAXSERV]; local
2631 tmp.su_len, hbuf, sizeof(hbuf), sbuf, sizeof(sbuf),
2635 af, hbuf, sbuf);
/freebsd-9.3-release/sys/cam/ctl/
H A Dctl_frontend_cam_sim.c54 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi.c48 #include <sys/sbuf.h>
373 struct sbuf sb;
3515 struct sbuf sb;
3737 struct sbuf sb;
/freebsd-9.3-release/sys/dev/cxgb/
H A Dcxgb_sge.c51 #include <sys/sbuf.h>
3103 struct sbuf *sb;
3168 struct sbuf *sb;
3238 struct sbuf *sb;
/freebsd-9.3-release/sys/dev/mpr/
H A Dmpr_sas_lsi.c51 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/dev/mps/
H A Dmps_sas_lsi.c51 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/netgraph/atm/ccatm/
H A Dng_ccatm.c49 #include <sys/sbuf.h>
/freebsd-9.3-release/sys/security/audit/
H A Daudit_arg.c42 #include <sys/sbuf.h>

Completed in 470 milliseconds

<<11121314