Searched refs:npath (Results 1 – 3 of 3) sorted by relevance
| /freebsd-9-stable/contrib/ofed/management/libibmad/src/ |
| D | sa.c | 117 int npath; in ib_path_query_via() local 122 npath = 1; /* only MAD_METHOD_GET is supported */ in ib_path_query_via() 131 mad_encode_field(buf, IB_SA_PR_NPATH_F, &npath); in ib_path_query_via()
|
| /freebsd-9-stable/contrib/tcsh/ |
| D | ma.setp.c | 287 int npath, i, len; in savepaths() local 290 for (npath = 0, pe = pathhead; pe; npath++, pe = pe->pnext) { in savepaths() 297 paths[npath] = p; in savepaths()
|
| /freebsd-9-stable/contrib/sendmail/src/ |
| D | queue.c | 7823 char npath[MAXPATHLEN]; local 7838 (void) sm_strlcpy(npath, queuename(new, DATAFL_LETTER), sizeof(npath)); 7866 if (link(opath, npath) == 0) 7869 SYNC_DIR(npath, true); 7883 (void) sm_strlcpy(npath, queuename(new, DATAFL_LETTER), sizeof(npath)); 7884 if (link(opath, npath) == 0) 7887 SYNC_DIR(npath, true); 7895 opath, npath, sm_errstring(errno));
|