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

  /src/external/mit/isl/dist/
isl_ctx_private.h 40 unsigned long operations; member in struct:isl_ctx
  /src/usr.sbin/npf/npfctl/
npfctl.c 556 } operations[] = { local
587 for (int n = 0; operations[n].cmd != NULL; n++) {
588 const char *opcmd = operations[n].cmd;
593 npfctl(operations[n].action, argc, argv);
  /src/external/mpl/dhcp/bind/dist/lib/isc/
pk11.c 71 unsigned int operations; member in struct:pk11_token
581 token->operations |= 1 << OP_RSA;
605 token->operations |= 1 << OP_ECDSA;
629 token->operations |= 1 << OP_EDDSA;
1100 printf("\tsupported operations=0x%x (", token->operations);
1102 if (token->operations & (1 << OP_RSA)) {
1106 if (token->operations & (1 << OP_ECDSA)) {
  /src/external/gpl3/binutils/dist/binutils/
ar.c 24 replace operations (would check mtime). Doesn't warn when name truncated.
112 enum operations
333 fprintf (s, _(" --output=DIRNAME - specify the output directory for extraction operations\n"));
111 enum operations enum
  /src/external/gpl3/binutils.old/dist/binutils/
ar.c 24 replace operations (would check mtime). Doesn't warn when name truncated.
119 enum operations
346 fprintf (s, _(" --output=DIRNAME - specify the output directory for extraction operations\n"));
117 enum operations enum
  /src/sys/arch/sparc64/dev/
vdsk.c 60 uint64_t operations; member in struct:vd_attr_info

Completed in 28 milliseconds