Searched refs:reserve (Results 1 - 6 of 6) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Ddhcp_options.c437 dhcpoa_init_common(dhcpoa_t * oa_p, void * buffer, int size, int reserve) argument
442 oa_p->oa_reserve = reserve;
461 /* initialize the area, reserve space for the end tag */
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_syscalls.c717 /* Set protocol options and reserve some space (for UDP). */
723 int reserve = NFS_UDPSOCKBUF; local
724 error |= sock_setsockopt(so, SOL_SOCKET, SO_SNDBUF, &reserve, sizeof(reserve));
725 error |= sock_setsockopt(so, SOL_SOCKET, SO_RCVBUF, &reserve, sizeof(reserve));
H A Dnfs_socket.c305 int reserve = NFS_UDPSOCKBUF; local
306 error |= sock_setsockopt(so, SOL_SOCKET, SO_SNDBUF, &reserve, sizeof(reserve));
307 error |= sock_setsockopt(so, SOL_SOCKET, SO_RCVBUF, &reserve, sizeof(reserve));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dhw_lock.s489 lwarx r5,0,r3 ; Ld from addr of arg and reserve
1137 ; Note that there is no reason to do a load and reserve here. We already
1356 ; Note that there is no reason to do a load and reserve here. We already
1874 lwarx r11,SLOCK_ILK,r3 ; Ld from addr of arg and reserve
H A Dsavearea_asm.s549 mr. r8,r8 ; Are there any reserve to get?
689 mr. r8,r8 ; Are there any reserve to get?
H A Dlowmem_vectors.s932 ctgte32: lwarx r20,0,r23 ; Get and reserve the next slot to allocate
1069 ctgte64: lwarx r20,0,r23 ; Get and reserve the next slot to allocate
1483 trcsel: lwarx r20,0,r23 ; Get and reserve the next slot to allocate
1812 trcselSF: lwarx r20,0,r23 ; Get and reserve the next slot to allocate

Completed in 130 milliseconds