Home
last modified time | relevance | path

Searched refs:p_index (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/compat/
H A Dpathfind.c28 static char * extract_colon_unit(char * dir, char const * string, int * p_index);
42 int p_index = 0; in pathfind() local
56 char * colon_unit = extract_colon_unit( zPath, path, &p_index ); in pathfind()
235 extract_colon_unit(char * pzDir, char const * string, int * p_index) in extract_colon_unit() argument
238 int ix = *p_index; in extract_colon_unit()
271 *p_index = ix; in extract_colon_unit()
/freebsd/sys/dev/mlx5/mlx5_core/
H A Dmlx5_mpfs.c43 mlx5_mpfs_add_mac(struct mlx5_core_dev *dev, u32 *p_index, const u8 *mac, in mlx5_mpfs_add_mac() argument
55 *p_index = 0; in mlx5_mpfs_add_mac()
82 *p_index = index; in mlx5_mpfs_add_mac()
/freebsd/contrib/ofed/opensm/include/complib/
H A Dcl_ptr_vector.h504 OUT size_t * const p_index OPTIONAL) in cl_ptr_vector_insert()
512 if (status == CL_SUCCESS && p_index) in cl_ptr_vector_insert()
513 *p_index = p_vector->size - 1; in cl_ptr_vector_insert()
/freebsd/contrib/tcsh/
H A Dsh.proc.c680 idx = pp->p_index; in pflush()
683 np->p_index = np->p_procid = 0; in pflush()
688 if (np->p_index > idx) in pflush()
689 idx = np->p_index; in pflush()
791 pp->p_index = pcurrjob->p_index; in palloc()
805 pp->p_index = ++pmaxindex; in palloc()
811 if (np->p_index == i) in palloc()
813 pp->p_index = i; in palloc()
961 xprintf("[%d]", pp->p_index); in pendjob()
1050 xprintf("[%d]%s %c ", pp->p_index, in pprint()
[all …]
H A Dsh.proc.h52 int p_index; /* shorthand job index */ member
H A Dtw.init.c1017 if (j->p_index == tw_index && j->p_procid == j->p_jobid) in tw_job_next()
H A Dtc.func.c1280 if (pp->p_index) { in continue_jobs()
/freebsd/sys/dev/mlx5/
H A Dmpfs.h30 int mlx5_mpfs_add_mac(struct mlx5_core_dev *dev, u32 *p_index, const u8 *mac,