Searched refs:fs_p (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/usr.sbin/bsnmpd/modules/snmp_hostres/
H A Dhostres_fs_tbl.c324 fs_get_type(const struct statfs *fs_p) argument
328 assert(fs_p != NULL);
331 if (strcmp(fs_type_map[t].str, fs_p->f_fstypename) == 0)
342 fs_tbl_process_statfs_entry(const struct statfs *fs_p, int32_t storage_idx) argument
346 assert(fs_p != 0);
350 if (fs_p == NULL)
353 if ((entry = fs_find_by_name(fs_p->f_mntonname)) != NULL ||
354 (entry = fs_entry_create(fs_p->f_mntonname)) != NULL) {
357 if (!(fs_p->f_flags & MNT_LOCAL)) {
359 entry->remoteMountPoint = strdup(fs_p
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dtoplev.c170 typedef struct file_stack *fs_p; typedef in typeref:struct:file_stack
171 DEF_VEC_P(fs_p); variable
172 DEF_VEC_ALLOC_P(fs_p,heap);
173 static VEC(fs_p,heap) *input_file_stack_history;
1017 VEC_safe_push (fs_p, heap, input_file_stack_history, input_file_stack);
1037 VEC_safe_push (fs_p, heap, input_file_stack_history, input_file_stack);
1050 input_file_stack = VEC_index (fs_p, input_file_stack_history, tick - 1);

Completed in 81 milliseconds