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

  /src/lib/libc/compat/sys/
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 14 milliseconds