Searched refs:ext (Results 1 - 25 of 300) sorted by relevance

1234567891011>>

/src/sys/external/bsd/drm2/dist/drm/i915/
H A Di915_user_extensions.h14 typedef int (*i915_user_extension_fn)(struct i915_user_extension __user *ext,
17 int i915_user_extensions(struct i915_user_extension __user *ext,
H A Di915_user_extensions.c21 int i915_user_extensions(struct i915_user_extension __user *ext, argument
28 while (ext) {
36 err = check_user_mbz(&ext->flags);
40 for (i = 0; i < ARRAY_SIZE(ext->rsvd); i++) {
41 err = check_user_mbz(&ext->rsvd[i]);
46 if (get_user(name, &ext->name))
53 err = tbl[name](ext, data);
58 if (get_user(next, &ext->next_extension) ||
59 overflows_type(next, ext))
62 ext
[all...]
/src/usr.sbin/npf/npfctl/
H A Dnpf_extmod.c72 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;
121 npf_extmod_param(npf_extmod_t * extmod,nl_ext_t * ext,const char * param,const char * val) argument
[all...]
/src/sys/external/gpl2/dts/dist/arch/mips/boot/dts/xilfpga/
H A DmicroAptiv.dtsi13 clocks = <&ext>;
18 ext: ext { label
/src/sys/net/npf/
H A Dnpf_rproc.c104 npf_ext_t *ext; local in function:npf_ext_lookup
111 LIST_FOREACH(ext, &npf->ext_list, ext_entry)
112 if (strcmp(ext->ext_callname, name) == 0)
115 if (ext != NULL || !autoload)
116 return ext;
132 npf_ext_t *ext; local in function:npf_ext_register
134 ext = kmem_zalloc(sizeof(npf_ext_t), KM_SLEEP);
135 strlcpy(ext->ext_callname, name, EXT_NAME_LEN);
136 ext->ext_ops = ops;
141 kmem_free(ext, sizeo
153 npf_ext_t *ext = extid; local in function:npf_ext_unregister
180 npf_ext_t *ext; local in function:npf_ext_construct
341 npf_ext_t *ext = rp->rp_ext[i]; local in function:npf_rproc_release
375 const npf_ext_t *ext = rp->rp_ext[i]; local in function:npf_rproc_run
[all...]
/src/sys/fs/nfs/nlm/
H A Dnlm_prot_clnt.c23 nlm_sm_notify_0(struct nlm_sm_status *argp, void *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
25 return (CLNT_CALL_EXT(clnt, ext, NLM_SM_NOTIFY,
32 nlm_test_1(struct nlm_testargs *argp, nlm_testres *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
34 return (CLNT_CALL_EXT(clnt, ext, NLM_TEST,
41 nlm_lock_1(struct nlm_lockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
43 return (CLNT_CALL_EXT(clnt, ext, NLM_LOCK,
50 nlm_cancel_1(struct nlm_cancargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
52 return (CLNT_CALL_EXT(clnt, ext, NLM_CANCEL,
59 nlm_unlock_1(struct nlm_unlockargs *argp, nlm_res *clnt_res, CLIENT *clnt, struct rpc_callextra *ext, struct timeval timo) argument
61 return (CLNT_CALL_EXT(clnt, ext, NLM_UNLOC
68 nlm_granted_1(struct nlm_testargs * argp,nlm_res * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
77 nlm_test_msg_1(struct nlm_testargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
86 nlm_lock_msg_1(struct nlm_lockargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
95 nlm_cancel_msg_1(struct nlm_cancargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
104 nlm_unlock_msg_1(struct nlm_unlockargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
113 nlm_granted_msg_1(struct nlm_testargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
122 nlm_test_res_1(nlm_testres * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
131 nlm_lock_res_1(nlm_res * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
140 nlm_cancel_res_1(nlm_res * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
149 nlm_unlock_res_1(nlm_res * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
158 nlm_granted_res_1(nlm_res * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
167 nlm_share_3(nlm_shareargs * argp,nlm_shareres * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
176 nlm_unshare_3(nlm_shareargs * argp,nlm_shareres * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
185 nlm_nm_lock_3(nlm_lockargs * argp,nlm_res * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
194 nlm_free_all_3(nlm_notify * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
203 nlm4_test_4(nlm4_testargs * argp,nlm4_testres * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
212 nlm4_lock_4(nlm4_lockargs * argp,nlm4_res * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
221 nlm4_cancel_4(nlm4_cancargs * argp,nlm4_res * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
230 nlm4_unlock_4(nlm4_unlockargs * argp,nlm4_res * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
239 nlm4_granted_4(nlm4_testargs * argp,nlm4_res * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
248 nlm4_test_msg_4(nlm4_testargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
257 nlm4_lock_msg_4(nlm4_lockargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
266 nlm4_cancel_msg_4(nlm4_cancargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
275 nlm4_unlock_msg_4(nlm4_unlockargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
284 nlm4_granted_msg_4(nlm4_testargs * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
293 nlm4_test_res_4(nlm4_testres * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
302 nlm4_lock_res_4(nlm4_res * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
311 nlm4_cancel_res_4(nlm4_res * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
320 nlm4_unlock_res_4(nlm4_res * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
329 nlm4_granted_res_4(nlm4_res * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
338 nlm4_share_4(nlm4_shareargs * argp,nlm4_shareres * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
347 nlm4_unshare_4(nlm4_shareargs * argp,nlm4_shareres * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
356 nlm4_nm_lock_4(nlm4_lockargs * argp,nlm4_res * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
365 nlm4_free_all_4(nlm4_notify * argp,void * clnt_res,CLIENT * clnt,struct rpc_callextra * ext,struct timeval timo) argument
[all...]
H A Dnlm_advlock.c78 static int nlm_setlock(struct nlm_host *host, struct rpc_callextra *ext,
82 static int nlm_clearlock(struct nlm_host *host, struct rpc_callextra *ext,
86 static int nlm_getlock(struct nlm_host *host, struct rpc_callextra *ext,
212 struct rpc_callextra ext; local in function:nlm_advlock_internal
259 memset(&ext, 0, sizeof(ext));
263 ext.rc_auth = auth;
265 ext.rc_feedback = nlm_feedback;
266 ext.rc_feedback_arg = &nf;
267 ext
568 nlm_test_rpc(rpcvers_t vers,nlm4_testargs * args,nlm4_testres * res,CLIENT * client,struct rpc_callextra * ext,struct timeval timo) argument
599 nlm_lock_rpc(rpcvers_t vers,nlm4_lockargs * args,nlm4_res * res,CLIENT * client,struct rpc_callextra * ext,struct timeval timo) argument
628 nlm_cancel_rpc(rpcvers_t vers,nlm4_cancargs * args,nlm4_res * res,CLIENT * client,struct rpc_callextra * ext,struct timeval timo) argument
655 nlm_unlock_rpc(rpcvers_t vers,nlm4_unlockargs * args,nlm4_res * res,CLIENT * client,struct rpc_callextra * ext,struct timeval timo) argument
760 nlm_setlock(struct nlm_host * host,struct rpc_callextra * ext,rpcvers_t vers,struct timeval * timo,int retries,struct vnode * vp,int op,struct flock * fl,int flags,int svid,size_t fhlen,void * fh,off_t size,bool_t reclaim) argument
959 nlm_clearlock(struct nlm_host * host,struct rpc_callextra * ext,rpcvers_t vers,struct timeval * timo,int retries,struct vnode * vp,int op,struct flock * fl,int flags,int svid,size_t fhlen,void * fh,off_t size) argument
1034 nlm_getlock(struct nlm_host * host,struct rpc_callextra * ext,rpcvers_t vers,struct timeval * timo,int retries,struct vnode * vp,int op,struct flock * fl,int flags,int svid,size_t fhlen,void * fh,off_t size) argument
[all...]
/src/libexec/telnetd/
H A Dtelnetd.h36 #include <ext.h>
/src/lib/libossaudio/
H A Doss4_mixer.c49 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
[all...]
/src/sys/netipsec/
H A Dkey_debug.c101 const struct sadb_ext *ext; local in function:kdebug_sadb
116 ext = (const void *)(base + 1);
119 if (ext->sadb_ext_len == 0 || ext->sadb_ext_len > tlen) {
121 __func__, ext->sadb_ext_len, tlen);
125 PFKEY_UNUNIT64(ext->sadb_ext_len), ext->sadb_ext_type);
128 switch (ext->sadb_ext_type) {
130 kdebug_sadb_sa(ext);
135 kdebug_sadb_lifetime(ext);
181 kdebug_sadb_prop(const struct sadb_ext * ext) argument
230 kdebug_sadb_identity(const struct sadb_ext * ext) argument
256 kdebug_sadb_supported(const struct sadb_ext * ext) argument
280 kdebug_sadb_lifetime(const struct sadb_ext * ext) argument
297 kdebug_sadb_sa(const struct sadb_ext * ext) argument
313 kdebug_sadb_address(const struct sadb_ext * ext) argument
331 kdebug_sadb_key(const struct sadb_ext * ext) argument
355 kdebug_sadb_x_sa2(const struct sadb_ext * ext) argument
371 kdebug_sadb_x_policy(const struct sadb_ext * ext) argument
434 kdebug_sadb_xpolicy(const char * msg,const struct sadb_ext * ext) argument
[all...]
/src/lib/npf/ext_normalize/
H A Dnpfext_normalize.c59 npfext_normalize_param(nl_ext_t *ext, const char *param, const char *val) argument
88 npf_ext_param_bool(ext, name, true);
91 npf_ext_param_u32(ext, name, atol(val));
/src/sys/arch/m68k/m68k/
H A Ddb_disasm.c222 u_short ext; local in function:opcode_bitmanip
340 ext = *(dbuf->val + 1);
349 PRINT_DREG(dbuf, BITFIELD(ext,2,0));
354 PRINT_DREG(dbuf, BITFIELD(ext,8,6));
359 if (ISBITSET(ext,15))
360 PRINT_AREG(dbuf, BITFIELD(ext,14,12));
362 PRINT_DREG(dbuf, BITFIELD(ext,14,12));
375 ext = *(dbuf->val + 1);
391 PRINT_DREG(dbuf, BITFIELD(ext, 2, 0));
393 PRINT_DREG(dbuf, BITFIELD(ext,
971 u_short ext; local in function:opcode_1110
1365 u_short ext; local in function:opcode_fpu
1576 opcode_fmove_ext(dis_buffer_t * dbuf,u_short opc,u_short ext) argument
1680 u_short ext; local in function:opcode_mmu
1786 opcode_pflush(dis_buffer_t * dbuf,u_short opc,u_short ext) argument
1835 opcode_pmove(dis_buffer_t * dbuf,u_short opc,u_short ext) argument
2000 u_short ext; local in function:opcode_divmul
2162 u_short ext; local in function:opcode_movec
2262 u_short ext; local in function:opcode_move16
2328 u_short ext; local in function:get_modregstr_moto
2533 u_short ext; local in function:get_modregstr_mit
2829 get_fpustdGEN(dis_buffer_t * dbuf,u_short ext,const char * name) argument
[all...]
/src/sys/dev/ic/
H A Dtms320av110reg.h67 #define TAV_DRAM_SIZE(ext) ((ext) ? 131072 : 256)
68 #define TAV_DRAM_HSIZE(ext) ((ext) ? 65536 : 128)
/src/lib/libc/resolv/
H A Dres_init.c197 struct __res_state_ext *ext = statp->_u._ext.ext; local in function:__res_kqinit
199 ext->kq = kqueue1(O_CLOEXEC);
200 ext->kqpid = getpid();
201 EV_SET(&kc, ext->resfd, EVFILT_VNODE,
204 (void)kevent(ext->kq, &kc, 1, NULL, 0, &ts);
205 return ext->kq;
273 statp->_u._ext.ext = malloc(sizeof(*statp->_u._ext.ext));
274 if (statp->_u._ext.ext !
613 struct __res_state_ext *ext = statp->_u._ext.ext; local in function:res_setoptions
828 struct __res_state_ext *ext = statp->_u._ext.ext; local in function:res_ndestroy
[all...]
/src/sbin/fdisk/
H A Dfdisk.c119 daddr_t base; /* first sector of ext. ptn */
120 daddr_t limit; /* last sector of ext. ptn */
124 } ext; variable in typeref:struct:__anon2ea228100108
572 if (E_flag && !u_flag && partition >= ext.num_ptn)
681 daddr_t offset = ext.base;
684 offset += le32toh(ext.ptn[part - 1].mbr_parts[1].mbrp_start);
702 if (ext.is_corrupt)
705 if (ext.num_ptn != 0)
708 for (part = 0; part < ext.num_ptn; part++) {
711 print_part(&ext
[all...]
/src/sys/arch/i386/stand/lib/test/
H A Dbiosdisk_user.c122 struct ext { struct
132 biosextread(int dev, struct ext *ext) argument
/src/sys/arch/i386/stand/lib/
H A Dbiosdisk_ll.c194 } ext; local in function:do_read
198 ext.size = sizeof(ext);
199 ext.resvd = 0;
200 ext.cnt = num;
202 ext.off = (int)buf & 0xf;
203 ext.seg = vtophys(buf) >> 4;
204 ext.sec = dblk;
206 if (biosdisk_extread(d->dev, &ext)) {
211 return ext
[all...]
/src/usr.sbin/sysinst/arch/arc/
H A Dmd.c244 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/
H A Dmd.c259 mbr_info_t *ext; local in function:md_check_mbr
263 for (ext = mbri; ext; ext = ext->extended) {
264 part = ext->mbr.mbr_parts;
/src/libexec/getNAME/
H A DgetNAME.c163 char *line, *ext, *s, *newlinebuf; local in function:oldman
233 if ((ext = strrchr(name, '.')) != NULL) {
234 ext++;
235 extlen = strlen(ext);
262 while (*ext)
263 *s++ = *ext++;
283 char *line, *ext, *s, *newlinebuf; local in function:newman
337 if ((ext = strrchr(name, '.')) != NULL) {
338 ext++;
339 extlen = strlen(ext);
[all...]
/src/lib/npf/ext_rndblock/
H A Dnpfext_rndblock.c59 npfext_rndblock_param(nl_ext_t *ext, const char *param, const char *val) argument
92 npf_ext_param_u32(ext, name, ival);
/src/sys/external/gpl2/dts/dist/arch/arm64/boot/dts/sprd/
H A Dsharkl3.dtsi46 clock-names = "ext-26m";
78 clock-names = "ext-26m";
110 clock-names = "ext-26m";
157 clock-names = "ext-26m";
215 ext_26m: ext-26m {
219 clock-output-names = "ext-26m";
222 ext_32k: ext-32k {
226 clock-output-names = "ext-32k";
229 ext_4m: ext-4m {
233 clock-output-names = "ext
[all...]
/src/usr.bin/audio/common/
H A Dwav.c147 wav_audiohdrextensible ext; local in function:audio_wav_parse_hdr
190 if (len < sizeof(fmt) + sizeof(ext)) {
192 fprintf(stderr, "short WAVE ext fmt\n");
195 if (remain <= sizeof ext + sizeof fmt) {
197 fprintf(stderr, "WAVE ext truncated\n");
200 memcpy(&ext, where + sizeof fmt, sizeof ext);
201 fmttag = getle16(ext.sub_tag);
202 uint16_t sublen = getle16(ext.len);
207 * XXXMRG: it may be that part.len (aka sizeof fmt + sizeof ext)
[all...]
/src/usr.sbin/sysinst/arch/ofppc/
H A Dmd.c490 mbr_info_t *ext;
500 for (ext = &mbr; ext; ext = ext->extended) {
501 part = ext->mbr.mbr_parts;
539 mbr_info_t *ext; local in function:md_check_mbr
543 for (ext = mbri; ext; ext
[all...]
/src/sys/arch/x68k/stand/libdos/
H A Ddos_rename.S13 Lextoff = 86 | offsetof(struct dos_nameckbuf, ext)
48 lea %sp@(8 + Lbufsz+Lextoff),%a0 | new ext (8: args on stack)

Completed in 23 milliseconds

1234567891011>>