Lines Matching defs:ami_notify
416 struct ami_notify { struct
417 u_int32_t ano_eventcounter; /* incremented for changes */
419 u_int8_t ano_paramcounter; /* param change */
420 u_int8_t ano_paramid; /* param modified */
432 u_int16_t ano_paramval; /* new val modified param */
434 u_int8_t ano_writeconfcounter; /* write config */
435 u_int8_t ano_writeconfrsvd[3];
437 u_int8_t ano_ldopcounter; /* ld op started/completed */
438 u_int8_t ano_ldopid; /* ld modified */
439 u_int8_t ano_ldopcmd; /* ld operation */
443 u_int8_t ano_ldopstatus; /* status of the operation */
450 u_int8_t ano_ldstatecounter; /* change of ld state */
451 u_int8_t ano_ldstateid; /* ld state changed */
452 u_int8_t ano_ldstatenew; /* new state */
453 u_int8_t ano_ldstateold; /* old state */
459 u_int8_t ano_pdstatecounter; /* change of pd state */
460 u_int8_t ano_pdstateid; /* pd state changed */
461 u_int8_t ano_pdstatenew; /* new state */
462 u_int8_t ano_pdstateold; /* old state */
469 u_int8_t ano_pdfmtcounter; /* pd format started/over */
470 u_int8_t ano_pdfmtid; /* pd id */
471 u_int8_t ano_pdfmtval; /* format started/over */
474 u_int8_t ano_pdfmtrsvd;
499 struct ami_notify ain_notify; argument