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

  /src/sys/external/bsd/drm2/dist/drm/qxl/
qxl_ioctl.c 290 int cmd_num; local
293 for (cmd_num = 0; cmd_num < execbuffer->commands_num; ++cmd_num) {
298 if (copy_from_user(&user_cmd, commands + cmd_num,
  /src/crypto/external/apache2/openssl/dist/include/openssl/
engine.h 252 * handler that supports the stated commands (ie. the "cmd_num" entries as
254 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
255 * has cmd_num set to zero and/or cmd_name set to NULL.
258 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
  /src/crypto/external/bsd/openssl/dist/include/openssl/
engine.h 252 * handler that supports the stated commands (ie. the "cmd_num" entries as
254 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
255 * has cmd_num set to zero and/or cmd_name set to NULL.
258 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st
  /src/crypto/external/bsd/openssl.old/dist/include/openssl/
engine.h 246 * handler that supports the stated commands (ie. the "cmd_num" entries as
248 * of cmd_num. "null-terminated" means that the last ENGINE_CMD_DEFN element
249 * has cmd_num set to zero and/or cmd_name set to NULL.
252 unsigned int cmd_num; /* The command number */ member in struct:ENGINE_CMD_DEFN_st

Completed in 34 milliseconds