Home
last modified time | relevance | path

Searched refs:path_ptr (Results 1 – 3 of 3) sorted by relevance

/src/crypto/krb5/src/clients/ksu/
H A Dauthorization.c333 char * path_ptr, *path; in fcmd_resolve() local
364 path_ptr = path; in fcmd_resolve()
366 while ((*path_ptr == ' ') || (*path_ptr == '\t')) path_ptr ++; in fcmd_resolve()
368 tc = get_first_token (path_ptr, &lp); in fcmd_resolve()
/src/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c1079 char *path_buffer, *path_ptr; in get_root_path() local
1084 path_ptr = d_path(path, path_buffer, len); in get_root_path()
1085 if (IS_ERR(path_ptr)) in get_root_path()
1086 error = SET_ERROR(-PTR_ERR(path_ptr)); in get_root_path()
1088 strcpy(buff, path_ptr); in get_root_path()
/src/sys/ofed/drivers/infiniband/ulp/ipoib/
H A Dipoib_main.c508 path_rec_completion(int status, struct ib_sa_path_rec *pathrec, void *path_ptr) in path_rec_completion() argument
510 struct ipoib_path *path = path_ptr; in path_rec_completion()