ieee1212.c | 851 p1212_find(struct p1212_dir *root, int type, int value, int flags) function in typeref:struct:p1212_key ** 864 printf("p1212_find: invalid type - %d\n", type); 872 printf("p1212_find: invalid value - %d\n", value); 879 printf("p1212_find: invalid flags - %d\n", flags); 1227 udirs = (struct p1212_dir **)p1212_find(dir, P1212_KEYTYPE_Directory,
|