Home
last modified time | relevance | path

Searched refs:mt_data (Results 1 – 3 of 3) sorted by relevance

/openbsd/usr.bin/find/
H A Dfind.h105 #define mt_data p_un._mt_data macro
H A Dfunction.c897 return (val & plan->mt_data); in f_fstype()
917 new->mt_data = MNT_LOCAL; in c_fstype()
924 new->mt_data = MNT_RDONLY; in c_fstype()
/openbsd/sys/dev/pci/
H A Dif_mwx.c111 struct mwx_txwi *mt_data; member
1425 q->mt_data = mallocarray(count, sizeof(*q->mt_data), in mwx_txwi_alloc()
1427 if (q->mt_data == NULL) { in mwx_txwi_alloc()
1434 q->mt_data[i].mt_idx = i; in mwx_txwi_alloc()
1435 q->mt_data[i].mt_desc = &q->mt_desc[i]; in mwx_txwi_alloc()
1436 q->mt_data[i].mt_addr = addr + i * sizeof(*q->mt_desc); in mwx_txwi_alloc()
1439 &q->mt_data[i].mt_map); in mwx_txwi_alloc()
1448 LIST_INSERT_HEAD(&q->mt_freelist, &q->mt_data[i], mt_entry); in mwx_txwi_alloc()
1462 if (q->mt_data != NULL) { in mwx_txwi_free()
1465 struct mwx_txwi *mt = &q->mt_data[i]; in mwx_txwi_free()
[all …]