HomeSort by: relevance | last modified time | path
    Searched refs:ds13 (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libc/compat/sys/
compat___msgctl13.c 54 __msgctl13(int msqid, int cmd, struct msqid_ds13 *ds13)
60 __msqid_ds13_to_native(ds13, &ds);
66 __native_to_msqid_ds13(&ds, ds13);
compat___shmctl13.c 54 __shmctl13(int shmid, int cmd, struct shmid_ds13 *ds13)
60 __shmid_ds13_to_native(ds13, &ds);
66 __native_to_shmid_ds13(&ds, ds13);
compat___semctl13.c 65 struct semid_ds13 *ds13; variable in typeref:struct:semid_ds13 *
90 ds13 = (void *)semun.buf;
93 __semid_ds13_to_native(ds13, &ds);
96 ds13 = NULL;
106 __native_to_semid_ds13(&ds, ds13);

Completed in 38 milliseconds