HomeSort by: relevance | last modified time | path
    Searched defs:ext (Results 1 - 25 of 237) sorted by relevancy

1 2 3 4 5 6 7 8 910

  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/xilfpga/
microAptiv.dtsi 13 clocks = <&ext>;
18 ext: ext { label
microAptiv.dtsi 13 clocks = <&ext>;
18 ext: ext { label
microAptiv.dtsi 13 clocks = <&ext>;
18 ext: ext { label
  /src/sys/netipsec/
key.h 52 void *ext[SADB_EXT_MAX + 1]; member in struct:sadb_msghdr
key.h 52 void *ext[SADB_EXT_MAX + 1]; member in struct:sadb_msghdr
key.h 52 void *ext[SADB_EXT_MAX + 1]; member in struct:sadb_msghdr
  /src/sys/arch/i386/stand/lib/test/
biosdisk_user.c 122 struct ext { struct
132 biosextread(int dev, struct ext *ext)
biosdisk_user.c 122 struct ext { struct
132 biosextread(int dev, struct ext *ext)
biosdisk_user.c 122 struct ext { struct
132 biosextread(int dev, struct ext *ext)
  /src/usr.sbin/npf/npfctl/
npf_extmod.c 72 npf_extmod_t *ext; local in function:npf_extmod_load
82 ext = ecalloc(1, sizeof(npf_extmod_t));
83 ext->name = estrdup(name);
84 ext->init = npf_extmod_sym(handle, name, "init");
85 ext->cons = npf_extmod_sym(handle, name, "construct");
86 ext->param = npf_extmod_sym(handle, name, "param");
89 if (ext->init() != 0) {
90 free(ext);
94 ext->next = npf_extmod_list;
95 npf_extmod_list = ext;
    [all...]
npf_extmod.c 72 npf_extmod_t *ext; local in function:npf_extmod_load
82 ext = ecalloc(1, sizeof(npf_extmod_t));
83 ext->name = estrdup(name);
84 ext->init = npf_extmod_sym(handle, name, "init");
85 ext->cons = npf_extmod_sym(handle, name, "construct");
86 ext->param = npf_extmod_sym(handle, name, "param");
89 if (ext->init() != 0) {
90 free(ext);
94 ext->next = npf_extmod_list;
95 npf_extmod_list = ext;
    [all...]
npf_extmod.c 72 npf_extmod_t *ext; local in function:npf_extmod_load
82 ext = ecalloc(1, sizeof(npf_extmod_t));
83 ext->name = estrdup(name);
84 ext->init = npf_extmod_sym(handle, name, "init");
85 ext->cons = npf_extmod_sym(handle, name, "construct");
86 ext->param = npf_extmod_sym(handle, name, "param");
89 if (ext->init() != 0) {
90 free(ext);
94 ext->next = npf_extmod_list;
95 npf_extmod_list = ext;
    [all...]
  /src/lib/libossaudio/
oss4_mixer.c 49 oss_mixext *ext; local in function:_oss4_mixer_ioctl
272 ext = (oss_mixext *)argp;
273 snprintf(devname, sizeof(devname), "/dev/mixer%d", ext->dev);
276 if (ext->ctrl == 0) {
293 strlcpy(ext->id, devname, sizeof(ext->id));
294 snprintf(ext->extname, sizeof(ext->extname),
296 strlcpy(ext->extname, "root", sizeof(ext->extname))
    [all...]
oss4_mixer.c 49 oss_mixext *ext; local in function:_oss4_mixer_ioctl
272 ext = (oss_mixext *)argp;
273 snprintf(devname, sizeof(devname), "/dev/mixer%d", ext->dev);
276 if (ext->ctrl == 0) {
293 strlcpy(ext->id, devname, sizeof(ext->id));
294 snprintf(ext->extname, sizeof(ext->extname),
296 strlcpy(ext->extname, "root", sizeof(ext->extname))
    [all...]
oss4_mixer.c 49 oss_mixext *ext; local in function:_oss4_mixer_ioctl
272 ext = (oss_mixext *)argp;
273 snprintf(devname, sizeof(devname), "/dev/mixer%d", ext->dev);
276 if (ext->ctrl == 0) {
293 strlcpy(ext->id, devname, sizeof(ext->id));
294 snprintf(ext->extname, sizeof(ext->extname),
296 strlcpy(ext->extname, "root", sizeof(ext->extname))
    [all...]
  /src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/ingenic/
jz4740.dtsi 42 ext: ext { label
57 clocks = <&ext>, <&rtc>;
58 clock-names = "ext", "rtc";
76 clock-names = "rtc", "ext", "pclk", "tcu";
199 clock-names = "aic", "i2s", "ext", "pll half";
240 clocks = <&ext>, <&cgu JZ4740_CLK_UART0>;
251 clocks = <&ext>, <&cgu JZ4740_CLK_UART1>;
jz4740.dtsi 42 ext: ext { label
57 clocks = <&ext>, <&rtc>;
58 clock-names = "ext", "rtc";
76 clock-names = "rtc", "ext", "pclk", "tcu";
199 clock-names = "aic", "i2s", "ext", "pll half";
240 clocks = <&ext>, <&cgu JZ4740_CLK_UART0>;
251 clocks = <&ext>, <&cgu JZ4740_CLK_UART1>;
jz4740.dtsi 42 ext: ext { label
57 clocks = <&ext>, <&rtc>;
58 clock-names = "ext", "rtc";
76 clock-names = "rtc", "ext", "pclk", "tcu";
199 clock-names = "aic", "i2s", "ext", "pll half";
240 clocks = <&ext>, <&cgu JZ4740_CLK_UART0>;
251 clocks = <&ext>, <&cgu JZ4740_CLK_UART1>;
  /src/usr.sbin/puffs/mount_psshfs/
fs.c 62 const char *ext; member in struct:extunit
94 char *ext, *val; local in function:psshfs_handshake
115 if (psbuf_get_str(pb, &ext, NULL) != 0)
120 for (extu = exttable; extu->ext; extu++)
121 if (strcmp(ext, extu->ext) == 0
fs.c 62 const char *ext; member in struct:extunit
94 char *ext, *val; local in function:psshfs_handshake
115 if (psbuf_get_str(pb, &ext, NULL) != 0)
120 for (extu = exttable; extu->ext; extu++)
121 if (strcmp(ext, extu->ext) == 0
fs.c 62 const char *ext; member in struct:extunit
94 char *ext, *val; local in function:psshfs_handshake
115 if (psbuf_get_str(pb, &ext, NULL) != 0)
120 for (extu = exttable; extu->ext; extu++)
121 if (strcmp(ext, extu->ext) == 0
  /src/usr.sbin/sysinst/arch/arc/
md.c 244 mbr_info_t *ext; local in function:md_check_mbr
248 for (ext = mbri; ext; ext = ext->extended) {
249 part = ext->mbr.mbr_parts;
md.c 244 mbr_info_t *ext; local in function:md_check_mbr
248 for (ext = mbri; ext; ext = ext->extended) {
249 part = ext->mbr.mbr_parts;
  /src/usr.sbin/sysinst/arch/cobalt/
md.c 259 mbr_info_t *ext; local in function:md_check_mbr
263 for (ext = mbri; ext; ext = ext->extended) {
264 part = ext->mbr.mbr_parts;
md.c 259 mbr_info_t *ext; local in function:md_check_mbr
263 for (ext = mbri; ext; ext = ext->extended) {
264 part = ext->mbr.mbr_parts;

Completed in 71 milliseconds

1 2 3 4 5 6 7 8 910