Searched refs:rsv (Results 1 - 22 of 22) sorted by relevance

/freebsd-11.0-release/sys/sys/
H A Dosd.h63 int osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv,
65 void osd_free_reserved(void **rsv);
78 #define osd_thread_set_reserved(td, slot, rsv, value) \
79 osd_set_reserved(OSD_THREAD, &(td)->td_osd, (slot), (rsv), (value))
97 #define osd_jail_set_reserved(pr, slot, rsv, value) \
98 osd_set_reserved(OSD_JAIL, &(pr)->pr_osd, (slot), (rsv), (value))
H A Dsyscallsubr.h259 int *rsv);
H A Dsysproto.h455 char rsv_l_[PADL_(int *)]; int * rsv; char rsv_r_[PADR_(int *)]; member in struct:socketpair_args
/freebsd-11.0-release/sys/kern/
H A Dkern_osd.c216 osd_set_reserved(u_int type, struct osd *osd, u_int slot, void **rsv, argument
234 if (rsv)
235 osd_free_reserved(rsv);
243 if (rsv) {
248 newptr = rsv;
276 } else if (rsv)
277 osd_free_reserved(rsv);
286 osd_free_reserved(void **rsv) argument
290 free(rsv, M_OSD);
H A Dsysv_msg.c209 void **rsv; local
276 rsv = osd_reserve(msg_prison_slot);
278 (void)osd_jail_set_reserved(&prison0, msg_prison_slot, rsv, &prison0);
280 rsv = NULL;
283 if (rsv == NULL)
284 rsv = osd_reserve(msg_prison_slot);
287 (void)osd_jail_set_reserved(pr, msg_prison_slot, rsv,
289 rsv = NULL;
293 if (rsv != NULL)
294 osd_free_reserved(rsv);
1501 void *rsv; local
[all...]
H A Dsysv_sem.c263 void **rsv; local
303 rsv = osd_reserve(sem_prison_slot);
305 (void)osd_jail_set_reserved(&prison0, sem_prison_slot, rsv, &prison0);
307 rsv = NULL;
310 if (rsv == NULL)
311 rsv = osd_reserve(sem_prison_slot);
314 (void)osd_jail_set_reserved(pr, sem_prison_slot, rsv,
316 rsv = NULL;
320 if (rsv != NULL)
321 osd_free_reserved(rsv);
1534 void *rsv; local
[all...]
H A Dsysv_shm.c903 void **rsv; local
942 rsv = osd_reserve(shm_prison_slot);
944 (void)osd_jail_set_reserved(&prison0, shm_prison_slot, rsv, &prison0);
946 rsv = NULL;
949 if (rsv == NULL)
950 rsv = osd_reserve(shm_prison_slot);
953 (void)osd_jail_set_reserved(pr, shm_prison_slot, rsv,
955 rsv = NULL;
959 if (rsv != NULL)
960 osd_free_reserved(rsv);
1078 void *rsv; local
[all...]
H A Duipc_syscalls.c624 int *rsv)
659 rsv[0] = fd;
665 rsv[1] = fd;
689 fdclose(td, fp2, rsv[1]);
692 fdclose(td, fp1, rsv[0]);
712 error = copyout(sv, uap->rsv, 2 * sizeof(int));
623 kern_socketpair(struct thread *td, int domain, int type, int protocol, int *rsv) argument
H A Dsystrace_args.c778 uarg[3] = (intptr_t) p->rsv; /* int * */
/freebsd-11.0-release/sys/dev/ixl/
H A Di40e_lan_hmc.h115 u32 rsv[32]; member in struct:i40e_hmc_obj_fcoe_cntx
119 u32 rsv[8]; member in struct:i40e_hmc_obj_fcoe_filt
/freebsd-11.0-release/sys/compat/linux/
H A Dlinux_mib.c195 void **rsv; local
207 rsv = osd_reserve(linux_osd_jail_slot);
211 osd_free_reserved(rsv);
216 (void)osd_jail_set_reserved(pr, linux_osd_jail_slot, rsv, nlpr);
H A Dlinux_socket.h206 l_uintptr_t rsv; member in struct:linux_socketpair_args
H A Dlinux_socket.c943 int *rsv;
968 bsd_args.rsv = (int *)PTRIN(args->rsv);
/freebsd-11.0-release/sys/dev/iscsi_initiator/
H A Discsivar.h154 queue_t rsv; member in struct:isc_session
369 TAILQ_INSERT_TAIL(&sp->rsv, pq, pq_link);
379 if((pq = TAILQ_FIRST(&sp->rsv)) != NULL) {
381 TAILQ_REMOVE(&sp->rsv, pq, pq_link);
H A Discsi.h311 int rsv:16; member in struct:login_req
369 u_int rsv:16; member in struct:logout_req
H A Disc_sm.c739 TAILQ_INIT(&sp->rsv);
745 mtx_init(&sp->rsv_mtx, "iscsi-rsv", NULL, MTX_DEF);
/freebsd-11.0-release/sys/dev/usb/net/
H A Dif_usievar.h174 uint8_t rsv[8]; member in struct:usie_lsi
/freebsd-11.0-release/sys/dev/pms/RefTisa/tisa/sassata/common/
H A Dtddefs.h235 bit8 rsv; /* not 100% correct */ member in struct:CBD6_s
250 bit8 rsv; member in struct:CBD10_s
263 bit8 rsv; member in struct:CBD12_s
277 bit8 rsv; member in struct:CBD16_s
/freebsd-11.0-release/contrib/tcpdump/
H A Dprint-mptcp.c152 uint8_t rsv; member in struct:mp_close
/freebsd-11.0-release/sys/amd64/linux/
H A Dlinux_systrace_args.c482 iarg[3] = p->rsv; /* l_uintptr_t */
H A Dlinux_proto.h250 char rsv_l_[PADL_(l_uintptr_t)]; l_uintptr_t rsv; char rsv_r_[PADR_(l_uintptr_t)]; member in struct:linux_socketpair_args
/freebsd-11.0-release/sys/compat/freebsd32/
H A Dfreebsd32_systrace_args.c781 uarg[3] = (intptr_t) p->rsv; /* int * */

Completed in 412 milliseconds