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

/freebsd-10.2-release/sys/kern/
H A Dsysv_msg.c1550 struct msqid_ds_old msqold; local
1557 error = copyin(uap->buf, &msqold, sizeof(msqold));
1560 ipcperm_old2new(&msqold.msg_perm, &msqbuf.msg_perm);
1561 CP(msqold, msqbuf, msg_first);
1562 CP(msqold, msqbuf, msg_last);
1563 CP(msqold, msqbuf, msg_cbytes);
1564 CP(msqold, msqbuf, msg_qnum);
1565 CP(msqold, msqbuf, msg_qbytes);
1566 CP(msqold, msqbu
[all...]

Completed in 73 milliseconds