Lines Matching defs:s
179 * This routine is only called during an I_PLINK request so it's safe.
547 * Everything looks good so it's now ok to enable lower
586 * Break an association between one of the driver's minor nodes and
1081 * STREAM's interface to the OS.
1429 * It's safe to lock uqi since lwsrv runs asynchronously
1571 /* there are no usable lower q's */
1575 /* there are still usable q's - don't send up */
1581 /* there are no usable lower q's */
1589 /* there are still usable q's - don't send up */
2417 * driver's nodes provides the system console.
2432 char *s;
2435 for (s = as, i = 0; i < len-1; i++, s++) {
2437 *s = as[i+1] - 'a' + 1;
2440 *s = as[i];
2443 *s++ = as[i];
2444 *s = '\0';