Searched refs:modinst (Results 1 – 1 of 1) sorted by relevance
41 typedef struct modinst { struct42 struct modinst *mi_next; argument44 } modinst; argument47 struct modinst *mt_mods;48 struct modinst *mt_tail;1524 modinst *mi = (modinst *)(opc+1), **m2; in syncprov_op_cleanup()1530 mt->mt_tail = ( m2 == &mt->mt_mods ) ? NULL : (modinst *)m2; in syncprov_op_cleanup()2654 (have_psearches ? sizeof(modinst) : 0 ); in syncprov_op_mod()2685 modinst *mi; in syncprov_op_mod()2687 mi = (modinst *)(opc+1); in syncprov_op_mod()[all …]