gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 3 of 3 for funcall:fs_check_fimpnm (0.00 seconds)
t2ex
t2ex_source/t2ex/fs/fs/src/fs_attach.c - 4.7KB - 143 lines
98:         if (fs_check_devnm(devnm) != 0 || fs_check_connm(connm) != 0 ||
99:                                         fs_check_fimpnm(fimpnm) != 0) {
100:                 sts = EX_INVAL;
t2ex_source/t2ex/fs/fs/src/fs_regist.c - 3.6KB - 108 lines
84:         /* Check FIMP name */
85:         if (fs_check_fimpnm(fimpnm) != 0) {
86:                 sts = EX_INVAL;
t2ex_source/t2ex/fs/fs/src/fs_unregist.c - 2.7KB - 81 lines
61:         /* Check FIMP name */
62:         if (fs_check_fimpnm(fimpnm) != 0) {
63:                 sts = EX_INVAL;