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

/freebsd-13-stable/contrib/ofed/infiniband-diags/src/
H A Dibsendtrap.c215 static const trap_def_t traps[] = { variable
231 for (i = 0; traps[i].trap_name; i++)
232 if (strcmp(traps[i].trap_name, trap_name) == 0)
233 return send_trap(traps[i].build_func);
247 for (i = 0; traps[i].trap_name; i++) {
249 " %s\n", traps[i].trap_name);
254 "\n default behavior is to send \"%s\"", traps[0].trap_name);
262 trap_name = argv[0] ? argv[0] : traps[0].trap_name;
/freebsd-13-stable/contrib/bsnmp/snmp_mibII/
H A DmibII_interfaces.c47 int traps; member in struct:ifchange
113 ifp->trap_enable = ifc->traps;
412 ifc->traps = (value->v.integer == 1) ? 1 : 0;
/freebsd-13-stable/contrib/ntp/ntpdc/
H A Dntpdc_ops.c77 static void traps (struct parse *, FILE *);
187 { "traps", traps, { NO, NO, NO, NO },
189 "display the traps set in the server" },
2359 * traps - obtain and print a list of traps
2363 traps( function
2448 * do_addclr_trap - do grunge work of adding/deleting traps
/freebsd-13-stable/sys/mips/mips/
H A Dfp.S1557 bne v0, zero, inexact_w # inexact traps enabled?
1570 bne v0, zero, inexact_w # inexact traps enabled?

Completed in 56 milliseconds