Searched refs:p_base (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/sys/dev/drm2/ttm/
H A Dttm_object.h175 * @p_base: Pointer to a pointer referencing a struct ttm_base_object.
178 * p_base.
181 extern void ttm_base_object_unref(struct ttm_base_object **p_base);
H A Dttm_lock.c246 static void ttm_vt_lock_remove(struct ttm_base_object **p_base) argument
248 struct ttm_base_object *base = *p_base;
252 *p_base = NULL;
H A Dttm_object.c207 void ttm_base_object_unref(struct ttm_base_object **p_base) argument
209 struct ttm_base_object *base = *p_base;
212 *p_base = NULL;
/freebsd-9.3-release/gnu/usr.bin/patch/
H A Dpch.c57 static LINENUM p_base; /* where to intuit this time */ variable
58 static LINENUM p_bline; /* line # of p_base */
154 if (p_base != 0L && p_base >= p_filesize) {
163 if (p_base != 0L) {
173 (p_base == 0L ? "L" : "The next patch l"),
261 Fseek(pfp, p_base, 0);
444 p_base = file_pos;
456 assert(p_base <= file_pos);
457 if (verbose && p_base < file_po
[all...]

Completed in 61 milliseconds